summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-27 10:09:53 +0200
committerSteve Sakoman <steve@sakoman.com>2023-11-24 05:01:37 -1000
commit2dec4dcecf07aa0f950fb0659bc9929ada2f0b24 (patch)
tree74d3767f4d7b9a458bcc18799a59727fd991526e /meta
parent423af114ee73b6a6453c8b734c76b0b1ec8d1a78 (diff)
downloadpoky-2dec4dcecf07aa0f950fb0659bc9929ada2f0b24.tar.gz
Revert "bin_package.bbclass: Inhibit the default dependencies"
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++. (From OE-Core rev: 47b436c42ba1ef3b24e8fe48c7ea274b1a53a60e) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ababf6ceebe360c5f59a57428566c27b7a97a9e6) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/bin_package.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes-recipe/bin_package.bbclass b/meta/classes-recipe/bin_package.bbclass
index 9dd2489725..3a1befc29c 100644
--- a/meta/classes-recipe/bin_package.bbclass
+++ b/meta/classes-recipe/bin_package.bbclass
@@ -20,9 +20,6 @@
20# they would be in ${WORKDIR}. 20# they would be in ${WORKDIR}.
21# 21#
22 22
23# Nothing is being built so there is no need for the cross-compiler.
24INHIBIT_DEFAULT_DEPS = "1"
25
26# Skip the unwanted steps 23# Skip the unwanted steps
27do_configure[noexec] = "1" 24do_configure[noexec] = "1"
28do_compile[noexec] = "1" 25do_compile[noexec] = "1"