[oe-commits] Vasily Khoruzhick : gettext-0.18: use included libcroco instead of one provided by build system

git version control git at git.openembedded.org
Wed Sep 15 18:02:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: ad123889ee6e02646e0778e9bf653775c5846ffc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ad123889ee6e02646e0778e9bf653775c5846ffc

Author: Vasily Khoruzhick <anarsoul at gmail.com>
Date:   Mon Sep 13 10:57:30 2010 +0000

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 at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gettext/gettext_0.18.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index b295afb..5ad6459 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 \





More information about the Openembedded-commits mailing list