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.

> +
>  SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
>  SRC_URI[sha256sum] = 
> "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
>  
> 
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to