gettext 0.18: Add libxml2 to DEPENDS
authorTom Rini <tom_rini@mentor.com>
Wed, 2 Mar 2011 22:53:13 +0000 (15:53 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 2 Mar 2011 22:53:13 +0000 (15:53 -0700)
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@mentor.com>
recipes/gettext/gettext_0.18.bb

index 850b269..b4b9543 100644 (file)
@@ -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"