[oe-commits] Andreas Oberritter : libsdl: fix sh equality operator

git version control git at git.openembedded.org
Sun Nov 14 23:43:35 UTC 2010


Module: openembedded.git
Branch: master
Commit: 150f8915cdeb72af681a93c8f3d122ffb3086139
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=150f8915cdeb72af681a93c8f3d122ffb3086139

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Oct 26 15:43:01 2010 +0000

libsdl: fix sh equality operator

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 recipes/libsdl/libsdl-qpe_1.2.9.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libsdl/libsdl-qpe_1.2.9.bb b/recipes/libsdl/libsdl-qpe_1.2.9.bb
index 2cb6dd6..8eb2d12 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





More information about the Openembedded-commits mailing list