From: Ross Burton Date: Thu, 4 Dec 2014 15:13:25 +0000 (+0000) Subject: gcc: stub do_fetch instead of removing it X-Git-Tag: 2015-4~1066 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8e68ebbddc2bc41eb6cb607c51d6a80c54c4199d;p=openembedded-core.git 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. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc b/meta/recipes-devtools/gcc/gcc-shared-source.inc index ec30865c6a..cb5d9071b6 100644 --- a/meta/recipes-devtools/gcc/gcc-shared-source.inc +++ b/meta/recipes-devtools/gcc/gcc-shared-source.inc @@ -1,4 +1,7 @@ -deltask do_fetch +do_fetch() { + : +} +do_fetch[noexec] = "1" deltask do_unpack deltask do_patch