From a07b016181aed6140574951c7a3e7ee5ede7bc40 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:12:32 +0200 Subject: libdatetime-locale-perl_0.45.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdatetime-locale-perl_0.45.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/perl/libdatetime-locale-perl_0.45.bb b/recipes/perl/libdatetime-locale-perl_0.45.bb index 276c5d611f..fc712d5ef3 100644 --- a/recipes/perl/libdatetime-locale-perl_0.45.bb +++ b/recipes/perl/libdatetime-locale-perl_0.45.bb @@ -2,8 +2,9 @@ DESCRIPTION = "DateTime::Locale - Localization support for DateTime.pm" SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://datetime.perl.org/" -DEPENDS = "libclass-singleton-perl libparams-validate-perl" -PR = "r0" +DEPENDS = "liblist-moreutils-perl-native libparams-validate-perl-native" +RDEPENDS_${PN} = "liblist-moreutils-perl libparams-validate-perl" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-${PV}.tar.gz" SRC_URI[md5sum] = "8ba6a4b70f8fa7d987529c2e2c708862" -- cgit 1.2.3-korg