From: Phil Blundell Date: Tue, 15 Jun 2004 16:31:24 +0000 (+0000) Subject: tslib_cvs.oe, tslib.oe: add CONFFILES X-Git-Tag: Release-2010-05/1~18693 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5741c860050d7af526a4310551417950896acb43;p=openembedded.git tslib_cvs.oe, tslib.oe: add CONFFILES BKrev: 40cf245cvajHdqWdxoBmnVYJpvWnsA --- diff --git a/tslib/tslib.oe b/tslib/tslib.oe index 31f4dcb478..dfae3293a4 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -2,6 +2,8 @@ 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 \ diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index 026c26b782..2839a5882c 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -2,6 +2,8 @@ PV = "0.1cvs${CVSDATE}" 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://collie/ts.conf \ file://collie/tslib.sh \