From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Mike Crowe <mac@mcrowe.com>,
openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required
Date: Thu, 11 Feb 2016 12:12:02 +0000 [thread overview]
Message-ID: <1455192722.16142.256.camel@linuxfoundation.org> (raw)
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
}
next reply other threads:[~2016-02-11 12:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 12:12 Richard Purdie [this message]
2016-02-11 12:19 ` [PATCH] ptest-runner2: Explicitly set EXTRA_OEMAKE as required Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455192722.16142.256.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=mac@mcrowe.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox