diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-09-18 13:20:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 12:57:12 +0100 |
commit | 1982095255917befd93ed14f9abc1f9fc4149f99 (patch) | |
tree | dd02edf0100b36349f0818bb1cf092e55c38bd21 /meta | |
parent | 7191b6b7503a5a17f93bd61283f22d409c5cb17b (diff) | |
download | openembedded-core-1982095255917befd93ed14f9abc1f9fc4149f99.tar.gz openembedded-core-1982095255917befd93ed14f9abc1f9fc4149f99.tar.bz2 openembedded-core-1982095255917befd93ed14f9abc1f9fc4149f99.zip |
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@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/perl-ptest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 6a9df4ad4a..948ea7cddf 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" \ |