From 8c5201b8c6d4b1ef792960eb8c07af0e83c5d816 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:09:37 +0200 Subject: libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libhttp-cache-transparent-perl_1.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb index 5248d593db..3f28153bc6 100644 --- a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb +++ b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb @@ -1,9 +1,10 @@ DESCRIPTION = "HTTP::Cache::Transparent - Cache the result of http get-requests persistently." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" +PR = "r1" -DEPENDS += "libwww-perl liburi-perl libhtml-tagset-perl libhtml-parser-perl" +DEPENDS += "libwww-perl-native" +RDEPENDS_${PN} += "libwww-perl" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-${PV}.tar.gz" -- cgit v1.2.3