diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-03 11:40:10 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-03 11:42:17 +0100 |
commit | 5dab011dfc6f5dcb1bf2f4565d0c2479e2461c8d (patch) | |
tree | 3cd3cffeb82d5bedde95c97b0a5d2cc93b680e00 /recipes/perl | |
parent | 8fea866a7cd4e4d614a10338b7f8e4862a46bcfa (diff) |
libcompress-zlib-perl: add checksum and fix packaging
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libcompress-zlib-perl_2.015.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" |