aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdbi-perl_1.607.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libdbi-perl_1.607.bb')
-rw-r--r--recipes/perl/libdbi-perl_1.607.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libdbi-perl_1.607.bb b/recipes/perl/libdbi-perl_1.607.bb
index af6853544c..1ae9ac5f27 100644
--- a/recipes/perl/libdbi-perl_1.607.bb
+++ b/recipes/perl/libdbi-perl_1.607.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Various MIME modules."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r0"
+PR = "r1"
RDEPENDS = "perl-module-scalar-util \
perl-module-file-spec \
@@ -13,3 +13,5 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.607.tar.gz"
S = "${WORKDIR}/DBI-${PV}"
inherit cpan
+
+BBCLASSEXTEND="native"