summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2013-03-19 10:07:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-23 11:51:26 +0000
commitb27a0b78a5b1de2ba842cc8baf2a1c13e1a9a1aa (patch)
tree18693fb9d53cc761715b5895df9d577344fc3c70 /meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
parent1eb2b3dd6363516ffc1ddc4db4af2c2f5dd595cd (diff)
downloadpoky-b27a0b78a5b1de2ba842cc8baf2a1c13e1a9a1aa.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb')
-rw-r--r--meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
index 928440377c..9a9e71011e 100644
--- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
+++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda28
16 16
17S = "${WORKDIR}/XML-NamespaceSupport-${PV}" 17S = "${WORKDIR}/XML-NamespaceSupport-${PV}"
18 18
19inherit cpan allarch 19inherit cpan
20 20
21BBCLASSEXTEND="native" 21BBCLASSEXTEND="native"
22 22