diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2013-03-19 10:07:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-23 11:51:22 +0000 |
commit | a6b186a1a5cfc6ae9c099af0ed4217d91f5d4ef3 (patch) | |
tree | 756be07083e14548c704da4582607ee87317246a /meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | |
parent | 0d14b83469a91e40852a111682b7999285de99a7 (diff) | |
download | openembedded-core-a6b186a1a5cfc6ae9c099af0ed4217d91f5d4ef3.tar.gz openembedded-core-a6b186a1a5cfc6ae9c099af0ed4217d91f5d4ef3.tar.bz2 openembedded-core-a6b186a1a5cfc6ae9c099af0ed4217d91f5d4ef3.zip |
Perl packages shouldn't be allarch
Perl packages should know about arch so that they could install to the
correct libdir. Or else they always install to the default libdir in
multilib builds.
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl/libxml-sax-perl_0.99.bb')
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb index 647cb77fa8..e2e0341f41 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb @@ -22,6 +22,6 @@ SRC_URI[sha256sum] = "32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6 S = "${WORKDIR}/XML-SAX-${PV}" -inherit cpan allarch +inherit cpan BBCLASSEXTEND = "native" |