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:
3a5e5c1
)
libxml2 2.6.26: Added libiconv dependency
author
Shane Volpe
<shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:32:04 +0000
(20:32 +0000)
committer
Shane Volpe
<shanevolpe@gmail.com>
Sat, 7 Apr 2007 20:32:04 +0000
(20:32 +0000)
packages/libxml/libxml2_2.6.26.bb
patch
|
blob
|
history
diff --git
a/packages/libxml/libxml2_2.6.26.bb
b/packages/libxml/libxml2_2.6.26.bb
index
9f5295b
..
1695045
100644
(file)
--- a/
packages/libxml/libxml2_2.6.26.bb
+++ b/
packages/libxml/libxml2_2.6.26.bb
@@
-2,7
+2,8
@@
DESCRIPTION = "GNOME XML Parser library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MIT"
-PR = "r2"
+DEPENDS = "libiconv"
+PR = "r3"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"