[OE-core] [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required

Richard Purdie richard.purdie at linuxfoundation.org
Thu Feb 11 12:12:02 UTC 2016


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 change

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

diff --git a/meta/recipes-support/ptest-runner2/ptest-runner2_0.1.bb b/meta/recipes-support/ptest-runner2/ptest-runner2_0.1.bb
index 97c640c..8f9a170 100644
--- a/meta/recipes-support/ptest-runner2/ptest-runner2_0.1.bb
+++ b/meta/recipes-support/ptest-runner2/ptest-runner2_0.1.bb
@@ -15,6 +15,8 @@ FILES_${PN} = "${bindir}/ptest-runner"
 
 RCONFLICTS_${PN} = "ptest-runner"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile () {
 	oe_runmake
 }





More information about the Openembedded-core mailing list