From: Kartik Mohta Date: Wed, 23 Mar 2011 03:59:49 +0000 (+0000) Subject: libarchive: Requires libxml2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db4b9050e0e8b963e2a6b63790e48e3042ea99e;p=openembedded.git libarchive: Requires libxml2 Signed-off-by: Kartik Mohta Signed-off-by: Khem Raj --- diff --git a/recipes/libarchive/libarchive_2.8.4.bb b/recipes/libarchive/libarchive_2.8.4.bb index 551746bb0b..1139416c85 100644 --- a/recipes/libarchive/libarchive_2.8.4.bb +++ b/recipes/libarchive/libarchive_2.8.4.bb @@ -4,6 +4,8 @@ SECTION = "devel" LICENSE = "BSD" PR = "r0" +DEPENDS = "libxml2" + SRC_URI = "http://libarchive.googlecode.com/files/${PN}-${PV}.tar.gz \ file://0001-Patch-from-upstream-revision-1990.patch \ file://0002-Patch-from-upstream-revision-1991.patch \