summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-15 20:46:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:18:51 +0000
commit2856d3f6aca0c20acd40f7f8970ec8590e4889a8 (patch)
tree7bb98a36dd01e4f6263715f95ce6585c9a6823af /meta/recipes-extended/perl/libtimedate-perl_1.20.bb
parent820bb7f4a0ced61ae62886bc7c5168151db919ea (diff)
downloadopenembedded-core-2856d3f6aca0c20acd40f7f8970ec8590e4889a8.tar.gz
openembedded-core-2856d3f6aca0c20acd40f7f8970ec8590e4889a8.tar.bz2
openembedded-core-2856d3f6aca0c20acd40f7f8970ec8590e4889a8.tar.xz
openembedded-core-2856d3f6aca0c20acd40f7f8970ec8590e4889a8.zip
libconvert-asn1-perl/libtimedate-perl: Convert to use allarch
Both these recipes generate architecture independent packages. They can safely use the allarch class to ensure they really are indepentent from the target compiler and so forth and hence ensure sstate packages with good dependencies. [YOCTO #1075] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl/libtimedate-perl_1.20.bb')
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_1.20.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
index c925980d3..67c583691 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
@@ -10,13 +10,12 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.
S = "${WORKDIR}/TimeDate-${PV}"
-inherit cpan
+inherit cpan allarch
-BBCLASSEXTEND="native"
+BBCLASSEXTEND = "native"
RDEPENDS_${PN}_virtclass-native = ""
RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
-PACKAGE_ARCH = "all"
SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200"
SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755"