diff options
author | Phil Blundell <philb@gnu.org> | 2005-02-16 23:17:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-02-16 23:17:42 +0000 |
commit | 74b47014db3142d24d42e9f93e95a2f8f535586d (patch) | |
tree | e4656d0ac037c967d874c7bd71d569b43f8918cb | |
parent | f5dc1138a9fbbc53db457c90df3ce4eeb799926d (diff) |
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mebius.(none):/home/pb/oe/oe
2005/02/16 23:17:05+00:00 (none)!pb
apply patch from Matt Reimer to add module for linearizing h2200 screen
BKrev: 4213d496taVCxDul8ax0qSXWyJ9FyQ
-rw-r--r-- | packages/tslib/tslib/tslib-linearize.patch | 0 | ||||
-rw-r--r-- | packages/tslib/tslib_cvs.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/tslib/tslib/tslib-linearize.patch b/packages/tslib/tslib/tslib-linearize.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tslib/tslib/tslib-linearize.patch diff --git a/packages/tslib/tslib_cvs.bb b/packages/tslib/tslib_cvs.bb index f4edae231b..fb2da3ba23 100644 --- a/packages/tslib/tslib_cvs.bb +++ b/packages/tslib/tslib_cvs.bb @@ -1,7 +1,7 @@ SECTION = "base" DESCRIPTION = "tslib is a touchscreen access library." PV = "0.0cvs${CVSDATE}" -PR = "r14" +PR = "r15" SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" PACKAGE_ARCH_tslib-conf = "${MACHINE}" @@ -13,6 +13,7 @@ SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ file://ts.conf-corgi file://ts.conf-corgi-2.4 \ file://tslib.sh \ file://initialize_djs.patch;patch=1 \ + file://tslib-linearize.patch;patch=1 \ file://visibility.patch;patch=1" SRC_URI_append_ramses += " file://devfs.patch;patch=1" SRC_URI_append_ramses += " file://event1.patch;patch=1" |