aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:09:37 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:31:07 +0200
commit8c5201b8c6d4b1ef792960eb8c07af0e83c5d816 (patch)
tree628733f8b86273cf957ff1648d8e24d519a6a5a4 /recipes/perl
parentefbe1e17538a0346a39607ad60cb76668de394cd (diff)
downloadopenembedded-8c5201b8c6d4b1ef792960eb8c07af0e83c5d816.tar.gz
libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libhttp-cache-transparent-perl_1.0.bb5
1 files 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"