mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
0cd5d6dcbb
commit
70b45d6216
|
|
@ -1,2 +1,4 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-source.inc
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-source.inc
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-source.inc
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user