xqt: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:44 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:57 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/xqt/xqt_0.0.9.bb

index a6f8b67..df3308e 100644 (file)
@@ -53,7 +53,7 @@ do_configure() {
        echo "#define BuildLBX YES" >> config/cf/host.def
 
        # change standard defines
-       if [ ${TARGET_ARCH} == "arm" ]; then
+       if [ ${TARGET_ARCH} = "arm" ]; then
                echo "#define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE" >> config/cf/host.def
                echo "#define Arm32Architecture" >> config/cf/host.def
        fi