gcc-cross technically depends on the C library however we can use
one toolchain for multiple different tunes within a given architecture.
Manually remove these dependencies so that gcc-cross isn't rebuild with
every tune change.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
packagegroup-x11-xserver \
systemd-serialgetty \
"
+
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
+ gcc-cross-${TARGET_ARCH}->eglibc \
+ gcc-cross-${TARGET_ARCH}->uclibc \
+ gcc-cross-${TARGET_ARCH}->linux-libc-headers \
+"
+