diff options
-rw-r--r-- | meta/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 0a8f8ed9eb..cc77d078a8 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -78,6 +78,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
78 | weston-init->kbd \ | 78 | weston-init->kbd \ |
79 | " | 79 | " |
80 | 80 | ||
81 | # Avoid adding bison-native to the sysroot without a specific | ||
82 | # dependency in the recipe. This means indirect dependencies | ||
83 | # (e.g. X -> Y -> binutils-cross -> bison-native) no longer meet the | ||
84 | # dependency incidentally. This improves determinism and avoids build | ||
85 | # failures when people switch to external toolchains. | ||
86 | SSTATE_EXCLUDEDEPS_SYSROOT += ".*->bison-native" | ||
81 | # Nothing needs to depend on libc-initial/gcc-cross-initial | 87 | # Nothing needs to depend on libc-initial/gcc-cross-initial |
82 | # base-passwd/shadow-sysroot don't need their dependencies | 88 | # base-passwd/shadow-sysroot don't need their dependencies |
83 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ | 89 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ |