diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 21:55:18 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 21:55:18 +0100 |
commit | 9bd71532c0c79554a7f6ca78b6524b35492c1e7c (patch) | |
tree | da689ce5df4e01dd992631bc394f3209e5895385 /recipes/perl | |
parent | 9883ae46e639e7c86fcf2ffe5f61ed76f5cfa46f (diff) |
libarchive-zip-perl_1.30.bb updated to latest version
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libarchive-zip-perl_1.30.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |