[oe-commits] org.oe.dev libsdl-qpe: add skipped patch, replace qte with qte-mt thoroughly (close oebug 4174) courtesy of Michal Hrusecky <miska at atrey.karlin.mff.cuni.cz>

xjqian commit oe at amethyst.openembedded.net
Tue Apr 15 05:17:06 UTC 2008


libsdl-qpe: add skipped patch, replace qte with qte-mt thoroughly (close oebug 4174) courtesy of Michal Hrusecky <miska at atrey.karlin.mff.cuni.cz>

Author: xjqian at openembedded.org
Branch: org.openembedded.dev
Revision: ae71623a2c722c78935fc0461cdcaab87317ba3b
ViewMTN: http://monotone.openembedded.org/revision/info/ae71623a2c722c78935fc0461cdcaab87317ba3b
Files:
1
packages/libsdl/libsdl-qpe_1.2.9.bb
packages/libsdl/libsdl.inc
Diffs:

#
# mt diff -r88f857b2dc1652b371d6a20b4ce3911a67549b55 -rae71623a2c722c78935fc0461cdcaab87317ba3b
#
#
#
# patch "packages/libsdl/libsdl-qpe_1.2.9.bb"
#  from [bc4c99538eb36cd779ec379046f207fb0223ad54]
#    to [8fe7bc6a02c45a082c01486d4d9fb50ff08c7ad5]
# 
# patch "packages/libsdl/libsdl.inc"
#  from [ef7bae28505a44d0e047eb8721e4850acb2e495e]
#    to [6258bba8622d9737eadd0bbde8935f1438db37c6]
#
============================================================
--- packages/libsdl/libsdl-qpe_1.2.9.bb	bc4c99538eb36cd779ec379046f207fb0223ad54
+++ packages/libsdl/libsdl-qpe_1.2.9.bb	8fe7bc6a02c45a082c01486d4d9fb50ff08c7ad5
@@ -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 @@ do_compile_prepend() {
 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
 }
============================================================
--- packages/libsdl/libsdl.inc	ef7bae28505a44d0e047eb8721e4850acb2e495e
+++ packages/libsdl/libsdl.inc	6258bba8622d9737eadd0bbde8935f1438db37c6
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
 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 \






More information about the Openembedded-commits mailing list