From: Andreas Oberritter Date: Tue, 26 Oct 2010 15:39:33 +0000 (+0000) Subject: native.bbclass: fix sh equality operator X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e6a15bc8bdf4189b7fdfe5e85f9370d2c4b97c;p=openembedded.git native.bbclass: fix sh equality operator Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- 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