]> code.ossystems Code Review - openembedded-core.git/commitdiff
qmake2.bbclass: add space to end of DEPENDS_prepend
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 22 Dec 2010 18:14:58 +0000 (18:14 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 16:13:53 +0000 (16:13 +0000)
There needs to be a space at the end of DEPENDS_prepend or otherwise it can
collide with the contents of DEPENDS. The OE version of this file has this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/qmake2.bbclass

index e6810260f09b76de87440903d1abf555833df2ee..37721898d6aebb04c677e9862c36aa81a497f037 100644 (file)
@@ -3,7 +3,7 @@
 #
 inherit qmake_base
 
-DEPENDS_prepend = "qt4-tools-native"
+DEPENDS_prepend = "qt4-tools-native "
 
 export QMAKESPEC = "${STAGING_DATADIR}/qt4/mkspecs/${TARGET_OS}-oe-g++"
 export OE_QMAKE_UIC = "${STAGING_BINDIR_NATIVE}/uic4"