From 6a3b7c65e92954f4b461294e67e69803ed28f829 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 22 Dec 2010 18:14:58 +0000 Subject: 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 --- meta/classes/qmake2.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass index e6810260f0..37721898d6 100644 --- a/meta/classes/qmake2.bbclass +++ b/meta/classes/qmake2.bbclass @@ -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" -- cgit v1.2.3-54-g00ecf