gettext_0.17: fix build issue on 64-bit host
authorCliff Brake <cbrake@bec-systems.com>
Thu, 25 Feb 2010 13:15:46 +0000 (08:15 -0500)
committerCliff Brake <cbrake@bec-systems.com>
Thu, 25 Feb 2010 13:15:46 +0000 (08:15 -0500)
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

index 2f7faa7..fbb479a 100644 (file)
@@ -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"