]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: remove unneeded patches in ptest directory
authorChong Lu <Chong.Lu@windriver.com>
Thu, 18 Sep 2014 05:20:28 +0000 (13:20 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2014 11:57:12 +0000 (12:57 +0100)
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@windriver.com>
meta/recipes-devtools/perl/perl-ptest.inc

index 6a9df4ad4ac410f46f7e3e3b29606e200dff1908..948ea7cddf02911c30e66fe584861d5e197eb539 100644 (file)
@@ -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" \