* [PATCH] cdrtools-native: Explicitly set EXTRA_OEMAKE as required
@ 2016-02-11 12:12 Richard Purdie
2016-02-11 14:59 ` Mike Crowe
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2016-02-11 12:12 UTC (permalink / raw)
To: openembedded-core; +Cc: Mike Crowe
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-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
index 72ac741..ff4d5ac 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
@@ -12,6 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${REALPV}.tar.bz2"
SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b"
SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
inherit native
PV = "3.01a31+really3.01"
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] cdrtools-native: Explicitly set EXTRA_OEMAKE as required
2016-02-11 12:12 [PATCH] cdrtools-native: Explicitly set EXTRA_OEMAKE as required Richard Purdie
@ 2016-02-11 14:59 ` Mike Crowe
2016-02-11 15:17 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Mike Crowe @ 2016-02-11 14:59 UTC (permalink / raw)
To: Richard Purdie; +Cc: Mike Crowe, openembedded-core
On Thursday 11 February 2016 at 12:12:41 +0000, Richard Purdie wrote:
> 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
Minor typo at the end of the log message.
Good catch. It appears that such -native packages aren't included in world
so my testing didn't find it. :(
I've not found anything more over the last few days of test builds.
Thanks.
Mike.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cdrtools-native: Explicitly set EXTRA_OEMAKE as required
2016-02-11 14:59 ` Mike Crowe
@ 2016-02-11 15:17 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2016-02-11 15:17 UTC (permalink / raw)
To: Mike Crowe; +Cc: openembedded-core
On Thu, 2016-02-11 at 14:59 +0000, Mike Crowe wrote:
> On Thursday 11 February 2016 at 12:12:41 +0000, Richard Purdie wrote:
> > 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
>
> Minor typo at the end of the log message.
>
> Good catch. It appears that such -native packages aren't included in
> world
> so my testing didn't find it. :(
>
> I've not found anything more over the last few days of test builds.
Things looked pretty clean on the autobuilder other than this so its
looking pretty good!
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-11 15:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 12:12 [PATCH] cdrtools-native: Explicitly set EXTRA_OEMAKE as required Richard Purdie
2016-02-11 14:59 ` Mike Crowe
2016-02-11 15:17 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox