[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3413/8267] perl: remove plan9 related stuff in perl-ptest package



commit bc11d045edd66d6c699b7e1d4e9a5855859e9660
Author: Chen Qi <Qi Chen windriver com>
Date:   Wed Oct 26 11:07:40 2016 +0800

    perl: remove plan9 related stuff in perl-ptest package
    
    Remove plan9 related stuff as they are useless for linux systems.
    
    (From OE-Core rev: f0f11d868bbf02ffc8352e77c075de0577c2746e)
    
    Signed-off-by: Chen Qi <Qi Chen 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 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index d136c5c..8dfc179 100644
--- a/meta/recipes-devtools/perl/perl-ptest.inc
+++ b/meta/recipes-devtools/perl/perl-ptest.inc
@@ -23,7 +23,8 @@ do_install_ptest () {
            ${D}${PTEST_PATH}/lib/Config.pm
 
        ln -sf ${bindir}/perl ${D}${PTEST_PATH}/t/perl
-
+       # Remove plan9 related stuff
+       rm -rf ${D}${PTEST_PATH}/plan9 ${D}${PTEST_PATH}/README.plan9 ${D}${PTEST_PATH}/pod/perlplan9.pod
 }
 
 python populate_packages_prepend() {


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