Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required
@ 2016-02-11 12:12 Richard Purdie
  2016-02-11 12:19 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2016-02-11 12:12 UTC (permalink / raw)
  To: Mike Crowe, openembedded-core

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@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
 }




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-11 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 12:12 [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required Richard Purdie
2016-02-11 12:19 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox