diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-04 15:13:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:07 +0000 |
commit | 450651b788e667de29a294665254d4528066a328 (patch) | |
tree | a981b795c70cda12aebd5637744b6ffe6fa14cc3 /meta/recipes-devtools/gcc | |
parent | 3d1199c7421a94cc65ce2ac319f3a547d5e2bfd7 (diff) | |
download | poky-450651b788e667de29a294665254d4528066a328.tar.gz |
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)
Signed-off-by: Ross Burton <ross.burton@intel.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-shared-source.inc | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
1 | deltask do_fetch | 1 | do_fetch() { |
2 | : | ||
3 | } | ||
4 | do_fetch[noexec] = "1" | ||
2 | deltask do_unpack | 5 | deltask do_unpack |
3 | deltask do_patch | 6 | deltask do_patch |
4 | 7 | ||