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.

(From OE-Core rev: 8092aa8ff63d9b2016bff138ec05ceb0d0155869)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mike Crowe 2016-02-05 18:04:30 +00:00 committed by Richard Purdie
parent 7932525a34
commit 246b02e281
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ S = "${WORKDIR}/git"
FILES_${PN} = "${bindir}/ptest-runner"
EXTRA_OEMAKE = "-e MAKEFLAGS="
do_compile () {
oe_runmake
}