From: Koen Kooi Date: Sun, 15 Apr 2007 07:26:18 +0000 (+0000) Subject: libxml2: no argumentation was given for the libiconv dep, so remove it. ARm, powerpc... X-Git-Tag: Release-2010-05/1~8868^2~689^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a841c00016005d6f2ce70e438ffd98c0b18318;p=openembedded.git libxml2: no argumentation was given for the libiconv dep, so remove it. ARm, powerpc and x86 certainly [Cdon't need it. --- 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"