[oe-commits] Frans Meulenbroeks : libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/ RDEPENDS

git version control git at git.openembedded.org
Sun Sep 12 11:31:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8c5201b8c6d4b1ef792960eb8c07af0e83c5d816
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c5201b8c6d4b1ef792960eb8c07af0e83c5d816

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Sep 12 13:09:37 2010 +0200

libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 5248d59..3f28153 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"
 





More information about the Openembedded-commits mailing list