bin_package.bbclass: Inhibit the default dependencies

Nothing is being built so there is no need for the cross-compiler.

(From OE-Core rev: d1d09bd4d7be88f0e341d5fccbfbefeb98d4b727)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt
2023-08-18 18:09:19 +02:00
committed by Richard Purdie
parent 081f4ecaed
commit b7b382101b

View File

@@ -20,6 +20,9 @@
# they would be in ${WORKDIR}.
#
# Nothing is being built so there is no need for the cross-compiler.
INHIBIT_DEFAULT_DEPS = "1"
# Skip the unwanted steps
do_configure[noexec] = "1"
do_compile[noexec] = "1"