]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: add libmpc-native to DEPENDS
authorRoss Burton <ross@burtonini.com>
Tue, 5 Oct 2021 13:04:11 +0000 (14:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 10:20:28 +0000 (11:20 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-kernel/linux/linux-yocto_5.14.bb

index f1d353072cdb4570e656c58ebfe90b9180027646..6a032a1f77039b68f2c45c8b4199e1f8cf393511 100644 (file)
@@ -46,7 +46,7 @@ LINUX_VERSION ?= "5.14.9"
 
 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}"