summaryrefslogtreecommitdiff
path: root/recipes/perl/libsub-install-perl_0.922.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libsub-install-perl_0.922.bb')
-rw-r--r--recipes/perl/libsub-install-perl_0.922.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libsub-install-perl_0.922.bb b/recipes/perl/libsub-install-perl_0.922.bb
index 72bbfcc73b..a2d1de8719 100644
--- a/recipes/perl/libsub-install-perl_0.922.bb
+++ b/recipes/perl/libsub-install-perl_0.922.bb
@@ -3,10 +3,12 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
perl-module-warnings"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz"
S = "${WORKDIR}/Sub-Install-${PV}"
inherit cpan
+
+BBCLASSEXTEND="native"