diff options
-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 fa1b5f0000..52e7fb0ff8 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++|*linux-gnuspe-oe-g++|*linux-uclibcspe-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++|*linux-gnun32-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 |