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, 1 insertions, 1 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index ddbbc04e19..4022cb09c0 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -76,7 +76,7 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
76do_stage () { 76do_stage () {
77 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] 77 if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
78 then 78 then
79 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"] 79 if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
80 then 80 then
81 oe_runmake install 81 oe_runmake install
82 else 82 else