sip(4).bbclass: fix appending/prepending dependencies
authorMichael Lauer <mickey@vanille-media.de>
Tue, 2 May 2006 21:16:34 +0000 (21:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 2 May 2006 21:16:34 +0000 (21:16 +0000)
classes/sip.bbclass
classes/sip4.bbclass

index 7e049bc..adf179b 100644 (file)
@@ -1,6 +1,11 @@
-DEPENDS_prepend = "sip-native python-sip "
+# Build Class for Sip based Python Bindings
+# (C) Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
 
-#EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
+DEPENDS =+ "sip-native python-sip"
+
+# default stuff, do not uncomment
+# EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
 
 sip_do_generate() {
        if [ -z "${SIP_MODULES}" ]; then 
index d58c2d6..ca2b1da 100644 (file)
@@ -1,5 +1,10 @@
-DEPENDS_prepend = "sip4-native "
-RDEPENDS_append = "python-sip4"
+# Build Class for Sip based Python Bindings
+# (C) Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
+DEPENDS  =+ "sip4-native"
+RDEPENDS += "python-sip4"
+
+# default stuff, do not uncomment
 # EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_1_1"
 
 sip4_do_generate() {