From: Richard Purdie Date: Thu, 14 Oct 2021 10:21:33 +0000 (+0100) Subject: linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changes X-Git-Tag: yocto-4.0~2087 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=899fd41723f41fe0a0cc24373c326b88cb385fe9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changes DEPENDS here should match what 5.14 is using. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index f58b5ab0b86..005b6887789 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -38,6 +38,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" +DEPENDS += "gmp-native libmpc-native" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64)"