From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] eject: Fix B != S builds
Date: Tue, 24 Jun 2014 08:03:00 +0100 [thread overview]
Message-ID: <1403593380.2104.121.camel@ted> (raw)
In-Reply-To: <20140623235859.GK2437@jama>
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
prev parent reply other threads:[~2014-06-24 7:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=1403593380.2104.121.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-devel@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 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.