From cf87759973a02ea7e5d5412522a9178de2e55c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 1 Sep 2015 21:05:03 +0200 Subject: [PATCH] archive-zip: update to 1.31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../{archive-zip_1.30.bb => archive-zip_1.31.bb} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename recipes-devtools/{archive-zip_1.30.bb => archive-zip_1.31.bb} (62%) diff --git a/recipes-devtools/archive-zip_1.30.bb b/recipes-devtools/archive-zip_1.31.bb similarity index 62% rename from recipes-devtools/archive-zip_1.30.bb rename to recipes-devtools/archive-zip_1.31.bb index 57ace61..bcf82f8 100644 --- a/recipes-devtools/archive-zip_1.30.bb +++ b/recipes-devtools/archive-zip_1.31.bb @@ -3,15 +3,17 @@ SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" -SRC_URI = "http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-${PV}.tar.gz" -SRC_URI[md5sum] = "40153666e7538b410e001aa8a810e702" -SRC_URI[sha256sum] = "f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318" +PATCHREV = "04" + +SRC_URI = "http://www.cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-${PV}_${PATCHREV}.tar.gz" +SRC_URI[md5sum] = "491adb57024059e74767bb56040c2ecb" +SRC_URI[sha256sum] = "ede64f6c8ecad7360fe5d8b20379f8a09afe7e7ba5f39fa10e933e798566a98c" inherit cpan DEPENDS = "zlib" -S = "${WORKDIR}/Archive-Zip-${PV}" +S = "${WORKDIR}/Archive-Zip-${PV}_${PATCHREV}" EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"