]> code.ossystems Code Review - openembedded-core.git/commitdiff
libconvert-asn1-perl/libtimedate-perl: Convert to use allarch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2011 20:46:10 +0000 (20:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2011 17:18:51 +0000 (17:18 +0000)
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>
meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
meta/recipes-extended/perl/libtimedate-perl_1.20.bb

index 48e107c8faff374087a1607d4e51c126a1b4a470..98ca8049cdd2a643c9b9ed9cbdd4638cff9fb12f 100644 (file)
@@ -11,10 +11,8 @@ SRC_URI[sha256sum] = "be63d5cc715d7306e54b41d3c68c3617ca306289cff619a2ca43505e35
 
 S = "${WORKDIR}/Convert-ASN1-${PV}"
 
-inherit cpan
+inherit cpan allarch
 
 EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
 
-BBCLASSEXTEND="native"
-
-PACKAGE_ARCH = "all"
+BBCLASSEXTEND = "native"
index c925980d37ca6456d5670e490f0e2021bc3c47b2..67c583691d80c42a24cf4063d749e58ab0eae767 100644 (file)
@@ -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"