[oe-commits] Frans Meulenbroeks : libdbix-simple-perl_1.32.bb: DEPENDS_${PN} -> DEPENDS

git version control git at git.openembedded.org
Sat Sep 18 21:22:34 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 18 23:21:49 2010 +0200

libdbix-simple-perl_1.32.bb: DEPENDS_${PN} -> DEPENDS

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

---

 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 0fa1b5f..569ea38 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"





More information about the Openembedded-commits mailing list