aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-13 00:31:27 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-13 00:33:19 +0200
commitf496207eb028d79c982716cd7eba550b3264aa51 (patch)
tree9330394c01ecd79fe5edbadf1d87f524c652e030 /recipes/perl
parent1f44f5cb6d9c105eec0ab780666e18fef38f7c27 (diff)
downloadopenembedded-f496207eb028d79c982716cd7eba550b3264aa51.tar.gz
libtimedate-perl: don't depend on target packages
* bump PR
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libtimedate-perl_1.20.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/perl/libtimedate-perl_1.20.bb b/recipes/perl/libtimedate-perl_1.20.bb
index 9c44dc62a5..84406adfb0 100644
--- a/recipes/perl/libtimedate-perl_1.20.bb
+++ b/recipes/perl/libtimedate-perl_1.20.bb
@@ -2,10 +2,8 @@ DESCRIPTION = "TimeDate - parser for absolute times"
SECTION = "libs"
# You can redistribute it and/or modify it under the same terms as Perl itself.
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
-RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
-PACKAGE_ARCH = "all"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
@@ -15,5 +13,9 @@ inherit cpan
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"