aboutsummaryrefslogtreecommitdiffstats
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 2e52bfcb24..23565811ee 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -73,7 +73,7 @@ PKG_CONFIG_DIR = "${libdir}/pkgconfig"
do_stage_native () {
# If autotools is active, use the autotools staging function, else
# use our "make install" equivalent
- if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" == "1" ]
+ if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" = "1" ]
then
autotools_stage_all
else