From 185ca6df108ead2925e59a556f2333972985bdd2 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 18 Sep 2010 23:21:49 +0200 Subject: [PATCH] libdbix-simple-perl_1.32.bb: DEPENDS_${PN} -> DEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libdbix-simple-perl_1.32.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/perl/libdbix-simple-perl_1.32.bb b/recipes/perl/libdbix-simple-perl_1.32.bb index 0fa1b5f816..569ea38b44 100644 --- a/recipes/perl/libdbix-simple-perl_1.32.bb +++ b/recipes/perl/libdbix-simple-perl_1.32.bb @@ -1,14 +1,14 @@ DESCRIPTION = "Easy-to-use OO interface to DBI" SECTION = "libs" LICENSE = "Artistic|GPL" -DEPENDS_${PN} += "libdbi-perl-native" +DEPENDS += "libdbi-perl-native" RDEPENDS_${PN} += "libdbi-perl \ perl-module-file-spec \ perl-module-scalar-util \ perl-module-test-simple \ perl-module-storable \ " -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JU/JUERD/DBIx-Simple-${PV}.tar.gz" SRC_URI[md5sum] = "c1d7bf0ab453e7e00715d9d4e71102d8" -- 2.39.5