On Tue, Oct 5, 2021 at 10:07 AM Ross Burton <[email protected]> wrote: > > 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.
What's the symptom when the native dependency isn't around ? I'm just wondering why none of my tests have picked this up. Is it only showing on ARM hosts ? Something else ? linux-yocto-dev can use this as well, I can take care of that, if you don't have the cycles. I'm also factoring some of these things into kernel.bbclass, but this makes sense in the recipe for now. Bruce > > Signed-off-by: Ross Burton <[email protected]> > --- > meta/recipes-kernel/linux/linux-yocto_5.14.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb > b/meta/recipes-kernel/linux/linux-yocto_5.14.bb > index 0c6fbff75e..8c44c294bd 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.6" > > 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}" > > -- > 2.25.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156670): https://lists.openembedded.org/g/openembedded-core/message/156670 Mute This Topic: https://lists.openembedded.org/mt/86092630/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
