summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-04-15 05:11:47 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-04-15 05:11:47 +0000
commit822be3b99d846eb5fc1bb4c3a665d439c0c1f7a4 (patch)
treeb114a3a3be9d508c4d5d0e3a0fba0a9c45d8f783
parent8cc6386cf9c8f4183868721f236684ff4155f113 (diff)
libsdl-qpe: add skipped patch, replace qte with qte-mt thoroughly (close oebug 4174) courtesy of Michal Hrusecky <miska@atrey.karlin.mff.cuni.cz>
-rw-r--r--packages/libsdl/libsdl-qpe_1.2.9.bb3
-rw-r--r--packages/libsdl/libsdl.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl-qpe_1.2.9.bb b/packages/libsdl/libsdl-qpe_1.2.9.bb
index 3583f20cf0..e33cf44e60 100644
--- a/packages/libsdl/libsdl-qpe_1.2.9.bb
+++ b/packages/libsdl/libsdl-qpe_1.2.9.bb
@@ -12,6 +12,7 @@ SRC_URI += "\
file://SDL-Akita-1.2.9.patch;patch=1 \
file://fixlibs-1.2.9.patch;patch=1 \
file://explicit-extern-C.patch;patch=1 \
+ file://no-PAGE_SIZE.patch;patch=1 \
"
EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
@@ -26,6 +27,6 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads
do_compile_prepend() {
if [ "${PALMTOP_USE_MULTITHREADED_QT}" == "yes" ]
then
- sed -i s,-lqte,-lqte-mt, src/Makefile
+ sed -i s,-lqte\([^-]\),-lqte-mt, src/Makefile
fi
}
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc
index 217072ce61..c039f7c398 100644
--- a/packages/libsdl/libsdl.inc
+++ b/packages/libsdl/libsdl.inc
@@ -5,7 +5,7 @@ DEPENDS = "alsa-lib mesa virtual/libx11 libxext"
DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext"
PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "\
http://www.libsdl.org/release/SDL-${PV}.tar.gz \