libsdl-qpe: add skipped patch, replace qte with qte-mt thoroughly (close oebug 4174...
authorJunqian Gordon Xu <xjqian@gmail.com>
Tue, 15 Apr 2008 05:11:47 +0000 (05:11 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Tue, 15 Apr 2008 05:11:47 +0000 (05:11 +0000)
packages/libsdl/libsdl-qpe_1.2.9.bb
packages/libsdl/libsdl.inc

index 3583f20..e33cf44 100644 (file)
@@ -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
 }
index 217072c..c039f7c 100644 (file)
@@ -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 \