diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 077ac9c8a3..1fb6e66ced 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass @@ -80,6 +80,8 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}" do_stage () { if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] then + # If autotools is active, use the autotools staging function, else + # use our "make install" equivalent if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] then oe_runmake install |