diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:09:37 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:07 +0200 |
commit | 8c5201b8c6d4b1ef792960eb8c07af0e83c5d816 (patch) | |
tree | 628733f8b86273cf957ff1648d8e24d519a6a5a4 /recipes | |
parent | efbe1e17538a0346a39607ad60cb76668de394cd (diff) |
libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-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" |