qte, qte-mt 2.3.10: Fix build with recent kernel headers.
authorMichael Krelin <hacker@klever.net>
Wed, 2 May 2007 18:25:37 +0000 (18:25 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 2 May 2007 18:25:37 +0000 (18:25 +0000)
* Closes #2201.

packages/qte/qte-2.3.10/kernel-asm-page.patch [new file with mode: 0644]
packages/qte/qte-common_2.3.10.inc
packages/qte/qte-mt-static_2.3.10.bb
packages/qte/qte-mt_2.3.10.bb
packages/qte/qte_2.3.10.bb

diff --git a/packages/qte/qte-2.3.10/kernel-asm-page.patch b/packages/qte/qte-2.3.10/kernel-asm-page.patch
new file mode 100644 (file)
index 0000000..cbbd114
--- /dev/null
@@ -0,0 +1,14 @@
+diff --git a/src/kernel/qpixmapcache.cpp b/src/kernel/qpixmapcache.cpp
+index c2e7d9b..b2d42b5 100644
+--- a/src/kernel/qpixmapcache.cpp
++++ b/src/kernel/qpixmapcache.cpp
+@@ -122,7 +122,9 @@ void cleanup_pixmap_cache();
+ #ifdef THROW_AWAY_UNUSED_PAGES
+ # include <sys/mman.h> // madvise
++# define __KERNEL__
+ # include <asm/page.h> // PAGE_SIZE,PAGE_MASK,PAGE_ALIGN
++# undef __KERNEL__
+ # ifndef PAGE_ALIGN
+ # define PAGE_ALIGN(addr)     (((addr)+PAGE_SIZE-1)&PAGE_MASK)
+ # endif // PAGE_ALIGN
index 6520405..28233c0 100644 (file)
@@ -47,6 +47,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m
           file://fix-errno-exception-spec.patch;patch=1 \
            file://keyboardless-buttonmap.patch;patch=1 \
            file://kernel-keymap.patch;patch=1 \
+          file://kernel-asm-page.patch;patch=1 \
           file://sharp_char.h \
           file://switches.h "
 
@@ -88,7 +89,8 @@ EXTRA_OECONF_CONFIG = "-qconfig qpe"
 EXTRA_OECONF_CONFIG_c7x0 = "-qconfig qpe -accel-w100"
 EXTRA_OECONF_CONFIG_native = "-qconfig qpe -qvfb"
 EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif \
-               -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,32"
+               -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,32 \
+               -I${STAGING_KERNEL_DIR}/include"
 EXTRA_OEMAKE = "-e"
 
 #
index 446b601..113d471 100644 (file)
@@ -1,5 +1,5 @@
 require qte-common_${PV}.inc
-PR = "r5"
+PR = "r6"
 
 EXTRA_OECONF += "-static -thread"
 
index 4bc8c60..4c6170e 100644 (file)
@@ -1,5 +1,5 @@
 require qte-common_${PV}.inc
-PR = "r11"
+PR = "r12"
 
 EXTRA_OECONF += "-thread"
 
index 3304868..dbbdd4c 100644 (file)
@@ -1,3 +1,3 @@
 require qte-common_${PV}.inc
-PR = "r49"
+PR = "r50"