From: Andreas Oberritter Date: Tue, 26 Oct 2010 15:43:01 +0000 (+0000) Subject: libsdl: fix sh equality operator X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150f8915cdeb72af681a93c8f3d122ffb3086139;p=openembedded.git libsdl: fix sh equality operator Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- diff --git a/recipes/libsdl/libsdl-qpe_1.2.9.bb b/recipes/libsdl/libsdl-qpe_1.2.9.bb index 2cb6dd6212..8eb2d120db 100644 --- a/recipes/libsdl/libsdl-qpe_1.2.9.bb +++ b/recipes/libsdl/libsdl-qpe_1.2.9.bb @@ -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