diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-21 23:47:50 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-21 23:47:50 +0000 |
commit | 65703cf85f0dc8e5603884e7b94dc10e97034582 (patch) | |
tree | 3313bf48c23d49fa5da95005cb5316ce606db67d /tslib | |
parent | 09436eacc60b2e1390d81f23e03de41162a37d26 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/11/22 00:39:24+01:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/11/22 00:38:53+01:00 handhelds.org!zecke
TSlib CVS:
-Add initialize dejitter datastructure patch to have a 'defined and determenistic' djs->nr
-Apply the patch
BKrev: 41a12926W-x4SVcnlbqHcGfJ9caFlA
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib/initialize_djs.patch | 0 | ||||
-rw-r--r-- | tslib/tslib_cvs.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tslib/tslib/initialize_djs.patch b/tslib/tslib/initialize_djs.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/initialize_djs.patch diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index 7518a7a0d4..7882bb97ad 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -1,11 +1,12 @@ SECTION = "base" DESCRIPTION = "tslib is a touchscreen access library." PV = "0.0cvs${CVSDATE}" -PR = "r6" +PR = "r7" SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ file://ts.conf \ - file://tslib.sh" + file://tslib.sh \ + file://initialize_djs.patch;patch=1 " SRC_URI_append_ramses += " file://devfs.patch;patch=1" SRC_URI_append_ramses += " file://event1.patch;patch=1" S = "${WORKDIR}/tslib" |