diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-15 07:26:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-15 07:26:18 +0000 |
commit | a9a841c00016005d6f2ce70e438ffd98c0b18318 (patch) | |
tree | 6288afd399858288281d64eed7550c6141abee1f /packages | |
parent | 8b97a5d209b15cfe9ff9c5753568fd9f39ec94e3 (diff) |
libxml2: no argumentation was given for the libiconv dep, so remove it. ARm, powerpc and x86 certainly [Cdon't need it.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libxml/libxml2_2.6.26.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libxml/libxml2_2.6.26.bb b/packages/libxml/libxml2_2.6.26.bb index 1695045290..12fb6ca08e 100644 --- a/packages/libxml/libxml2_2.6.26.bb +++ b/packages/libxml/libxml2_2.6.26.bb @@ -2,8 +2,7 @@ DESCRIPTION = "GNOME XML Parser library" SECTION = "libs" PRIORITY = "optional" LICENSE = "MIT" -DEPENDS = "libiconv" -PR = "r3" +PR = "r4" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" |