[oe-commits] Cliff Brake : gettext_0.17: fix build issue on 64-bit host

git version control git at git.openembedded.org
Thu Feb 25 13:17:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a3e97b25e3a8641c8677bd5b8926f3653490920a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a3e97b25e3a8641c8677bd5b8926f3653490920a

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Thu Feb 25 08:15:46 2010 -0500

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index 2f7faa7..fbb479a 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"





More information about the Openembedded-commits mailing list