Op 18 sep. 2012, om 11:00 heeft Marcin Juszkiewicz 
<[email protected]> het volgende geschreven:

> Signed-off-by: Marcin Juszkiewicz <[email protected]>
> ---
> meta/recipes-core/ncurses/ncurses.inc |    5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/meta/recipes-core/ncurses/ncurses.inc 
> b/meta/recipes-core/ncurses/ncurses.inc
> index 91b1f34..3ff0914 100644
> --- a/meta/recipes-core/ncurses/ncurses.inc
> +++ b/meta/recipes-core/ncurses/ncurses.inc
> @@ -59,6 +59,11 @@ ncurses_configure() {
>       cd ..
> }
> 
> +# Update gnu-config files to version used by OE-Core
> +do_configure_prepend() {
> +     install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.{guess,sub} 
> ${S}
> +}
> +

Apart from the missing PR bumps, isn't autotools.bbclass supposed to handle 
this?
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to