[oe-commits] Chong Lu : perl: remove unneeded patches in ptest directory

git at git.openembedded.org git at git.openembedded.org
Mon Sep 22 12:05:25 UTC 2014


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

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Thu Sep 18 13:20:28 2014 +0800

perl: remove unneeded patches in ptest directory

The perl patches have been copied to ptest directory and these patches in
target rootfs are linked to build dir. The ptest of perl doesn't need these
patches, so remove them from target.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>

---

 meta/recipes-devtools/perl/perl-ptest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index 6a9df4a..948ea7c 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -8,7 +8,7 @@ do_install_ptest () {
 	sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl
 	sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh
 	tar -cf - * --exclude \*.o --exclude libperl.so --exclude Makefile --exclude makefile --exclude hostperl \
-		--exclude miniperl --exclude generate_uudmap | ( cd ${D}${PTEST_PATH} && tar -xf - )
+		--exclude miniperl --exclude generate_uudmap --exclude patches | ( cd ${D}${PTEST_PATH} && tar -xf - )
 
 	sed -i -e "s,${D},,g" \
 	       -e "s,--sysroot=${STAGING_DIR_HOST},,g" \



More information about the Openembedded-commits mailing list