mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
gcc: stub do_fetch instead of removing it
Whilst gcc doesn't have any source to fetch, it still needs a fetch task so that a world fetch can run without errors. So instead of deleting the fetch task, stub it. (From OE-Core rev: 8e68ebbddc2bc41eb6cb607c51d6a80c54c4199d) (From OE-Core rev: ebe7b52c90b8cc7626f93d6771412848825905ce) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a6f2e49038
commit
8e354428a2
|
|
@ -1,4 +1,7 @@
|
|||
deltask do_fetch
|
||||
do_fetch() {
|
||||
:
|
||||
}
|
||||
do_fetch[noexec] = "1"
|
||||
deltask do_unpack
|
||||
deltask do_patch
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user