[oe-commits] Tom Rini : gettext 0.18: Add libxml2 to DEPENDS

git version control git at git.openembedded.org
Wed Mar 2 22:55:13 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  2 15:53:13 2011 -0700

gettext 0.18: Add libxml2 to DEPENDS

We already build gettext-native with libxml2 external rather than the
provided libxml.  Changing this makes the target gettext behavior
consistent rather than depending on if libxml2 has been built or not.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index 850b269..b4b9543 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "The GNU internationalization library."
 HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
 SECTION = "libs"
 LICENSE = "GPLv3"
-PR = "r5"
-DEPENDS = "gettext-native virtual/libiconv ncurses expat"
+PR = "r6"
+DEPENDS = "libxml2 gettext-native virtual/libiconv ncurses expat"
 DEPENDS_virtclass-native = "libxml2-native"
 PROVIDES = "virtual/libintl"
 PROVIDES_virtclass-native = "virtual/libintl-native"





More information about the Openembedded-commits mailing list