From d1d09bd4d7be88f0e341d5fccbfbefeb98d4b727 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 18 Aug 2023 18:09:19 +0200 Subject: [PATCH] bin_package.bbclass: Inhibit the default dependencies Nothing is being built so there is no need for the cross-compiler. Signed-off-by: Peter Kjellerstedt Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 3a1befc29c5..9dd2489725f 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" -- 2.47.2