diff options
| -rw-r--r-- | meta/conf/layer.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 18609ddc5c..dbcb65326b 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
| @@ -31,3 +31,10 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
| 31 | packagegroup-x11-xserver \ | 31 | packagegroup-x11-xserver \ |
| 32 | systemd-serialgetty \ | 32 | systemd-serialgetty \ |
| 33 | " | 33 | " |
| 34 | |||
| 35 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 36 | gcc-cross-${TARGET_ARCH}->eglibc \ | ||
| 37 | gcc-cross-${TARGET_ARCH}->uclibc \ | ||
| 38 | gcc-cross-${TARGET_ARCH}->linux-libc-headers \ | ||
| 39 | " | ||
| 40 | |||
