[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2100/8267] perl: Correct perl path for ptest



commit 8232ce2b83ca0e65960b67305a95705f76977148
Author: He Zhe <zhe he windriver com>
Date:   Wed Aug 24 15:08:16 2016 +0800

    perl: Correct perl path for ptest
    
    Substitute /usr/local with ${bindir}
    
    (From OE-Core rev: bc372d65bc395290e1b7132908a3b943e1b73144)
    
    Signed-off-by: He Zhe <zhe he windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/perl/perl-ptest.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]