From: Holger Freyther Date: Sun, 21 Nov 2004 23:47:50 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages-devel X-Git-Tag: Release-2010-05/1~16012 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65703cf85f0dc8e5603884e7b94dc10e97034582;p=openembedded.git 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 --- 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"