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 changed files with 1 additions and 1 deletions

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"