diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2015-08-27 23:09:47 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-29 13:38:06 +0100 |
commit | 70b45d62168fb39687ec35c56b11511e5b75acd8 (patch) | |
tree | 8f8e68ca5925c62a5cfc90b1da52cfe9973b01b4 /meta/recipes-devtools/gcc | |
parent | 0cd5d6dcbb34a7c00e298502a0df5e9af7bc9345 (diff) | |
download | openembedded-core-contrib-70b45d62168fb39687ec35c56b11511e5b75acd8.tar.gz |
gcc-source: exlude from world
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.
(From OE-Core rev: 0eda7b4d889b926ab97d60fcbb1c0d12d730f8ea)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_4.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_4.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_5.2.bb | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-source_4.8.bb b/meta/recipes-devtools/gcc/gcc-source_4.8.bb index 234b82efc69..b890fa33ea5 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 234b82efc69..b890fa33ea5 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 234b82efc69..b890fa33ea5 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" |