sip.bbclass: =+ emits problems with task dependencies, using += now
authorMichael Lauer <mickey@vanille-media.de>
Fri, 14 Dec 2007 00:19:36 +0000 (00:19 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 14 Dec 2007 00:19:36 +0000 (00:19 +0000)
classes/sip.bbclass

index 6f77f46..ae186bd 100644 (file)
@@ -4,7 +4,7 @@
 
 # yes, python-sip is actually a build-time dependency, since
 # the recipe installs sip.h
-DEPENDS =+ "sip-native python-sip"
+DEPENDS += "sip-native python-sip"
 
 # default stuff, do not uncomment
 # EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_3_0"