]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: add libmpc-native to DEPENDS
authorRoss Burton <ross@burtonini.com>
Mon, 10 Jan 2022 04:09:05 +0000 (12:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2022 11:57:23 +0000 (11:57 +0000)
5.10.85 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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto_5.10.bb

index 1769dd402ca0eb87df501a817ade1250fcadb83e..d877c1e6b52b448b9a4103bb2ca191502645b413 100644 (file)
@@ -36,7 +36,7 @@ LINUX_VERSION ?= "5.10.87"
 
 DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
 DEPENDS += "openssl-native util-linux-native"
-DEPENDS += "gmp-native"
+DEPENDS += "gmp-native libmpc-native"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"