summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"