summaryrefslogtreecommitdiffstats
path: root/meta/classes/qmake_base.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-05 16:42:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-07 15:58:16 +0000
commite9c2218231404d2ad64b9840199ab96b9a4ddda7 (patch)
tree43187a10f79b0f71500a1b2c3104e74f7ba5d2a0 /meta/classes/qmake_base.bbclass
parent84399e189b9e6065545730e9223750cb1273de93 (diff)
downloadpoky-e9c2218231404d2ad64b9840199ab96b9a4ddda7.tar.gz
classes/qmake_base: support linux-gnuspe/linux-uclibcspe TARGET_OS
Fix borrowed from OE-Classic. This should fix build failures during do_configure of Qt applications with the p1022ds machine from meta-fsl-ppc, for example. (From OE-Core rev: a19fc8e19a6cc6885a1e0616b1f42cc49c8f2c9f) (From OE-Core rev: 0baef81f0ebf854b3e3e78b0d3745cc8ad41491e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qmake_base.bbclass')
-rw-r--r--meta/classes/qmake_base.bbclass2
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
49qmake_base_do_configure() { 49qmake_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