From: Richard Purdie Date: Wed, 11 Jan 2017 01:08:37 +0000 (+0000) Subject: libxml-parser-perl: Allow nativesdk variant to build X-Git-Tag: yocto-4.0~18539 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=427ec49e34dee36157e706bb2bbb93c5f15e2d6a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxml-parser-perl: Allow nativesdk variant to build This is needed in order to be able to build nativesdk-intltool. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb index ab9e5faa514..d9bbf713aaa 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb @@ -33,4 +33,4 @@ do_compile_class-native() { cpan_do_compile } -BBCLASSEXTEND="native" +BBCLASSEXTEND="native nativesdk"