aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-04-13 13:34:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 15:57:27 +0100
commitb91d8a07f736b7698650d25609245c89e0ed73d5 (patch)
tree368ca9dc76ee5b184bf64b28c943f29d3a5309bd /meta/recipes-devtools/perl
parent703d7efdf7679040f19430458cd575cded5c600e (diff)
downloadopenembedded-core-b91d8a07f736b7698650d25609245c89e0ed73d5.tar.gz
PR bump packages with gdbm in DEPENDS
This is done because of this change in gdbm: "gdbm: Package compat libs in gdbm-compat" Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 92ca9b83d7..8f3ad253d0 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
# We need gnugrep (for -I)
DEPENDS = "virtual/db grep-native"
DEPENDS += "gdbm zlib"
-PR = "r4"
+PR = "r5"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"