aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-09-02 15:25:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-07 22:52:52 +0100
commit0c12210f63f9705af98bcf5de8ccd715026bace3 (patch)
treebe7c2701f4703f392ea2ea0c225a151636b2153f /meta/recipes-core/gettext
parent61dac2f6f68bc46d8f3f6f7a8757924f103c7c54 (diff)
downloadopenembedded-core-0c12210f63f9705af98bcf5de8ccd715026bace3.tar.gz
gettext: use included libxml and libcroco
[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@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.18.1.1.bb4
1 files changed, 3 insertions, 1 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 9ec851e931..2c0b2f8be3 100644
--- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PR = "r2"
+PR = "r3"
DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native"
PROVIDES = "virtual/libintl virtual/gettext"
@@ -36,6 +36,8 @@ EXTRA_OECONF += "--without-lispdir \
--without-emacs \
--without-cvs \
--without-git \
+ --with-included-libxml \
+ --with-included-libcroco \
"
acpaths = '-I ${S}/gettext-runtime/m4 \