summaryrefslogtreecommitdiff
path: root/packages/perl/libdigest-sha1-perl_2.11.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-04 02:09:42 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-04 02:09:42 +0000
commitbafa9b3ec1bd91cd710d587a31b58db4c1e2a503 (patch)
treed076800221bf8f9b9875e9c36b828852e2498ace /packages/perl/libdigest-sha1-perl_2.11.bb
parent470e37be6f885f4980583cf0b99b23858d40b2f8 (diff)
perl: Add the .debug directories that to FILES_${PN}-dbg in the
cpan-base.bbclass, and then update the cpan modules to no longer manually specify this. Also remove references to the new removed .packlist files.
Diffstat (limited to 'packages/perl/libdigest-sha1-perl_2.11.bb')
-rw-r--r--packages/perl/libdigest-sha1-perl_2.11.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/perl/libdigest-sha1-perl_2.11.bb b/packages/perl/libdigest-sha1-perl_2.11.bb
index 3b139299fe..67bb6830fa 100644
--- a/packages/perl/libdigest-sha1-perl_2.11.bb
+++ b/packages/perl/libdigest-sha1-perl_2.11.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r9"
+PR = "r10"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz"
@@ -9,7 +9,5 @@ S = "${WORKDIR}/Digest-SHA1-${PV}"
inherit cpan
-FILES_${PN} += "${PERLLIBDIRS}/auto/Digest/SHA1/* \
- ${PERLLIBDIRS}/auto/Digest/SHA1/.packlist \
- ${PERLLIBDIRS}/Digest"
-FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/Digest/SHA1/.debug"
+FILES_${PN} = "${PERLLIBDIRS}/auto/Digest/SHA1/* \
+ ${PERLLIBDIRS}/Digest"