diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-08-30 00:41:25 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-08-30 00:41:25 +0200 |
commit | 8b071c0fa576653fe46c9462881e3bd17857116d (patch) | |
tree | 63b7722c09f219ae79866064b0d79a7a483fd3ae | |
parent | 274a3e5941f47672585df1b57b35e205e7c7ddfc (diff) |
tslib: Configuration for smartqv7
-rw-r--r-- | recipes/tslib/tslib.inc | 4 | ||||
-rw-r--r-- | recipes/tslib/tslib/smartqv7/tslib.sh | 8 | ||||
-rw-r--r-- | recipes/tslib/tslib_1.0.bb | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index b6ba48ab2a..a8b8e45d81 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/" AUTHOR = "Russell King w/ plugins by Chris Larson et. al." SECTION = "base" LICENSE = "LGPLv2" -INC_PR = "r26" +INC_PR = "r27" SRC_URI += "\ file://ts.conf \ @@ -58,6 +58,7 @@ PACKAGE_ARCH_tslib-conf_omap1610h2 = "${MACHINE_ARCH}" PACKAGE_ARCH_tslib-conf_omap5912osk = "${MACHINE_ARCH}" PACKAGE_ARCH_tslib-conf_omap3-pandora = "${MACHINE_ARCH}" PACKAGE_ARCH_tslib-conf_simpad = "${MACHINE_ARCH}" +PACKAGE_ARCH_tslib-conf_smartqv7 = "${MACHINE_ARCH}" PACKAGES =+ "tslib-conf libts-dev tslib-tests tslib-calibrate" DEBIAN_NOAUTONAME_tslib-conf = "1" @@ -74,4 +75,3 @@ FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" FILES_libts-dev = "${FILES_tslib-dev} ${libdir}/ts/*.la" FILES_tslib-calibrate += "${bindir}/ts_calibrate" FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test" - diff --git a/recipes/tslib/tslib/smartqv7/tslib.sh b/recipes/tslib/tslib/smartqv7/tslib.sh new file mode 100644 index 0000000000..add7e7be54 --- /dev/null +++ b/recipes/tslib/tslib/smartqv7/tslib.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/input/touchscreen0 +TSLIB_FBDEVICE=/dev/fb2 + +export TSLIB_TSDEVICE +export TSLIB_FBDEVICE + diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb index 0a23bce900..cc99f13081 100644 --- a/recipes/tslib/tslib_1.0.bb +++ b/recipes/tslib/tslib_1.0.bb @@ -3,7 +3,7 @@ SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \ file://tslib-nopressure.patch \ file://tslib-pluginsld.patch \ file://newer-libtool-fix.patch " -PR = "${INC_PR}.5" +PR = "${INC_PR}.6" include tslib.inc |