1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

qmake2.bbclass: add space to end of DEPENDS_prepend

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>
This commit is contained in:
Paul Eggleton
2010-12-22 18:14:58 +00:00
committed by Richard Purdie
parent b3a195d1e8
commit 6a3b7c65e9
+1 -1
View 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"