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

index 2cb6dd6..8eb2d12 100644 (file)
@@ -30,7 +30,7 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads
                 --disable-video-picogui --enable-video-qtopia --enable-dlopen"
 
 do_compile_prepend() {
-       if [ "${PALMTOP_USE_MULTITHREADED_QT}" == "yes" ]
+       if [ "${PALMTOP_USE_MULTITHREADED_QT}" = "yes" ]
        then
                sed -i s,-lqte\([^-]\),-lqte-mt, src/Makefile
        fi