libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 11:09:37 +0000 (13:09 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 11:31:07 +0000 (13:31 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/perl/libhttp-cache-transparent-perl_1.0.bb

index 5248d59..3f28153 100644 (file)
@@ -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"