Merge http://openembedded@openembedded.bkbits.net/packages
authorHolger Schurig <schurig@mn-solutions.de>
Tue, 21 Sep 2004 13:58:06 +0000 (13:58 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Tue, 21 Sep 2004 13:58:06 +0000 (13:58 +0000)
into mnz66.mn-logistik.de:/usr/src/ramses/oe/packages

2004/09/21 15:57:53+02:00 mn-logistik.de!schurig
split tslib ipk into tslib and tslib-test (which now contains
ts_print*, ts_harvest, ts-test, but not ts_calibrate which is in tslib)
adaptions to MNCI "Ramses"

BKrev: 4150336eyIFucIHPFR6kW-HzhRIQOg

tslib/tslib/ramses/ts.conf [new file with mode: 0644]
tslib/tslib_cvs.oe

diff --git a/tslib/tslib/ramses/ts.conf b/tslib/tslib/ramses/ts.conf
new file mode 100644 (file)
index 0000000..e69de29
index cf1c83b..6b735fd 100644 (file)
@@ -1,20 +1,21 @@
+DESCRIPTION = "tslib is a touchscreen access library."
 PV = "0.0cvs${CVSDATE}"
 PR = "r4"
 
-DESCRIPTION = "tslib is a touchscreen access library."
-
-CONFFILES_${PN} = "${sysconfdir}/ts.conf"
-
-# SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib
-#         file://ev_syn.patch;patch=1
 SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \
           file://ts.conf \
           file://tslib.sh"
+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 += "tslib-tests"
 EXTRA_OECONF = "--enable-shared"
+EXTRA_OECONF_append_ramses = " --enable-input --disable-ucb1x00 --disable-corgi --disable-collie --disable-h3600 --disable-mk712 --disable-arctic2"
 
 do_stage () {
        oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR}
@@ -32,4 +33,7 @@ do_install_append() {
        install -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
 }
 
-FILES_${PN} += " ${libdir}/ts/*.so ${datadir}/ts/plugins/*.so"
+FILES_${PN}  = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh "
+FILES_${PN} += "${bindir}/ts_calibrate"
+FILES_${PN} += "${libdir}/*.so* ${libdir}/ts/*.so"
+FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_test"