All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm-toolchain/external-arm-toolchain: inhibit build dependencies
@ 2021-05-10 18:16 Ross Burton
  2021-05-10 18:16 ` [PATCH 2/3] arm-toolchain/armcompiler: add upstream release checking Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ross Burton @ 2021-05-10 18:16 UTC (permalink / raw)
  To: meta-arm

These recipes don't build anything, so there's no need to depend on a
toolchain.

Change-Id: I49b641fb54839c30255a11a7c9d5798c8e4afd2a
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../external-arm-toolchain/arm-binary-toolchain.inc             | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc
index 2fbabfb..046ab62 100644
--- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc
+++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc
@@ -1,3 +1,5 @@
+INHIBIT_DEFAULT_DEPS = "1"
+
 FILES_${PN} = "${datadir} ${bindir}"
 
 BINNAME = "${@d.getVar("BPN").strip("gcc-")}"
-- 
2.25.1


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

end of thread, other threads:[~2021-05-14  5:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 18:16 [PATCH 1/3] arm-toolchain/external-arm-toolchain: inhibit build dependencies Ross Burton
2021-05-10 18:16 ` [PATCH 2/3] arm-toolchain/armcompiler: add upstream release checking Ross Burton
2021-05-10 18:16 ` [PATCH 3/3] arm-toolchain/armcompiler: remove pointless PROVIDES Ross Burton
2021-05-11  4:35 ` [meta-arm] [PATCH 1/3] arm-toolchain/external-arm-toolchain: inhibit build dependencies Sumit Garg
2021-05-13 14:58   ` Jon Mason
2021-05-13 15:20     ` Denys Dmytriyenko
2021-05-14  5:04     ` Sumit Garg

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.