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>
This commit is contained in:
Richard Purdie 2017-01-11 01:08:37 +00:00
parent 90f1ef88d6
commit 13f256fb11
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ do_compile_class-native() {
cpan_do_compile
}
BBCLASSEXTEND="native"
BBCLASSEXTEND="native nativesdk"