aboutsummaryrefslogtreecommitdiffstats
path: root/tslib
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-05 15:19:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-05 15:19:14 +0000
commit772d2848eef60e10190ae88d1605136c608f9a26 (patch)
treef92701b07760f75a3180354389bd39f521ff85ee /tslib
parent69eaa1c0034d602eda09af72a9a07b8483de4c53 (diff)
downloadopenembedded-772d2848eef60e10190ae88d1605136c608f9a26.tar.gz
add machine specific files to SRC_URI and install the
machine specific tslib.sh into /etc/profile.d/ BKrev: 40c1e472o8ukvaJgE50UlPTYpUZa9Q
Diffstat (limited to 'tslib')
-rw-r--r--tslib/tslib_cvs.oe19
1 files changed, 18 insertions, 1 deletions
diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe
index e75a4eabaf..3f3b777322 100644
--- a/tslib/tslib_cvs.oe
+++ b/tslib/tslib_cvs.oe
@@ -2,7 +2,19 @@ PV = "0.1cvs${CVSDATE}"
DESCRIPTION = "tslib is a touchscreen access library."
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib \
+ file://collie/ts.conf \
+ file://collie/tslib.sh \
+ file://corgi/ts.conf \
+ file://corgi/tslib.sh \
+ file://h3600/ts.conf \
+ file://h3600/tslib.sh \
+ file://husky/ts.conf \
+ file://husky/tslib.sh \
+ file://poodle/ts.conf \
+ file://poodle/tslib.sh \
+ file://shepherd/ts.conf \
+ file://shepherd/tslib.sh"
S = "${WORKDIR}/tslib"
inherit autotools
@@ -20,4 +32,9 @@ do_install_prepend () {
oe_machinstall -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
}
+do_install_append() {
+ install -d ${D}/${sysconfdir}/profile.d/
+ oe_machinstall -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/
+}
+
FILES_tslib_append = " ${datadir}/ts/plugins/*.so"