git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c150fe
)
gettext_0.17: fix build issue on 64-bit host
author
Cliff Brake
<cbrake@bec-systems.com>
Thu, 25 Feb 2010 13:15:46 +0000
(08:15 -0500)
committer
Cliff 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
patch
|
blob
|
history
diff --git
a/recipes/gettext/gettext_0.17.bb
b/recipes/gettext/gettext_0.17.bb
index
2f7faa7
..
fbb479a
100644
(file)
--- 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"