diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 01:08:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:45:54 +0000 |
commit | 427ec49e34dee36157e706bb2bbb93c5f15e2d6a (patch) | |
tree | fd3105427f920e9961233d3da7a1949469d95128 | |
parent | 936179754c8d0f98e1196ddc6796fdfd72c0c3b4 (diff) | |
download | openembedded-core-427ec49e34dee36157e706bb2bbb93c5f15e2d6a.tar.gz openembedded-core-427ec49e34dee36157e706bb2bbb93c5f15e2d6a.tar.bz2 openembedded-core-427ec49e34dee36157e706bb2bbb93c5f15e2d6a.zip |
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 <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |