aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.14.2.bb
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-01-16 17:54:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:12:42 +0000
commitd4c3cc8cff9311ff873304410e3092921dbe6ddc (patch)
tree7edfd22394d0d7d4ec5247f7d8c8dc999c5c14f9 /meta/recipes-devtools/perl/perl_5.14.2.bb
parent6080d1dc719c38fd97c2abd38e0ad938fbf6f452 (diff)
downloadopenembedded-core-d4c3cc8cff9311ff873304410e3092921dbe6ddc.tar.gz
perl: fix installed but not shipped issue
It shows warning when bitbake perl: WARNING: QA Issue: perl: Files/directories were installed but not shipped /usr/lib/perl/5.14.2/auto/XS/Typemap That because file Typemap.so is not install correctly. Fix it. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.14.2.bb')
-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 e62e8ec657..f924ebd6d0 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 = "r17"
+PR = "r18"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"