From: Chris Larson Date: Sat, 29 May 2004 01:29:03 +0000 (+0000) Subject: Merge http://openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18949 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3f53d90ed42227576182ef8440b6b21055a494;p=openembedded.git Merge http://openembedded.bkbits.net/packages into beast.local:/home/kergoth/code/packages 2004/05/28 14:20:41-04:00 local!kergoth Move tslib_cvs.oe into tslib/. BKrev: 40b7e75fJOCn5JTg3QH5U_CTySnm9g --- diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 719db65470..bd9671a834 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -10,6 +10,7 @@ ggilbert@olddog.treke.net ggilbert@treke.ath.cx hrw@home.hrw.one.pl kebert@geralt.doma +kergoth@beast.local kergoth@direwolf.(none) kergoth@direwolf.itg.ti.com kergoth@direwolf.ppp.ti.com diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index e69de29bb2..e75a4eabaf 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -0,0 +1,23 @@ +PV = "0.1cvs${CVSDATE}" + +DESCRIPTION = "tslib is a touchscreen access library." + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib" +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 () { + oe_machinstall -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf +} + +FILES_tslib_append = " ${datadir}/ts/plugins/*.so"