From 8092aa8ff63d9b2016bff138ec05ceb0d0155869 Mon Sep 17 00:00:00 2001 From: Mike Crowe Date: Fri, 5 Feb 2016 18:04:30 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/ptest-runner') 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 } -- cgit 1.2.3-korg