From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 20:55:18 +0000 (+0100) Subject: libarchive-zip-perl_1.30.bb updated to latest version X-Git-Tag: Release-2010-05/1~1069 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd71532c0c79554a7f6ca78b6524b35492c1e7c;p=openembedded.git libarchive-zip-perl_1.30.bb updated to latest version --- diff --git a/recipes/perl/libarchive-zip-perl_1.30.bb b/recipes/perl/libarchive-zip-perl_1.30.bb index 5cf31d3120..a9382a70aa 100644 --- a/recipes/perl/libarchive-zip-perl_1.30.bb +++ b/recipes/perl/libarchive-zip-perl_1.30.bb @@ -1,9 +1,10 @@ DESCRIPTION = "Archive::Zip - Provide an interface to ZIP archive files." SECTION = "libs" LICENSE = "Artistic|GPL" + DEPENDS += "libio-zlib-perl-native" RDEPENDS += "libio-zlib-perl" -PR= "r1" +PR= "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-${PV}.tar.gz"