aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libalgorithm-diff-perl_1.1902.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libalgorithm-diff-perl_1.1902.bb')
-rw-r--r--recipes/perl/libalgorithm-diff-perl_1.1902.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libalgorithm-diff-perl_1.1902.bb b/recipes/perl/libalgorithm-diff-perl_1.1902.bb
index 4adc4e81f0..82cc069b85 100644
--- a/recipes/perl/libalgorithm-diff-perl_1.1902.bb
+++ b/recipes/perl/libalgorithm-diff-perl_1.1902.bb
@@ -3,10 +3,12 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
perl-module-strict perl-module-vars"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
S = "${WORKDIR}/Algorithm-Diff-${PV}"
inherit cpan
+
+BBCLASSEXTEND="native"