From: Randy MacLeod Date: Fri, 28 Aug 2015 03:09:47 +0000 (-0400) Subject: gcc-source: exlude from world X-Git-Tag: 2015-10~758 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0eda7b4d889b926ab97d60fcbb1c0d12d730f8ea;p=openembedded-core.git gcc-source: exlude from world Exclude all versions of gcc-source from world builds so that: bitbake -c world will work. gcc-source deletes most bitbake build stages since it is a source-only package. Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-source_4.8.bb b/meta/recipes-devtools/gcc/gcc-source_4.8.bb index 234b82efc6..b890fa33ea 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 234b82efc6..b890fa33ea 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 234b82efc6..b890fa33ea 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"