From 67ab615dac83b0460fa1b88dfb11c72d7c93e259 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 10 Aug 2010 18:20:50 +0400 Subject: perl 5.10.1: PROVIDES libmodule-build-perl perl 5.10.1 has Module::Build built-in and it's newer than what we have in libmodule-build-perl-native. Signed-off-by: Roman I Khimov --- recipes/perl/perl-native_5.10.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/perl/perl-native_5.10.1.bb') diff --git a/recipes/perl/perl-native_5.10.1.bb b/recipes/perl/perl-native_5.10.1.bb index 0e0854b6d1..b6e0bb56e1 100644 --- a/recipes/perl/perl-native_5.10.1.bb +++ b/recipes/perl/perl-native_5.10.1.bb @@ -3,12 +3,16 @@ HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "virtual/db-native gdbm-native" -PR = "r4" +PR = "r5" NATIVE_INSTALL_WORKS = "1" # Not tested enough DEFAULT_PREFERENCE = "-1" +# 5.10.1 has this module built-in +PROVIDES += "libmodule-build-perl-native" +RPROVIDES_${PN} += "libmodule-build-perl-native" + FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \ -- cgit 1.2.3-korg