summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2010-09-13 10:57:30 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-15 10:58:40 -0700
commitad123889ee6e02646e0778e9bf653775c5846ffc (patch)
tree559bab47660545bb7edb98526adda8f6c41f6f67
parente7a8e95df93c73a7c0114ee0dd937ea0d51ca908 (diff)
downloadopenembedded-ad123889ee6e02646e0778e9bf653775c5846ffc.tar.gz
gettext-0.18: use included libcroco instead of one provided by build system
gettext-native uses system libcroco if it's available, and breaks compilation in this case. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/gettext/gettext_0.18.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index b295afb811..5ad6459630 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
SECTION = "libs"
LICENSE = "GPLv3"
-PR = "r2"
+PR = "r3"
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native"
PROVIDES = "virtual/libintl"
@@ -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 \