* [PATCH 0/1] fix perl installed but not shipped issue
@ 2013-01-16 9:54 Kang Kai
2013-01-16 9:54 ` [PATCH 1/1] perl: fix " Kang Kai
0 siblings, 1 reply; 2+ messages in thread
From: Kang Kai @ 2013-01-16 9:54 UTC (permalink / raw)
To: sgw; +Cc: Zhenfeng.Zhao, openembedded-core
The following changes since commit 9eb88ceb39b7d0b8ddc6487e61ce8edadef10ec4:
connman: fixed init script so connman can runs over nfs (2013-01-15 08:12:05 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/update-perl
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-perl
Kang Kai (1):
perl: fix installed but not shipped issue
meta/recipes-devtools/perl/perl-tests.inc | 1 +
meta/recipes-devtools/perl/perl_5.14.2.bb | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] perl: fix installed but not shipped issue
2013-01-16 9:54 [PATCH 0/1] fix perl installed but not shipped issue Kang Kai
@ 2013-01-16 9:54 ` Kang Kai
0 siblings, 0 replies; 2+ messages in thread
From: Kang Kai @ 2013-01-16 9:54 UTC (permalink / raw)
To: sgw; +Cc: Zhenfeng.Zhao, openembedded-core
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>
---
meta/recipes-devtools/perl/perl-tests.inc | 1 +
meta/recipes-devtools/perl/perl_5.14.2.bb | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-tests.inc b/meta/recipes-devtools/perl/perl-tests.inc
index e6de088..b97b467 100644
--- a/meta/recipes-devtools/perl/perl-tests.inc
+++ b/meta/recipes-devtools/perl/perl-tests.inc
@@ -25,6 +25,7 @@ do_install_append () {
cp -pv lib/XS/Typemap.pm ${D}${libdir}/perl/${PV}/XS/
mkdir -p ${D}${libdir}/perl/${PV}/auto/XS/APItest
cp -pv lib/auto/XS/APItest/APItest.so ${D}${libdir}/perl/${PV}/auto/XS/APItest/
+ mkdir -p ${D}${libdir}/perl/${PV}/auto/XS/Typemap
cp -pv lib/auto/XS/Typemap/Typemap.so ${D}${libdir}/perl/${PV}/auto/XS/Typemap/
cp -pv cpan/Digest-MD5/README ${D}${PERL_TEST_DIR}/cpan/Digest-MD5/
cp -pv cpan/Digest-MD5/MD5.xs ${D}${PERL_TEST_DIR}/cpan/Digest-MD5/
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index e62e8ec..f924ebd 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"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-16 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 9:54 [PATCH 0/1] fix perl installed but not shipped issue Kang Kai
2013-01-16 9:54 ` [PATCH 1/1] perl: fix " Kang Kai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.