summaryrefslogtreecommitdiff
path: root/recipes/perl/libxml-simple-perl_2.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libxml-simple-perl_2.18.bb')
-rw-r--r--recipes/perl/libxml-simple-perl_2.18.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb
index 6cab76bf1e..cbab53a135 100644
--- a/recipes/perl/libxml-simple-perl_2.18.bb
+++ b/recipes/perl/libxml-simple-perl_2.18.bb
@@ -1,10 +1,12 @@
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "libxml-parser-perl"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
S = "${WORKDIR}/XML-Simple-${PV}"
inherit cpan
+
+BBCLASSEXTEND="native"