From: Cliff Brake Date: Thu, 25 Feb 2010 13:15:46 +0000 (-0500) Subject: gettext_0.17: fix build issue on 64-bit host X-Git-Tag: Release-2010-05/1~491^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e97b25e3a8641c8677bd5b8926f3653490920a;p=openembedded.git gettext_0.17: fix build issue on 64-bit host was getting the following message: /usr/lib64/libxml2.so.2: undefined reference to `gzopen64' solution is to add libxml2 to native DEPENDS --- diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb index 2f7faa70fa..fbb479a75e 100644 --- a/recipes/gettext/gettext_0.17.bb +++ b/recipes/gettext/gettext_0.17.bb @@ -4,7 +4,7 @@ SECTION = "libs" LICENSE = "GPLv3" PR = "r5" DEPENDS = "gettext-native virtual/libiconv ncurses expat" -DEPENDS_virtclass-native = "" +DEPENDS_virtclass-native = "libxml2-native" PROVIDES = "virtual/libintl" PROVIDES_virtclass-native = "" RCONFLICTS_gettext-libintl = "proxy-libintl"