From 65703cf85f0dc8e5603884e7b94dc10e97034582 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 21 Nov 2004 23:47:50 +0000 Subject: [PATCH] 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 --- tslib/tslib/initialize_djs.patch | 0 tslib/tslib_cvs.oe | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tslib/tslib/initialize_djs.patch diff --git a/tslib/tslib/initialize_djs.patch b/tslib/tslib/initialize_djs.patch new file mode 100644 index 0000000000..e69de29bb2 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" -- 2.39.5