classes/insane.bbclass:
authorHolger Freyther <zecke@selfish.org>
Sun, 30 Apr 2006 00:27:47 +0000 (00:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 30 Apr 2006 00:27:47 +0000 (00:27 +0000)
    Use the PACKAGE_DEPENDS hack to avoid circular
    dependencies for pax-utils-native

classes/insane.bbclass

index 56aec2e..629d0e8 100644 (file)
 # We need to have the scanelf utility as soon as
 # possible.
 #
-DEPENDS_prepend = " pax-utilities-native "
 
 # We play a special package function
 inherit package
+PACKAGE_DEPENDS += "pax-utils-native"
 PACKAGEFUNCS += " do_package_qa "
 
 python do_package_qa () {