diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-05 18:04:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:25 +0000 |
commit | 246b02e281f84ffe1c9156ce24b728eb6f3742c1 (patch) | |
tree | fcabd7ceec9d02a3c9077f437e7603833f716fa8 /meta/recipes-support | |
parent | 7932525a3439163d5f0a1e3d13f7fa1af5e76a2e (diff) | |
download | poky-246b02e281f84ffe1c9156ce24b728eb6f3742c1.tar.gz |
ptest-runner: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this
explicit so that the default in bitbake.conf can be changed.
(From OE-Core rev: 8092aa8ff63d9b2016bff138ec05ceb0d0155869)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb index 221cf6c287..dc6ac72d1d 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | |||
@@ -15,6 +15,8 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | FILES_${PN} = "${bindir}/ptest-runner" | 16 | FILES_${PN} = "${bindir}/ptest-runner" |
17 | 17 | ||
18 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
19 | |||
18 | do_compile () { | 20 | do_compile () { |
19 | oe_runmake | 21 | oe_runmake |
20 | } | 22 | } |