]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml-parser-perl: Allow nativesdk variant to build
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 01:08:37 +0000 (01:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:54 +0000 (22:45 +0000)
This is needed in order to be able to build nativesdk-intltool.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb

index ab9e5faa514199cdf7836c06ca8858c7719ea86e..d9bbf713aaaec7f13768005b8b51b9355e6779dc 100644 (file)
@@ -33,4 +33,4 @@ do_compile_class-native() {
        cpan_do_compile
 }
 
-BBCLASSEXTEND="native"
+BBCLASSEXTEND="native nativesdk"