[oe-commits] org.oe.dev tslib 1.0: No supported HH.org machine needs 2.4 stuff or detect-stylus.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Dec 29 20:04:21 UTC 2006


tslib 1.0: No supported HH.org machine needs 2.4 stuff or detect-stylus.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 071c04d5f8eb97e9afafd54dd204bebd1c9ace4d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=071c04d5f8eb97e9afafd54dd204bebd1c9ace4d
Files:
1
packages/tslib/tslib_1.0.bb
Diffs:

#
# mt diff -rf18e293bd173fb8bf032fa1f8dde46bb411bce56 -r071c04d5f8eb97e9afafd54dd204bebd1c9ace4d
#
# 
# 
# patch "packages/tslib/tslib_1.0.bb"
#  from [4b447b9228686950670e719415ca1a6f9ddb12e4]
#    to [6919819f44809f292a33156ec07aa97701b22020]
# 
============================================================
--- packages/tslib/tslib_1.0.bb	4b447b9228686950670e719415ca1a6f9ddb12e4
+++ packages/tslib/tslib_1.0.bb	6919819f44809f292a33156ec07aa97701b22020
@@ -1,10 +1,10 @@ LICENSE = "LGPL"
 DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library."
 HOMEPAGE = "http://tslib.berlios.de/"
 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}"






More information about the Openembedded-commits mailing list