tslib-maemo: remove it, since tslib has nokia 770 support and later maemo versions...
authorKoen Kooi <koen@openembedded.org>
Tue, 21 Nov 2006 11:04:10 +0000 (11:04 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 21 Nov 2006 11:04:10 +0000 (11:04 +0000)
packages/tslib/tslib-maemo/nokia770/ts.conf [deleted file]
packages/tslib/tslib-maemo/nokia770/tslib.sh [deleted file]
packages/tslib/tslib-maemo/ts.conf [deleted file]
packages/tslib/tslib-maemo_0.0.1-15.bb [deleted file]

diff --git a/packages/tslib/tslib-maemo/nokia770/ts.conf b/packages/tslib/tslib-maemo/nokia770/ts.conf
deleted file mode 100644 (file)
index 8eed62f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-module pressure
-module linear
diff --git a/packages/tslib/tslib-maemo/nokia770/tslib.sh b/packages/tslib/tslib-maemo/nokia770/tslib.sh
deleted file mode 100644 (file)
index b7acc27..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-TSLIB_TSDEVICE=/dev/input/touchscreen0
-
-export TSLIB_TSDEVICE
diff --git a/packages/tslib/tslib-maemo/ts.conf b/packages/tslib/tslib-maemo/ts.conf
deleted file mode 100644 (file)
index dc5c4de..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Uncomment if you wish to use the linux input layer event interface
-# module_raw input
-
-# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
-# module_raw collie
-
-# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
-# module_raw corgi
-
-# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
-# module_raw ucb1x00
-
-# Uncomment if you're using an HP iPaq h3600 or similar
-# module_raw h3600
-
-# Uncomment if you're using a Hitachi Webpad
-# module_raw mk712
-
-# Uncomment if you're using an IBM Arctic II
-# module_raw arctic2
-
-module pthres pmin=1
-module variance delta=30
-module dejitter delta=100
-module linear
diff --git a/packages/tslib/tslib-maemo_0.0.1-15.bb b/packages/tslib/tslib-maemo_0.0.1-15.bb
deleted file mode 100644 (file)
index e303b40..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-DESCRIPTION = "tslib is a touchscreen access library (maemo patched version)."
-SECTION = "GPL"
-LICENSE = "LGPL"
-PROVIDES = "tslib"
-PR = "r3"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/t/tslib/tslib_${PV}.tar.gz \
-          file://ts.conf \
-          file://tslib.sh"
-S = "${WORKDIR}/tslib"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-shared"
-
-do_stage () {
-       autotools_stage_all
-}
-
-
-do_install_prepend () {
-       install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
-}
-
-do_install_append() {
-       install -d ${D}${sysconfdir}/profile.d/
-       install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
-}
-
-SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
-PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
-CONFFILES_${PN} = "${sysconfdir}/ts.conf"
-PACKAGES = "tslib-maemo-conf libts-maemo libts-maemo-dev tslib-maemo-tests tslib-maemo-calibrate"
-
-RDEPENDS_libts-maemo = "tslib-maemo-conf"
-
-RPROVIDES_tslib-maemo-conf = "tslib-conf"
-RPROVIDES_libts-maemo = "libts"
-RPROVIDES_libts-maemo-dev = "libts-dev"
-RPROVIDES_tslib-maemo-calibrate = "tslib-calibrate"
-RPROVIDES_tslib-maemo-tests = "tslib-tests"
-
-FILES_tslib-maemo-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib"
-FILES_libts-maemo = "${libdir}/*.so.* ${datadir}/ts/plugins/*.so*"
-FILES_libts-maemo-dev = "${FILES_tslib-maemo-dev}"
-FILES_tslib-maemo-calibrate += "${bindir}/ts_calibrate"
-FILES_tslib-maemo-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"