]> code.ossystems Code Review - openembedded-core.git/commit
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 15:22:34 +0000 (15:22 +0000)
commit3230d943699c77f3fe9ce9d9949eae21d825186d
tree7ddb287f682ab3c0ad27bd4829a47c2745e33e9e
parent821401df8cd79e4878ad87f918b1ce8d0da141ec
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.

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