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: uninative-3.5~1293 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=899fd41723f41fe0a0cc24373c326b88cb385fe9;p=openembedded-core.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 f58b5ab0b8..005b688778 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)"