diff options
Diffstat (limited to 'recipes/perl/libxml-parser-perl_2.34.bb')
-rw-r--r-- | recipes/perl/libxml-parser-perl_2.34.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libxml-parser-perl_2.34.bb b/recipes/perl/libxml-parser-perl_2.34.bb index dd502a8f63..62037425b9 100644 --- a/recipes/perl/libxml-parser-perl_2.34.bb +++ b/recipes/perl/libxml-parser-perl_2.34.bb @@ -1,7 +1,7 @@ SECTION = "libs" LICENSE = "Artistic" DEPENDS += "expat expat-native" -PR = "r11" +PR = "r12" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" @@ -13,3 +13,5 @@ inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \ ${PERLLIBDIRS}/XML" + +BBCLASSEXTEND="native" |