All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-yocto: add libmpc-native to DEPENDS
@ 2021-10-05 13:04 Ross Burton
  2021-10-06  0:17 ` [OE-core] " Bruce Ashfield
  0 siblings, 1 reply; 18+ messages in thread
From: Ross Burton @ 2021-10-05 13:04 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [PATCH] linux-yocto: add libmpc-native to DEPENDS
@ 2022-01-05 11:27 Ross Burton
  0 siblings, 0 replies; 18+ messages in thread
From: Ross Burton @ 2022-01-05 11:27 UTC (permalink / raw)
  To: openembedded-core

From: Ross Burton <ross@burtonini.com>

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>
---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index c62157d850..bbb25f7393 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -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}"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [PATCH] linux-yocto: add libmpc-native to DEPENDS
@ 2021-09-28 14:08 Ross Burton
  0 siblings, 0 replies; 18+ messages in thread
From: Ross Burton @ 2021-09-28 14:08 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-01-05 11:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 13:04 [PATCH] linux-yocto: add libmpc-native to DEPENDS Ross Burton
2021-10-06  0:17 ` [OE-core] " Bruce Ashfield
2021-10-06 10:10   ` Ross Burton
2021-10-06 10:12     ` Ross Burton
2021-10-06 10:41       ` Ross Burton
2021-10-06 11:19         ` Bruce Ashfield
2021-10-14  9:21           ` Andrey Zhizhikin
2021-10-14 14:35             ` Ross Burton
2021-10-06 17:59       ` Khem Raj
2021-10-07 10:13         ` Ross Burton
2021-10-12 14:36           ` Bruce Ashfield
2021-10-13  9:50             ` Alexandre Belloni
2021-10-13 12:25               ` Bruce Ashfield
2021-10-13 12:34                 ` Alexandre Belloni
2021-10-13 12:36                   ` Alexandre Belloni
2021-10-13 12:42                     ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2022-01-05 11:27 Ross Burton
2021-09-28 14:08 Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.