diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 307ad7e223..b3cc8a249e 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -48,6 +48,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
48 | " | 48 | " |
49 | 49 | ||
50 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 50 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
51 | *->patch-native \ | ||
51 | *->quilt-native \ | 52 | *->quilt-native \ |
52 | *->subversion-native \ | 53 | *->subversion-native \ |
53 | *->git-native \ | 54 | *->git-native \ |
@@ -90,7 +91,16 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
90 | # (e.g. X -> Y -> binutils-cross -> bison-native) no longer meet the | 91 | # (e.g. X -> Y -> binutils-cross -> bison-native) no longer meet the |
91 | # dependency incidentally. This improves determinism and avoids build | 92 | # dependency incidentally. This improves determinism and avoids build |
92 | # failures when people switch to external toolchains. | 93 | # failures when people switch to external toolchains. |
93 | SSTATE_EXCLUDEDEPS_SYSROOT += ".*->bison-native" | 94 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ |
95 | .*->autoconf-native \ | ||
96 | .*->automake-native \ | ||
97 | .*->bison-native \ | ||
98 | .*->meson-native \ | ||
99 | .*->ninja-native \ | ||
100 | .*->patch-native \ | ||
101 | .*->pkgconfig-native \ | ||
102 | .*->quilt-native \ | ||
103 | " | ||
94 | # Nothing needs to depend on libc-initial | 104 | # Nothing needs to depend on libc-initial |
95 | # base-passwd/shadow-sysroot don't need their dependencies | 105 | # base-passwd/shadow-sysroot don't need their dependencies |
96 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ | 106 | SSTATE_EXCLUDEDEPS_SYSROOT += "\ |