diff options
author | Anders Darander <anders@chargestorm.se> | 2011-08-16 10:36:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:57 +0100 |
commit | 17f8e984cf3a8a81856aab7e171e64b7e3b5f9e5 (patch) | |
tree | 1b6a12581832eaed2dc336c735ba67942687b605 /meta | |
parent | 032f3963ef5ec92da30f055ca2d329d023759fb0 (diff) | |
download | poky-17f8e984cf3a8a81856aab7e171e64b7e3b5f9e5.tar.gz |
qmake_base: add uclibceabi
Partial sync of qmake_base from meta-oe.
* Add a matching rule for *linux-uclibceabi-oe-g++, to make qmake_base.bbclase more
similar to the version in meta-oe.
(From OE-Core rev: 2a1fa5b3f1424e9264d29027c589b55cf2feb109)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |