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