[oe-commits] Saul Wold : perl: remove empty directories to clean QA Warnings

git at git.openembedded.org git at git.openembedded.org
Thu Mar 1 15:53:51 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 2bda13df6feee87ea6fcecdce96fb5234cfa5674
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2bda13df6feee87ea6fcecdce96fb5234cfa5674

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Feb 29 20:36:08 2012 -0800

perl: remove empty directories to clean QA Warnings

WARNING: For recipe perl, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/perl/site_perl
WARNING:   /usr/lib/perl/site_perl/5.14.2
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/perl/perl_5.14.2.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 0abefe4..6703b5c 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 = "r2"
+PR = "r3"
 
 # 5.10.1 has Module::Build built-in
 PROVIDES += "libmodule-build-perl"
@@ -190,8 +190,10 @@ do_install() {
 
         ln -sf perl ${D}/${libdir}/perl5
 
-        # Remove unwanted file
+        # Remove unwanted file and empty directories
         rm -f ${D}/${libdir}/perl/${PV}/.packlist
+	rmdir ${D}/${libdir}/perl/site_perl/${PV}
+	rmdir ${D}/${libdir}/perl/site_perl
 
         # Fix up shared library
         mv ${D}/${libdir}/perl/${PV}/CORE/libperl.so ${D}/${libdir}/libperl.so.${PV}





More information about the Openembedded-commits mailing list