1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

arm-toolchain/external-arm-toolchain: inhibit build dependencies

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>
This commit is contained in:
Ross Burton
2021-05-05 17:55:54 +01:00
parent 4c3c2fda93
commit 8af7923c94
@@ -1,3 +1,5 @@
INHIBIT_DEFAULT_DEPS = "1"
FILES_${PN} = "${datadir} ${bindir}"
BINNAME = "${@d.getVar("BPN").strip("gcc-")}"