diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-28 16:46:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-28 16:46:25 +0200 |
commit | 4c992cda6fe8a9c421d55efe80362a45be5b917e (patch) | |
tree | 4e4a29c8830129d9c2122d549a38fcb092367676 /recipes/zaurusd/zaurusd_svn.bb | |
parent | 015cd5d4278dc85881615495140b042e5d165fed (diff) |
zaurusd: point tskeys to the real ts device instead hardcoding it to event1
Diffstat (limited to 'recipes/zaurusd/zaurusd_svn.bb')
-rw-r--r-- | recipes/zaurusd/zaurusd_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/zaurusd/zaurusd_svn.bb b/recipes/zaurusd/zaurusd_svn.bb index 2ad405e419..b2b16224fa 100644 --- a/recipes/zaurusd/zaurusd_svn.bb +++ b/recipes/zaurusd/zaurusd_svn.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "tslib" RDEPENDS = "procps" PV = "0.0+svn${SRCDATE}" -PR = "r18" +PR = "r19" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ file://zaurus-hinge.in \ @@ -18,7 +18,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \ file://zaurus-hinge.bl-on \ file://zaurus-hinge.bl-off \ file://01-check-toggle-landscape \ - file://01-check-toggle-portait" + file://01-check-toggle-portait \ + file://use-ts-symlink-instead-of-hardcoding.diff;patch=1 " S = "${WORKDIR}/${PN}" |