diff options
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | meta/classes/autotools.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 733ee81e14..7a87cc0bf8 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -1,5 +1,8 @@ | |||
1 | inherit base | 1 | inherit base |
2 | 2 | ||
3 | # use autotools_stage_all for native packages | ||
4 | AUTOTOOLS_NATIVE_STAGE_INSTALL = "1" | ||
5 | |||
3 | def autotools_dep_prepend(d): | 6 | def autotools_dep_prepend(d): |
4 | import bb; | 7 | import bb; |
5 | 8 | ||