diff options
Diffstat (limited to 'meta')
-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 165d6896b1..b61b84c7f7 100644 --- a/meta/classes/qmake_base.bbclass +++ b/meta/classes/qmake_base.bbclass | |||
@@ -47,7 +47,7 @@ addtask generate_qt_config_file after do_patch before do_configure | |||
47 | 47 | ||
48 | qmake_base_do_configure() { | 48 | qmake_base_do_configure() { |
49 | case ${QMAKESPEC} in | 49 | case ${QMAKESPEC} in |
50 | *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++) | 50 | *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++) |
51 | ;; | 51 | ;; |
52 | *-oe-g++) | 52 | *-oe-g++) |
53 | die Unsupported target ${TARGET_OS} for oe-g++ qmake spec | 53 | die Unsupported target ${TARGET_OS} for oe-g++ qmake spec |