Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] perl: remove plan9 related stuff in perl-ptest package
@ 2016-10-26  3:07 Chen Qi
  2016-10-26  3:07 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2016-10-26  3:07 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1886ab2f1dc1e3b5758a85604998e8deb9198f5e:

  image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:41 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/perl-plan9
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/perl-plan9

Chen Qi (1):
  perl: remove plan9 related stuff in perl-ptest package

 meta/recipes-devtools/perl/perl-ptest.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] perl: remove plan9 related stuff in perl-ptest package
  2016-10-26  3:07 [PATCH 0/1] perl: remove plan9 related stuff in perl-ptest package Chen Qi
@ 2016-10-26  3:07 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2016-10-26  3:07 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Chen Qi <Qi.Chen@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-26  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26  3:07 [PATCH 0/1] perl: remove plan9 related stuff in perl-ptest package Chen Qi
2016-10-26  3:07 ` [PATCH 1/1] " Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox