diff options
-rw-r--r-- | recipes/perl/libhttp-cache-transparent-perl_1.0.bb | 5 |
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" |