diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-10-26 11:07:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:02:31 +0000 |
commit | f0f11d868bbf02ffc8352e77c075de0577c2746e (patch) | |
tree | 3270fdc9d3c3858bb7240ad46ad57babd06b3336 /meta/recipes-devtools/perl | |
parent | 332596628697d28ae6e8c2271c9658aaf5e54796 (diff) | |
download | openembedded-core-f0f11d868bbf02ffc8352e77c075de0577c2746e.tar.gz openembedded-core-f0f11d868bbf02ffc8352e77c075de0577c2746e.tar.bz2 openembedded-core-f0f11d868bbf02ffc8352e77c075de0577c2746e.zip |
perl: remove plan9 related stuff in perl-ptest package
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>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | 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 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() { |