[oe-commits] Paul Eggleton : classes/qmake_base: support linux-gnuspe/ linux-uclibcspe TARGET_OS

git at git.openembedded.org git at git.openembedded.org
Fri Dec 7 16:01:24 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 0baef81f0ebf854b3e3e78b0d3745cc8ad41491e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0baef81f0ebf854b3e3e78b0d3745cc8ad41491e

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Sep  5 16:42:15 2012 +0100

classes/qmake_base: support linux-gnuspe/linux-uclibcspe TARGET_OS

Fix borrowed from OE-Classic. This should fix build failures during
do_configure of Qt applications with the p1022ds machine from
meta-fsl-ppc, for example.

(From OE-Core rev: a19fc8e19a6cc6885a1e0616b1f42cc49c8f2c9f)

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/qmake_base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_base.bbclass
index d1008b6..fa1b5f0 100644
--- a/meta/classes/qmake_base.bbclass
+++ b/meta/classes/qmake_base.bbclass
@@ -48,7 +48,7 @@ addtask generate_qt_config_file after do_patch before do_configure
 
 qmake_base_do_configure() {
 	case ${QMAKESPEC} in
-	*linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++)
+	*linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++|*linux-gnuspe-oe-g++|*linux-uclibcspe-oe-g++)
 		;;
 	*-oe-g++)
 		die Unsupported target ${TARGET_OS} for oe-g++ qmake spec





More information about the Openembedded-commits mailing list