diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9e800181c4..1a2f4d550a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -41,9 +41,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
41 | " | 41 | " |
42 | 42 | ||
43 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 43 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
44 | gcc-cross-${TARGET_ARCH}->glibc \ | 44 | gcc-cross-${TARGET_ARCH}->virtual/libc \ |
45 | gcc-cross-${TARGET_ARCH}->musl \ | ||
46 | gcc-cross-${TARGET_ARCH}->uclibc \ | ||
47 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ | 45 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ |
48 | ppp-dialin->ppp \ | 46 | ppp-dialin->ppp \ |
49 | resolvconf->bash \ | 47 | resolvconf->bash \ |