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

index 4492bc7..034d756 100644 (file)
@@ -67,7 +67,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