summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-10-05 14:04:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-14 11:22:18 +0100
commitc209cc58fee5e90af051e5b7b8f2e7ff7ca1b5bb (patch)
tree7f4a8403f0b777cb3bb161e46a06771ca7b35c14 /meta/recipes-kernel
parentf3518bcdab10ea3bd193bbb1b8a57ad9f751db63 (diff)
downloadpoky-c209cc58fee5e90af051e5b7b8f2e7ff7ca1b5bb.tar.gz
linux-yocto: add libmpc-native to DEPENDS
5.14 changed how the GCC plugins are built, which means they now depend on both GMP and MPC to be built. We already depend on gmp-native, so add libmpc-native aswell. (From OE-Core rev: f242a6db0757b31c0d4eba5c362f616e1ace14d6) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb b/meta/recipes-kernel/linux/linux-yocto_5.14.bb
index f1d353072c..6a032a1f77 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.14.bb
@@ -46,7 +46,7 @@ LINUX_VERSION ?= "5.14.9"
46 46
47DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 47DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
48DEPENDS += "openssl-native util-linux-native" 48DEPENDS += "openssl-native util-linux-native"
49DEPENDS += "gmp-native" 49DEPENDS += "gmp-native libmpc-native"
50 50
51PV = "${LINUX_VERSION}+git${SRCPV}" 51PV = "${LINUX_VERSION}+git${SRCPV}"
52 52