From 5dab011dfc6f5dcb1bf2f4565d0c2479e2461c8d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 3 Jan 2010 11:40:10 +0100 Subject: libcompress-zlib-perl: add checksum and fix packaging --- recipes/perl/libcompress-zlib-perl_2.015.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libcompress-zlib-perl_2.015.bb b/recipes/perl/libcompress-zlib-perl_2.015.bb index ed1e589fa8..e1076a7e8c 100644 --- a/recipes/perl/libcompress-zlib-perl_2.015.bb +++ b/recipes/perl/libcompress-zlib-perl_2.015.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r10" +PR = "r11" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz" @@ -10,6 +10,7 @@ S = "${WORKDIR}/Compress-Zlib-${PV}" inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ - ${PERLLIBDIRS}/Compress" + ${PERLLIBDIRS}/Compress \ + ${datadir}/perl5" BBCLASSEXTEND="native" -- cgit v1.2.3