All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-source: exlude from world
@ 2015-08-28  3:09 Randy MacLeod
  2015-08-28  3:14 ` Saul Wold
  2015-08-28  3:17 ` Randy MacLeod
  0 siblings, 2 replies; 6+ messages in thread
From: Randy MacLeod @ 2015-08-28  3:09 UTC (permalink / raw)
  To: openembedded-core

Exclude all versions of gcc-source from world builds so that:
   bitbake -c <stage> world
will work. gcc-source deletes most bitbake build stages
since it is a source-only package.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta/recipes-devtools/gcc/gcc-source_4.8.bb | 2 ++
 meta/recipes-devtools/gcc/gcc-source_4.9.bb | 2 ++
 meta/recipes-devtools/gcc/gcc-source_5.2.bb | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/meta/recipes-devtools/gcc/gcc-source_4.8.bb b/meta/recipes-devtools/gcc/gcc-source_4.8.bb
index 234b82e..b890fa3 100644
--- a/meta/recipes-devtools/gcc/gcc-source_4.8.bb
+++ b/meta/recipes-devtools/gcc/gcc-source_4.8.bb
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"
diff --git a/meta/recipes-devtools/gcc/gcc-source_4.9.bb b/meta/recipes-devtools/gcc/gcc-source_4.9.bb
index 234b82e..b890fa3 100644
--- a/meta/recipes-devtools/gcc/gcc-source_4.9.bb
+++ b/meta/recipes-devtools/gcc/gcc-source_4.9.bb
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"
diff --git a/meta/recipes-devtools/gcc/gcc-source_5.2.bb b/meta/recipes-devtools/gcc/gcc-source_5.2.bb
index 234b82e..b890fa3 100644
--- a/meta/recipes-devtools/gcc/gcc-source_5.2.bb
+++ b/meta/recipes-devtools/gcc/gcc-source_5.2.bb
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"
-- 
2.4.2



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

end of thread, other threads:[~2015-08-28 16:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28  3:09 [PATCH] gcc-source: exlude from world Randy MacLeod
2015-08-28  3:14 ` Saul Wold
2015-08-28  3:17 ` Randy MacLeod
2015-08-28  3:27   ` Khem Raj
2015-08-28 15:45     ` Randy MacLeod
2015-08-28 16:19       ` Khem Raj

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.