From: Michael Lauer Date: Fri, 14 Dec 2007 00:19:36 +0000 (+0000) Subject: sip.bbclass: =+ emits problems with task dependencies, using += now X-Git-Tag: Release-2010-05/1~8136^2~44^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b315d005188bca40f6713d485234ce97c65b7b;p=openembedded.git sip.bbclass: =+ emits problems with task dependencies, using += now --- diff --git a/classes/sip.bbclass b/classes/sip.bbclass index 6f77f460dc..ae186bd04a 100644 --- a/classes/sip.bbclass +++ b/classes/sip.bbclass @@ -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"