aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-10-26 10:10:36 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-10-26 10:33:23 +0800
commit9edffac4c64f48743c45304c8a04ff8bd40c8e9d (patch)
treef3a5ef5aea6fa3cd61f2108ce036aa87a97e7410
parent1886ab2f1dc1e3b5758a85604998e8deb9198f5e (diff)
downloadopenembedded-core-contrib-ChenQi/perl-plan9.tar.gz
perl: remove plan9 related stuff in perl-ptest packageChenQi/perl-plan9
Remove plan9 related stuff as they are useless for linux systems. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta/recipes-devtools/perl/perl-ptest.inc3
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 d136c5c0e4..8dfc179abb 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() {