public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] binutils: update USE_ALTERNATIVES_FOR for symlink files
@ 2022-09-11  8:47 kai.kang
  2022-09-12 14:58 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: kai.kang @ 2022-09-11  8:47 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

It provides more binary files by binutils 2.39. Then add them to
USE_ALTERNATIVES_FOR as others to handle symlink files via
update-alternative mechanism.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-devtools/binutils/binutils.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index 789c8bec21..9d33a64371 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -47,7 +47,13 @@ USE_ALTERNATIVES_FOR = " \
 	as \
 	c++filt \
 	elfedit \
+	gp-archive \
+	gp-collect-app \
+	gp-display-html \
+	gp-display-src \
+	gp-display-text \
 	gprof \
+	gprofng \
 	ld \
 	ld.bfd \
 	${LDGOLD_ALTS} \
-- 
2.17.1



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

end of thread, other threads:[~2022-09-14  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-11  8:47 [PATCH] binutils: update USE_ALTERNATIVES_FOR for symlink files kai.kang
2022-09-12 14:58 ` [OE-core] " Richard Purdie
2022-09-14  0:51   ` Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox