summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass2
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}"
80do_stage () { 80do_stage () {
81 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] 81 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
82 then 82 then
83 # If autotools is active, use the autotools staging function, else
84 # use our "make install" equivalent
83 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] 85 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
84 then 86 then
85 oe_runmake install 87 oe_runmake install