tslib: Fix qemuarm

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@777 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-09-29 14:27:29 +00:00
parent 7749576c3c
commit c6abd62f5e
3 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,5 @@
TSLIB_TSDEVICE=/dev/input/touchscreen0
TSLIB_TSEVENTTYPE=INPUT
TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE

View File

@ -1,6 +1,6 @@
SECTION = "base"
DESCRIPTION = "tslib is a touchscreen access library."
PR = "r2"
PR = "r3"
SRCDATE_tslib = "now"
SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"

View File

@ -1,7 +1,7 @@
SECTION = "base"
DESCRIPTION = "tslib is a touchscreen access library."
PV = "0.0+cvs${SRCDATE}"
PR = "r37"
PR = "r38"
SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"