]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: remove plan9 related stuff in perl-ptest package
authorChen Qi <Qi.Chen@windriver.com>
Wed, 26 Oct 2016 03:07:40 +0000 (11:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:31 +0000 (11:02 +0000)
Remove plan9 related stuff as they are useless for linux systems.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/perl/perl-ptest.inc

index d136c5c0e4e5b1d488d1dff303e95d57e827200d..8dfc179abbdf7cc384b1000c7c186a6961f0a339 100644 (file)
@@ -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() {