aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/ptest-runner
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-05 18:04:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 15:51:05 +0000
commit8092aa8ff63d9b2016bff138ec05ceb0d0155869 (patch)
treea7e41b6ad7d83a583432525c6652595761743557 /meta/recipes-support/ptest-runner
parent9e38dc9b6b70b81d778c299f9a7fab30116c74fa (diff)
downloadopenembedded-core-8092aa8ff63d9b2016bff138ec05ceb0d0155869.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. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ptest-runner')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.0.bb2
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"
FILES_${PN} = "${bindir}/ptest-runner"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
do_compile () {
oe_runmake
}