merge in mickeys change
authorHolger Freyther <zecke@selfish.org>
Mon, 21 Jun 2004 21:57:15 +0000 (21:57 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 21 Jun 2004 21:57:15 +0000 (21:57 +0000)
2004/06/21 23:48:27+02:00 handhelds.org!zecke
Qt/E for SIMpad and Opie patches

BKrev: 40d759bb81CEKP8NF4L04lQJwJyDlQ

qte/qte-2.3.7/switches.h [new file with mode: 0644]
qte/qte_2.3.7.oe

diff --git a/qte/qte-2.3.7/switches.h b/qte/qte-2.3.7/switches.h
new file mode 100644 (file)
index 0000000..e69de29
index 8232c99..0f385a6 100644 (file)
@@ -14,12 +14,13 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \
           file://no-moc.patch;patch=1 \
           file://gcc3_4.patch;patch=1 \
           file://update-qtfontdir \
-          file://sharp_char.h "
+          file://sharp_char.h \
+          file://switches.h "
 
 #
 # FIXME: Apply the SIMpad hardware patch for SIMpad.
 #
-#SRC_URI_append_simpad = "file://simpad.patch;patch=1 "
+SRC_URI_append_simpad = "file://simpad.patch;patch=1 "
 #
 # FIXME: Apply the C7xx hardware patch for shepherd/husky/boxer
 #
@@ -78,8 +79,10 @@ do_configure() {
 
 do_compile() {
        unset CC LD CCLD CXX RANLIB AR STRIP CFLAGS LDFLAGS CXXFLAGS CPPFLAGS
-       install -d include/asm/
+       install -d include/asm/ 
        install -m 0644 ${WORKDIR}/sharp_char.h include/asm/
+       install -d include/linux/
+       install -m 0644 ${WORKDIR}/switches.h   include/linux/
        oe_runmake
 }