diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-06 03:59:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-06 03:59:42 +0000 |
commit | a83a770f7d8f4212408ab6c6eff84388de4567be (patch) | |
tree | e9a11e2be17328bb6f2c40bab4457a355ae436d6 /tslib | |
parent | 54268d272b817d34981995ce674a1fc3d17c14b0 (diff) |
Add centericq 4.11.0, which doesn't compile at the moment.
BKrev: 4113022epmw3-iofOHlmhB5uc63vGw
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib.oe | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe deleted file mode 100644 index 58d3978075..0000000000 --- a/tslib/tslib.oe +++ /dev/null @@ -1,38 +0,0 @@ -PV = "0.0cvs${CVSDATE}" - -DESCRIPTION = "tslib is a touchscreen access library." - -CONFFILES_${PN} = "${sysconfdir}/ts.conf" - -SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ - file://automake.patch;patch=1 \ - file://doc.patch;patch=1 \ - file://zap.patch;patch=1 \ - file://pthres.patch;patch=1 \ - file://raw.patch;patch=1 \ - file://raw-hwread.patch;patch=1 \ - file://ts.conf" -# file://collie-module.patch;patch=1 -# file://devfs.patch;patch=1 -# file://event1.patch;patch=1 -# file://multievent.patch;patch=1 -# file://pointercal.patch;patch=1 -# file://ts_calibrate.patch;patch=1 -S = "${WORKDIR}/tslib" - -inherit autotools - -EXTRA_OECONF = "--enable-shared" - -do_stage () { - oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR} - ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so - install -m 0644 src/tslib.h ${STAGING_INCDIR}/ - install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/ -} - -do_install_prepend () { - install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf -} - -FILES_tslib_append = " ${datadir}/ts/plugins/*.so" |