]> 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:36 +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 c62157d850114d7f83bc4d2ea1a30d589bb61600..bbb25f7393093a8487ef8a92da598ad1af39116c 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}"