summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb6
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_1.20.bb5
2 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
index 48e107c8fa..98ca8049cd 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
@@ -11,10 +11,8 @@ SRC_URI[sha256sum] = "be63d5cc715d7306e54b41d3c68c3617ca306289cff619a2ca43505e35
11 11
12S = "${WORKDIR}/Convert-ASN1-${PV}" 12S = "${WORKDIR}/Convert-ASN1-${PV}"
13 13
14inherit cpan 14inherit cpan allarch
15 15
16EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}" 16EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
17 17
18BBCLASSEXTEND="native" 18BBCLASSEXTEND = "native"
19
20PACKAGE_ARCH = "all"
diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
index c925980d37..67c583691d 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.
10 10
11S = "${WORKDIR}/TimeDate-${PV}" 11S = "${WORKDIR}/TimeDate-${PV}"
12 12
13inherit cpan 13inherit cpan allarch
14 14
15BBCLASSEXTEND="native" 15BBCLASSEXTEND = "native"
16 16
17RDEPENDS_${PN}_virtclass-native = "" 17RDEPENDS_${PN}_virtclass-native = ""
18RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" 18RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
19PACKAGE_ARCH = "all"
20 19
21SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200" 20SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200"
22SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755" 21SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755"