* [meta-oe][PATCH] eject: Fix B != S builds
@ 2014-06-23 19:57 Richard Purdie
2014-06-23 23:58 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2014-06-23 19:57 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
index 9534577..6cb31a7 100644
--- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -9,6 +9,11 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \
file://eject-2.1.5-error-return.patch \
"
+do_compile_prepend () {
+ mkdir -p ${B}/po
+ cp -r ${S}/po/* ${B}/po/
+}
+
SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] eject: Fix B != S builds
2014-06-23 19:57 [meta-oe][PATCH] eject: Fix B != S builds Richard Purdie
@ 2014-06-23 23:58 ` Martin Jansa
2014-06-24 7:03 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-06-23 23:58 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
On Mon, Jun 23, 2014 at 08:57:12PM +0100, Richard Purdie wrote:
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
> index 9534577..6cb31a7 100644
> --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
> +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
> @@ -9,6 +9,11 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \
> file://eject-2.1.5-error-return.patch \
> "
>
> +do_compile_prepend () {
> + mkdir -p ${B}/po
> + cp -r ${S}/po/* ${B}/po/
> +}
Wasn't this fixed already? I've seen it in your big patch, but the same
logic is applied in newer master already.
> +
> SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
> SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] eject: Fix B != S builds
2014-06-23 23:58 ` Martin Jansa
@ 2014-06-24 7:03 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2014-06-24 7:03 UTC (permalink / raw)
To: openembedded-devel
On Tue, 2014-06-24 at 01:58 +0200, Martin Jansa wrote:
> On Mon, Jun 23, 2014 at 08:57:12PM +0100, Richard Purdie wrote:
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> >
> > diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
> > index 9534577..6cb31a7 100644
> > --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb
> > +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
> > @@ -9,6 +9,11 @@ SRC_URI = "http://sources.openembedded.org/${BP}.tar.gz \
> > file://eject-2.1.5-error-return.patch \
> > "
> >
> > +do_compile_prepend () {
> > + mkdir -p ${B}/po
> > + cp -r ${S}/po/* ${B}/po/
> > +}
>
> Wasn't this fixed already? I've seen it in your big patch, but the same
> logic is applied in newer master already.
Yes, that has merged, sorry.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-24 7:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 19:57 [meta-oe][PATCH] eject: Fix B != S builds Richard Purdie
2014-06-23 23:58 ` Martin Jansa
2014-06-24 7:03 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.