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:10:15 +0000 |
commit | bc11d045edd66d6c699b7e1d4e9a5855859e9660 (patch) | |
tree | fa5013bf838e07b3f1a3063f77849bc1ce0e979f /meta | |
parent | 19b5218696d15412837206ef507f930df2fed638 (diff) | |
download | poky-bc11d045edd66d6c699b7e1d4e9a5855859e9660.tar.gz |
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>
Diffstat (limited to 'meta')
-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 () { | |||
23 | ${D}${PTEST_PATH}/lib/Config.pm | 23 | ${D}${PTEST_PATH}/lib/Config.pm |
24 | 24 | ||
25 | ln -sf ${bindir}/perl ${D}${PTEST_PATH}/t/perl | 25 | ln -sf ${bindir}/perl ${D}${PTEST_PATH}/t/perl |
26 | 26 | # Remove plan9 related stuff | |
27 | rm -rf ${D}${PTEST_PATH}/plan9 ${D}${PTEST_PATH}/README.plan9 ${D}${PTEST_PATH}/pod/perlplan9.pod | ||
27 | } | 28 | } |
28 | 29 | ||
29 | python populate_packages_prepend() { | 30 | python populate_packages_prepend() { |