All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/16] binutils: drop target flex/bison from build dependencies
@ 2021-08-25 11:37 Alexander Kanavin
  2021-08-25 11:37 ` [PATCH 02/16] gnu-efi: update 3.0.13 -> 3.0.14 Alexander Kanavin
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Alexander Kanavin @ 2021-08-25 11:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

This lengthens dependency chains unnecessarily;
also -native versions are already included in DEPENDS via binutils.inc:

DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-native"

I have also checked that nothing in binutils needs anything from target
sysroots of flex/bison:
https://lists.openembedded.org/g/openembedded-core/message/155131

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/binutils/binutils_2.37.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils_2.37.bb b/meta/recipes-devtools/binutils/binutils_2.37.bb
index ff9377049b..7430bf1342 100644
--- a/meta/recipes-devtools/binutils/binutils_2.37.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.37.bb
@@ -1,7 +1,7 @@
 require binutils.inc
 require binutils-${PV}.inc
 
-DEPENDS += "flex bison zlib"
+DEPENDS += "zlib"
 
 EXTRA_OECONF += "--with-sysroot=/ \
                 --enable-install-libbfd \
-- 
2.31.1


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

end of thread, other threads:[~2021-08-26 18:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 11:37 [PATCH 01/16] binutils: drop target flex/bison from build dependencies Alexander Kanavin
2021-08-25 11:37 ` [PATCH 02/16] gnu-efi: update 3.0.13 -> 3.0.14 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 03/16] glib-2.0: upgrade 2.68.3 -> 2.68.4 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 04/16] util-linux: upgrade 2.37.1 -> 2.37.2 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 05/16] ccache: upgrade 4.3 -> 4.4 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 06/16] git: upgrade 2.32.0 -> 2.33.0 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 07/16] bind: upgrade 9.16.19 -> 9.16.20 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 08/16] bluez5: upgrade 5.60 -> 5.61 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 09/16] openssh: upgrade 8.6p1 -> 8.7p1 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 10/16] ell: upgrade 0.42 -> 0.43 Alexander Kanavin
2021-08-25 11:37 ` [PATCH 11/16] python3-mako: upgrade 1.1.4 -> 1.1.5 Alexander Kanavin
2021-08-25 11:38 ` [PATCH 12/16] vala: upgrade 0.52.4 -> 0.52.5 Alexander Kanavin
2021-08-25 11:38 ` [PATCH 13/16] libnsl2: upgrade 1.3.0 -> 2.0.0 Alexander Kanavin
2021-08-26 17:22   ` [OE-core] " Khem Raj
2021-08-26 18:10     ` Alexander Kanavin
2021-08-25 11:38 ` [PATCH 14/16] gi-docgen: upgrade 2021.6 -> 2021.7 Alexander Kanavin
2021-08-25 11:38 ` [PATCH 15/16] json-glib: upgrade 1.6.2 -> 1.6.4 Alexander Kanavin
2021-08-25 11:38 ` [PATCH 16/16] harfbuzz: upgrade 2.8.2 -> 2.9.0 Alexander Kanavin

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.