summaryrefslogtreecommitdiff
path: root/classes/native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r--classes/native.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass
index aa1d4b6510..ec9ca6bef3 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -80,7 +80,7 @@ do_stage () {
then
oe_runmake install
else
- AUTOTOOLS_NATIVE_STAGE_BINARIES = "1"
+ export AUTOTOOLS_NATIVE_STAGE_BINARIES="1"
autotools_stage_all
fi
fi