]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Revert "bin_package.bbclass: Inhibit the default dependencies"
authorMax Krummenacher <max.krummenacher@toradex.com>
Sun, 27 Aug 2023 08:09:53 +0000 (10:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Oct 2023 08:50:09 +0000 (08:50 +0000)
This reverts commit d1d09bd4d7be88f0e341d5fccbfbefeb98d4b727.

The commit not only removes the dependencies on the cross compiler
but also does not depend on e.g. virtual/${TARGET_PREFIX}compilerlibs
and virtual/libc which in turn makes the file-rdeps qa check fail
if installing binaries linked against e.g. libc or libstdc++.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/bin_package.bbclass

index 9dd2489725fa174696df4effa84327e283a0196d..3a1befc29c506c2eb46ff4c0020b8965721d194a 100644 (file)
@@ -20,9 +20,6 @@
 # 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"