libxml-sax-base-perl: add recipe for libxml-sax-perl
authorXin Ouyang <Xin.Ouyang@windriver.com>
Fri, 30 Nov 2012 10:29:59 +0000 (18:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 16:38:35 +0000 (16:38 +0000)
commit752e02d719a7aafc481ba90b988aebc961029e88
tree03c6d333cd3d80c4b5aad2fb3990070a0b6a2d71
parente30a062b36b66d05ded7ff8e67210098c51fb839
libxml-sax-base-perl: add recipe for libxml-sax-perl

If libxml-sax-base-perl is not installed on the target, libxml-sax-perl
would be fail to use. So add the recipe.

    # cat > test.pl <<-EOF
    #!/usr/bin/perl
    use XML::SAX;
    EOF
    # perl ./test.pl
    Can't locate XML/SAX/Exception.pm in @INC ...

Also inherit allarch for three perl modules.

(From OE-Core rev: 3230d943699c77f3fe9ce9d9949eae21d825186d)

Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb [new file with mode: 0644]
meta/recipes-extended/perl/libxml-sax-perl_0.99.bb