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-20 11:53:49 +0000 |
commit | 13f256fb112d3f2bd0de119dcc231e078900cbc6 (patch) | |
tree | f969765794f101b22c1cc9ad04fe3d206642142a /meta/recipes-devtools/perl | |
parent | 90f1ef88d61f27f446286b6a1dc638ac093d8ba7 (diff) | |
download | poky-13f256fb112d3f2bd0de119dcc231e078900cbc6.tar.gz |
libxml-parser-perl: Allow nativesdk variant to build
This is needed in order to be able to build nativesdk-intltool.
(From OE-Core rev: 427ec49e34dee36157e706bb2bbb93c5f15e2d6a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-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() { | |||
33 | cpan_do_compile | 33 | cpan_do_compile |
34 | } | 34 | } |
35 | 35 | ||
36 | BBCLASSEXTEND="native" | 36 | BBCLASSEXTEND="native nativesdk" |