[oe] [meta-oe][PATCH] eject: Fix B != S builds

Martin Jansa martin.jansa at gmail.com
Mon Jun 23 23:58:59 UTC 2014


On Mon, Jun 23, 2014 at 08:57:12PM +0100, Richard Purdie wrote:
> Signed-off-by: Richard Purdie <richard.purdie at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140624/f0b4bfca/attachment-0002.sig>


More information about the Openembedded-devel mailing list