summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2017-08-27 16:27:02 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2017-08-27 16:27:02 -0500
commit70149e7efe56624c2fe6786070eb5420de877cdb (patch)
tree704a9eadcfc26bd9f10cf6e9dd3ae8673a58b8c3 /meta/recipes-devtools/perl
parent528bdf528d8bfca7746543f61609b9aceb54d53b (diff)
downloadast2050-yocto-poky-70149e7efe56624c2fe6786070eb5420de877cdb.zip
ast2050-yocto-poky-70149e7efe56624c2fe6786070eb5420de877cdb.tar.gz
Make builds functional on Debian Stretch
Add AST2050 / KGPE-D16 files
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-ptest.inc4
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 948ea7c..5f0989f 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -7,8 +7,8 @@ do_install_ptest () {
mkdir -p ${D}${PTEST_PATH}
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 --exclude patches | ( cd ${D}${PTEST_PATH} && tar -xf - )
+ tar -c --exclude=\*.o --exclude=libperl.so --exclude=Makefile --exclude=makefile --exclude=hostperl \
+ --exclude=miniperl --exclude=generate_uudmap --exclude=patches * | ( cd ${D}${PTEST_PATH} && tar -x )
sed -i -e "s,${D},,g" \
-e "s,--sysroot=${STAGING_DIR_HOST},,g" \
OpenPOWER on IntegriCloud