* [PATCH] perl: Correct perl path for ptest
@ 2016-08-24 7:08 zhe.he
0 siblings, 0 replies; only message in thread
From: zhe.he @ 2016-08-24 7:08 UTC (permalink / raw)
To: openembedded-core
From: He Zhe <zhe.he@windriver.com>
Substitute /usr/local with ${bindir}
Signed-off-by: He Zhe <zhe.he@windriver.com>
---
meta/recipes-devtools/perl/perl-ptest.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index bf6fde6..d136c5c 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -5,6 +5,7 @@ SRC_URI += "file://run-ptest \
do_install_ptest () {
mkdir -p ${D}${PTEST_PATH}
+ sed -e "s:\/usr\/local:${bindir}:g" -i cpan/version/t/*
sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl
sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh
tar -c --exclude=\*.o --exclude=libperl.so --exclude=Makefile --exclude=makefile --exclude=hostperl \
--
2.8.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-24 7:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 7:08 [PATCH] perl: Correct perl path for ptest zhe.he
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox