All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] bash-completion: remove allarch
@ 2014-03-06 17:04 Martin Jansa
  2014-03-06 17:59 ` Paul Eggleton
  2014-03-07  8:41 ` Matthieu CRAPET
  0 siblings, 2 replies; 11+ messages in thread
From: Martin Jansa @ 2014-03-06 17:04 UTC (permalink / raw)
  To: openembedded-devel

* it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb b/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
index ad7fd28..155fe90 100644
--- a/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
+++ b/meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852
 
 PARALLEL_MAKE = ""
 
-inherit allarch autotools
+inherit autotools
 
 do_install_append() {
 	install -d ${D}${sysconfdir}/bash_completion.d/
-- 
1.9.0



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

end of thread, other threads:[~2014-03-15 16:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 17:04 [meta-oe][PATCH] bash-completion: remove allarch Martin Jansa
2014-03-06 17:59 ` Paul Eggleton
2014-03-06 19:21   ` Martin Jansa
2014-03-07 10:09     ` [oe] " Paul Eggleton
2014-03-07 10:09       ` Paul Eggleton
2014-03-07 18:28       ` [oe] " Martin Jansa
2014-03-07 18:28         ` Martin Jansa
2014-03-15 16:01         ` [oe] " Martin Jansa
2014-03-15 16:01           ` Martin Jansa
2014-03-07  8:41 ` Matthieu CRAPET
2014-03-11 14:31   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.