]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/qmake_base: support linux-gnuspe/linux-uclibcspe TARGET_OS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 5 Sep 2012 15:42:15 +0000 (16:42 +0100)
committerScott Garman <scott.a.garman@intel.com>
Fri, 26 Oct 2012 01:02:09 +0000 (18:02 -0700)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qmake_base.bbclass

index d1008b638b7ce5138baac8b8e155d9f51110efd2..fa1b5f0000a056810f98386e77b1f1c5a481de97 100644 (file)
@@ -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