Nothing is being built so there is no need for the cross-compiler.
Signed-off-by: Peter Kjellerstedt <[email protected]>
---
meta/classes-recipe/bin_package.bbclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/classes-recipe/bin_package.bbclass
b/meta/classes-recipe/bin_package.bbclass
index 3a1befc29c..9dd2489725 100644
--- a/meta/classes-recipe/bin_package.bbclass
+++ b/meta/classes-recipe/bin_package.bbclass
@@ -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"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#186378):
https://lists.openembedded.org/g/openembedded-core/message/186378
Mute This Topic: https://lists.openembedded.org/mt/100823467/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-