]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bin_package.bbclass: Inhibit the default dependencies
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 18 Aug 2023 16:09:19 +0000 (18:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2023 10:34:05 +0000 (11:34 +0100)
Nothing is being built so there is no need for the cross-compiler.

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>
meta/classes-recipe/bin_package.bbclass

index 3a1befc29c506c2eb46ff4c0020b8965721d194a..9dd2489725fa174696df4effa84327e283a0196d 100644 (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"