aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslib
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 20:00:37 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-12-29 20:00:37 +0000
commit895db21002454b31b202b7bdf310249d4ebd6649 (patch)
tree096688f3435055222d1f0eac9af3886c706c8942 /packages/tslib
parent72aa0e4ae0c95efca408a31f87589af951f7d44d (diff)
downloadopenembedded-895db21002454b31b202b7bdf310249d4ebd6649.tar.gz
tslib 1.0: No supported HH.org machine needs 2.4 stuff or detect-stylus.
Diffstat (limited to 'packages/tslib')
-rw-r--r--packages/tslib/tslib_1.0.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb
index 165c6396ce..579a8ee51a 100644
--- a/packages/tslib/tslib_1.0.bb
+++ b/packages/tslib/tslib_1.0.bb
@@ -4,7 +4,7 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
SECTION = "base"
LICENSE = "LGPL"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
file://ts.conf \
@@ -33,7 +33,7 @@ do_install_append() {
install -d ${D}${sysconfdir}/profile.d/
install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
case ${MACHINE} in
- a780 | e680 | h3600 | h3900 | h5000 | h1940 | h6300 | h2200 | ipaq-pxa270 | hx4700 | hx2000 | blueangel | h4000)
+ a780 | e680 )
install -d ${D}${datadir}/tslib
install -m 0644 ${WORKDIR}/ts.conf-h3600-2.4 ${D}${datadir}/tslib/
;;
@@ -59,9 +59,7 @@ SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
# People should consider using udev's /dev/input/touchscreen0 symlink
# instead of detect-stylus
-RDEPENDS_tslib-conf_h3600 = "detect-stylus"
-RDEPENDS_tslib-conf_h3900 = "detect-stylus"
-RDEPENDS_tslib-conf_blueangel = "detect-stylus"
+#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
RPROVIDES_tslib-conf = "libts-0.0-conf"
PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"