git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34acbc
)
libsdl: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:01 +0000
(15:43 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/recipes/libsdl/libsdl-qpe_1.2.9.bb
b/recipes/libsdl/libsdl-qpe_1.2.9.bb
index
2cb6dd6
..
8eb2d12
100644
(file)
--- 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