diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl-ptest.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 948ea7cddf..5f0989f30b 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc | |||
@@ -7,8 +7,8 @@ do_install_ptest () { | |||
7 | mkdir -p ${D}${PTEST_PATH} | 7 | mkdir -p ${D}${PTEST_PATH} |
8 | sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl | 8 | sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl |
9 | sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh | 9 | sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh |
10 | tar -cf - * --exclude \*.o --exclude libperl.so --exclude Makefile --exclude makefile --exclude hostperl \ | 10 | tar -c --exclude=\*.o --exclude=libperl.so --exclude=Makefile --exclude=makefile --exclude=hostperl \ |
11 | --exclude miniperl --exclude generate_uudmap --exclude patches | ( cd ${D}${PTEST_PATH} && tar -xf - ) | 11 | --exclude=miniperl --exclude=generate_uudmap --exclude=patches * | ( cd ${D}${PTEST_PATH} && tar -x ) |
12 | 12 | ||
13 | sed -i -e "s,${D},,g" \ | 13 | sed -i -e "s,${D},,g" \ |
14 | -e "s,--sysroot=${STAGING_DIR_HOST},,g" \ | 14 | -e "s,--sysroot=${STAGING_DIR_HOST},,g" \ |