[oe-commits] org.oe.dev sip.bbclass: =+ emits problems with task dependencies, using += now

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Dec 14 00:30:40 UTC 2007


sip.bbclass: =+ emits problems with task dependencies, using += now

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: f2da87b624cf2c524868421e05fe763af19d484d
ViewMTN: http://monotone.openembedded.org/revision/info/f2da87b624cf2c524868421e05fe763af19d484d
Files:
1
classes/sip.bbclass
Diffs:

#
# mt diff -r670f417f73077f9801fc69d12ea50a8e70b260fb -rf2da87b624cf2c524868421e05fe763af19d484d
#
# 
# 
# patch "classes/sip.bbclass"
#  from [a9ed0b070fecb4888c0a73be816865c0285ba605]
#    to [19431964e31ac4c591edad007b98e47bc3efc3b7]
# 
============================================================
--- classes/sip.bbclass	a9ed0b070fecb4888c0a73be816865c0285ba605
+++ classes/sip.bbclass	19431964e31ac4c591edad007b98e47bc3efc3b7
@@ -1,10 +1,10 @@
 # Build Class for Sip based Python Bindings
 # (C) Michael 'Mickey' Lauer <mickey at Vanille.de>
 #
 
 # 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"






More information about the Openembedded-commits mailing list