diff options
Diffstat (limited to 'meta/classes/qmake_base.bbclass')
-rw-r--r-- | 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 d1008b638b..fa1b5f0000 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 | |||
48 | 48 | ||
49 | qmake_base_do_configure() { | 49 | qmake_base_do_configure() { |
50 | case ${QMAKESPEC} in | 50 | case ${QMAKESPEC} in |
51 | *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++) | 51 | *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++|*linux-gnuspe-oe-g++|*linux-uclibcspe-oe-g++) |
52 | ;; | 52 | ;; |
53 | *-oe-g++) | 53 | *-oe-g++) |
54 | die Unsupported target ${TARGET_OS} for oe-g++ qmake spec | 54 | die Unsupported target ${TARGET_OS} for oe-g++ qmake spec |