[OE-core] [PATCH 1/1] gettext: use included libxml and libcroco

Koen Kooi koen at dominion.thruhere.net
Sat Sep 3 18:27:31 UTC 2011


Op 3 sep. 2011, om 19:04 heeft Saul Wold het volgende geschreven:

> [YOCTO #1400]
> 
> By using the included libxml and libcroco, we do not create additional
> on this core library. There was an ordering issue that when one library
> was not built, but gettext detected the other library a compliation would
> fail, this will force it to always use the included libraries.
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/recipes-core/gettext/gettext_0.18.1.1.bb |    2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> index 9ec851e..0bcd90b 100644
> --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
> @@ -36,6 +36,8 @@ EXTRA_OECONF += "--without-lispdir \
>                  --without-emacs \
>                  --without-cvs \
>                  --without-git \
> +                 --with-included-libxml \
> +                 --with-included-libcroco \
>                 "

That's missing a PR bump



More information about the Openembedded-core mailing list