qmake_base.bbclass: Add cases for linux-gnuspe/linux-uclibcspe
authorTom Rini <tom_rini@mentor.com>
Tue, 1 Feb 2011 00:06:34 +0000 (17:06 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 1 Feb 2011 00:06:34 +0000 (17:06 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/qmake_base.bbclass

index 3715cec..cf905a7 100644 (file)
@@ -36,7 +36,7 @@ oe_qmake_mkspecs () {
 
 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