summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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:54:18 +0100
commite5e6e761d15e42d94836a2153eda13bdbc4f915e (patch)
treef621da3abd3d8d55fbf6bbbe0d3a460c223dee8e /meta/recipes-core
parent0efd5b3d114a23c6821183e0f6c0538bf25e97b7 (diff)
downloadpoky-e5e6e761d15e42d94836a2153eda13bdbc4f915e.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. (From OE-Core rev: 0c12210f63f9705af98bcf5de8ccd715026bace3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7 7
8PR = "r2" 8PR = "r3"
9DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat" 9DEPENDS = "libxml2-native gettext-native virtual/libiconv ncurses expat"
10DEPENDS_virtclass-native = "libxml2-native" 10DEPENDS_virtclass-native = "libxml2-native"
11PROVIDES = "virtual/libintl virtual/gettext" 11PROVIDES = "virtual/libintl virtual/gettext"
@@ -36,6 +36,8 @@ EXTRA_OECONF += "--without-lispdir \
36 --without-emacs \ 36 --without-emacs \
37 --without-cvs \ 37 --without-cvs \
38 --without-git \ 38 --without-git \
39 --with-included-libxml \
40 --with-included-libcroco \
39 " 41 "
40 42
41acpaths = '-I ${S}/gettext-runtime/m4 \ 43acpaths = '-I ${S}/gettext-runtime/m4 \