[OE-core] [PATCH 01/11] libxml-parser-perl: Allow nativesdk variant to build

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jan 19 16:12:52 UTC 2017


This is needed in order to be able to build nativesdk-intltool.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ab9e5fa..d9bbf71 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"
-- 
2.7.4



More information about the Openembedded-core mailing list