diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-12 11:21:05 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:11 +0100 |
commit | 04af378874f38d1200bea2fa191beeae94232d6e (patch) | |
tree | 6a55276395e0391a855c0a3db0e73914275e7906 /meta/classes | |
parent | 9bb1ba46952321b3d6dff50d08cb0693505d3b8f (diff) | |
download | poky-04af378874f38d1200bea2fa191beeae94232d6e.tar.gz |
classes/qmake_base: allow parallel make
Remove MAKEFLAGS= from EXTRA_OEMAKE to allow parallel make.
(From OE-Core rev: 1aeecaeee9bb1eee779973fce7f15cc7fad269a0)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 79040cde0f..86bbede260 100644 --- a/meta/classes/qmake_base.bbclass +++ b/meta/classes/qmake_base.bbclass | |||
@@ -4,7 +4,7 @@ OE_QMAKE_PLATFORM = "${TARGET_OS}-oe-g++" | |||
4 | QMAKESPEC := "${QMAKE_MKSPEC_PATH}/${OE_QMAKE_PLATFORM}" | 4 | QMAKESPEC := "${QMAKE_MKSPEC_PATH}/${OE_QMAKE_PLATFORM}" |
5 | 5 | ||
6 | # We override this completely to eliminate the -e normally passed in | 6 | # We override this completely to eliminate the -e normally passed in |
7 | EXTRA_OEMAKE = ' MAKEFLAGS= ' | 7 | EXTRA_OEMAKE = "" |
8 | 8 | ||
9 | export OE_QMAKE_CC="${CC}" | 9 | export OE_QMAKE_CC="${CC}" |
10 | export OE_QMAKE_CFLAGS="${CFLAGS}" | 10 | export OE_QMAKE_CFLAGS="${CFLAGS}" |