diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-recipe/bin_package.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 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. | ||
| 24 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 25 | |||
| 23 | # Skip the unwanted steps | 26 | # Skip the unwanted steps |
| 24 | do_configure[noexec] = "1" | 27 | do_configure[noexec] = "1" |
| 25 | do_compile[noexec] = "1" | 28 | do_compile[noexec] = "1" |
