summaryrefslogtreecommitdiff
path: root/tslib
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /tslib
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'tslib')
-rw-r--r--tslib/tslib_cvs.bb0
-rw-r--r--tslib/tslib_cvs.oe43
2 files changed, 0 insertions, 43 deletions
diff --git a/tslib/tslib_cvs.bb b/tslib/tslib_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tslib/tslib_cvs.bb
diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe
deleted file mode 100644
index 69cc2ac11a..0000000000
--- a/tslib/tslib_cvs.oe
+++ /dev/null
@@ -1,43 +0,0 @@
-SECTION = "base"
-DESCRIPTION = "tslib is a touchscreen access library."
-PV = "0.0cvs${CVSDATE}"
-PR = "r8"
-
-SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \
- file://ts.conf \
- 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"
-
-CONFFILES_${PN} = "${sysconfdir}/ts.conf"
-
-inherit autotools
-
-PACKAGES = "libts libts-dev tslib-tests tslib-calibrate"
-EXTRA_OECONF = "--enable-shared"
-EXTRA_OECONF_append_ramses = " --enable-input --disable-ucb1x00 --disable-corgi --disable-collie --disable-h3600 --disable-mk712 --disable-arctic2"
-EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 "
-
-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
-}
-
-do_install_append() {
- install -d ${D}/${sysconfdir}/profile.d/
- install -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
-}
-
-FILES_libts = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh "
-FILES_libts += "${libdir}/*.so.* ${libdir}/ts/*.so*"
-FILES_libts-dev = "${FILES_tslib-dev}"
-FILES_tslib-calibrate += "${bindir}/ts_calibrate"
-FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"