| Submitter | Scott Garman |
|---|---|
| Date | Dec. 7, 2012, 5:01 a.m. |
| Message ID | <0baef81f0ebf854b3e3e78b0d3745cc8ad41491e.1354855433.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/40605/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_base.bbclass index d1008b6..fa1b5f0 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 qmake_base_do_configure() { case ${QMAKESPEC} in - *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++) + *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++|*linux-gnuspe-oe-g++|*linux-uclibcspe-oe-g++) ;; *-oe-g++) die Unsupported target ${TARGET_OS} for oe-g++ qmake spec