[oe-commits] org.oe.dev libxml2 2.6.26: Added libiconv dependency

svolpe commit openembedded-commits at lists.openembedded.org
Sat Apr 7 20:35:03 UTC 2007


libxml2 2.6.26: Added libiconv dependency

Author: svolpe at openembedded.org
Branch: org.openembedded.dev
Revision: e9ff260856d0c12099e73221885f9c7b5f02923e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e9ff260856d0c12099e73221885f9c7b5f02923e
Files:
1
packages/libxml/libxml2_2.6.26.bb
Diffs:

#
# mt diff -r7cf68e27f2976f8ca872b97983840d66db293c57 -re9ff260856d0c12099e73221885f9c7b5f02923e
#
# 
# 
# patch "packages/libxml/libxml2_2.6.26.bb"
#  from [adc83aaa45d7e61deca6381a99a2e96ba6befa70]
#    to [2eab685b22f3020f84ae7d1afda9789777ba5d68]
# 
============================================================
--- packages/libxml/libxml2_2.6.26.bb	adc83aaa45d7e61deca6381a99a2e96ba6befa70
+++ packages/libxml/libxml2_2.6.26.bb	2eab685b22f3020f84ae7d1afda9789777ba5d68
@@ -1,8 +1,9 @@ LICENSE = "MIT"
 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"
 






More information about the Openembedded-commits mailing list