classes/insane.bbclass:
authorHolger Freyther <zecke@selfish.org>
Sat, 29 Apr 2006 23:35:14 +0000 (23:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 29 Apr 2006 23:35:14 +0000 (23:35 +0000)
    inherit package.bbclass instead of the nonexistant packages one

classes/insane.bbclass

index 067fa64..56aec2e 100644 (file)
 DEPENDS_prepend = " pax-utilities-native "
 
 # We play a special package function
-inherit packages
-
-
-PACKAGEFUNCS += "do_package_qa"
+inherit package
+PACKAGEFUNCS += " do_package_qa "
 
 python do_package_qa () {
 }
+
+