diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sstate.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 53f71d4337..f1a289143b 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -978,9 +978,6 @@ def setscene_depvalid(task, taskdependees, notneeded, d, log=None): | |||
978 | # base-passwd/shadow-sysroot don't need their dependencies | 978 | # base-passwd/shadow-sysroot don't need their dependencies |
979 | if taskdependees[dep][0].endswith(("base-passwd", "shadow-sysroot")): | 979 | if taskdependees[dep][0].endswith(("base-passwd", "shadow-sysroot")): |
980 | continue | 980 | continue |
981 | # Nothing need depend on libc-initial/gcc-cross-initial | ||
982 | if "-initial" in taskdependees[task][0]: | ||
983 | continue | ||
984 | # Allow excluding certain recursive dependencies. If a recipe needs it should add a | 981 | # Allow excluding certain recursive dependencies. If a recipe needs it should add a |
985 | # specific dependency itself, rather than relying on one of its dependees to pull | 982 | # specific dependency itself, rather than relying on one of its dependees to pull |
986 | # them in. | 983 | # them in. |