[OE-core] [PATCH 1/1] perl: remove plan9 related stuff in perl-ptest package

Chen Qi Qi.Chen at windriver.com
Wed Oct 26 03:07:40 UTC 2016


Remove plan9 related stuff as they are useless for linux systems.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-devtools/perl/perl-ptest.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
index d136c5c..8dfc179 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() {
-- 
1.9.1




More information about the Openembedded-core mailing list