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.

(From OE-Core rev: a6b186a1a5cfc6ae9c099af0ed4217d91f5d4ef3)

Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jesse Zhang 2013-03-19 10:07:01 +08:00 committed by Richard Purdie
parent 1eb2b3dd63
commit b27a0b78a5
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "5db8b62fa0d036bd0cabc869ffe17941ad587d9a2af1ff030d554872ad
S = "${WORKDIR}/Convert-ASN1-${PV}"
inherit cpan allarch
inherit cpan
EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"

View File

@ -9,7 +9,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.
S = "${WORKDIR}/TimeDate-${PV}"
inherit cpan allarch
inherit cpan
BBCLASSEXTEND = "native"

View File

@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda28
S = "${WORKDIR}/XML-NamespaceSupport-${PV}"
inherit cpan allarch
inherit cpan
BBCLASSEXTEND="native"

View File

@ -19,6 +19,6 @@ SRC_URI[sha256sum] = "666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d98073
S = "${WORKDIR}/XML-SAX-Base-${PV}"
inherit cpan allarch
inherit cpan
BBCLASSEXTEND = "native"

View File

@ -22,6 +22,6 @@ SRC_URI[sha256sum] = "32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6
S = "${WORKDIR}/XML-SAX-${PV}"
inherit cpan allarch
inherit cpan
BBCLASSEXTEND = "native"