diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 13:58:06 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-21 13:58:06 +0000 |
commit | 8575a76effcecdf10e0b3655f054728c30bb0e9c (patch) | |
tree | 7468c4b892cb9e4b3235f9b515c28a649b34899a /tslib | |
parent | 26aaed050c6462eab10a86f609a7f4f9a5808336 (diff) |
Merge http://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib/ramses/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib_cvs.oe | 18 |
2 files changed, 11 insertions, 7 deletions
diff --git a/tslib/tslib/ramses/ts.conf b/tslib/tslib/ramses/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/ramses/ts.conf diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index cf1c83b6e2..6b735fd441 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -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" |