aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdigest-sha1-perl_2.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libdigest-sha1-perl_2.11.bb')
-rw-r--r--recipes/perl/libdigest-sha1-perl_2.11.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libdigest-sha1-perl_2.11.bb b/recipes/perl/libdigest-sha1-perl_2.11.bb
index c6d629417f..97f33b0972 100644
--- a/recipes/perl/libdigest-sha1-perl_2.11.bb
+++ b/recipes/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 = "r13"
+PR = "r14"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz"
@@ -11,3 +11,5 @@ inherit cpan
FILES_${PN} = "${PERLLIBDIRS}/auto/Digest/SHA1/* \
${PERLLIBDIRS}/Digest"
+
+BBCLASSEXTEND="native"