[oe] [PATCH] gettext-0.18: use included libcroco, not system

Vasily Khoruzhick anarsoul at gmail.com
Fri Sep 10 12:24:16 UTC 2010


gettext-native uses system libcroco if it's available, and breaks
compilation in this case.

Signed-off-by: Vasily Khoruzhick <anarsoul at gmail.com>
---
 recipes/gettext/gettext_0.18.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index b295afb..992467e 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -31,6 +31,7 @@ EXTRA_OECONF += "--without-lispdir \
 		 --disable-openmp \
 		 --with-included-glib \
 		 --without-emacs \
+		 --with-included-libcroco \
 	        "
 acpaths = '-I ${S}/gnulib-local/m4/ \
 	   -I ${S}/gettext-runtime/m4 \
-- 
1.7.2.2





More information about the Openembedded-devel mailing list