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: uninative-1.5~798 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=427ec49e34dee36157e706bb2bbb93c5f15e2d6a;p=openembedded-core.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 ab9e5faa51..d9bbf713aa 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"