diff options
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libdbix-simple-perl_1.32.bb | 4 |
1 files 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" |