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 <[email protected]> > > > > 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
