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 <m...@mcrowe.com> --- meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 221cf6c..dc6ac72 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 } -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core