]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc-source: exlude from world
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Fri, 28 Aug 2015 03:09:47 +0000 (23:09 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Aug 2015 12:37:30 +0000 (13:37 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-source_4.8.bb
meta/recipes-devtools/gcc/gcc-source_4.9.bb
meta/recipes-devtools/gcc/gcc-source_5.2.bb

index 234b82efc694c5b36e1a8e61b4289d96aa16c1c2..b890fa33ea54b54e74a15758865092d389895681 100644 (file)
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"
index 234b82efc694c5b36e1a8e61b4289d96aa16c1c2..b890fa33ea54b54e74a15758865092d389895681 100644 (file)
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"
index 234b82efc694c5b36e1a8e61b4289d96aa16c1c2..b890fa33ea54b54e74a15758865092d389895681 100644 (file)
@@ -1,2 +1,4 @@
 require recipes-devtools/gcc/gcc-${PV}.inc
 require recipes-devtools/gcc/gcc-source.inc
+
+EXCLUDE_FROM_WORLD = "1"