From a3e97b25e3a8641c8677bd5b8926f3653490920a Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Thu, 25 Feb 2010 08:15:46 -0500 Subject: 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 --- recipes/gettext/gettext_0.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gettext/gettext_0.17.bb') 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" -- cgit 1.2.3-korg