qmake-bbclass: make it know about linux-gnueabi
authorMichael Lauer <mickey@vanille-media.de>
Fri, 24 Mar 2006 11:24:52 +0000 (11:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 24 Mar 2006 11:24:52 +0000 (11:24 +0000)
classes/qmake.bbclass

index 10aa8c9..0d3f45c 100644 (file)
@@ -2,7 +2,7 @@ inherit qmake-base
 
 qmake_do_configure() {
        case ${QMAKESPEC} in
-       *linux-oe-g++|*linux-uclibc-oe-g++)
+       *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++)
                ;;
        *-oe-g++)
                die Unsupported target ${TARGET_OS} for oe-g++ qmake spec