]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:10:15 +0000 (11:10 +0000)
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

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() {