mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-16 20:22:17 +02:00
external-toolchain.bbclass: skip build-deps test
Missing build deps don't matter when we don't build anything. Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -21,6 +21,9 @@ S = "${WORKDIR}"
|
||||
# Prebuilt binaries, no need for any default dependencies
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
# Missing build deps don't matter when we don't build anything
|
||||
INSANE_SKIP_${PN} += "build-deps"
|
||||
|
||||
EXTERNAL_PN ?= "${@PN.replace('-external', '')}"
|
||||
PROVIDES += "${EXTERNAL_PN}"
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
Reference in New Issue
Block a user