[OE-core] [PATCH 1/2] ncurses: Update gnu-config files to version used by OE-Core

Koen Kooi koen at dominion.thruhere.net
Tue Sep 18 10:40:39 UTC 2012


Op 18 sep. 2012, om 11:00 heeft Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org> het volgende geschreven:

> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
> ---
> 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?



More information about the Openembedded-core mailing list