diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-06 04:28:20 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-06 04:28:20 +0000 |
commit | 846fb3a6cb6cc023d69df83b92f0bcc740d18b00 (patch) | |
tree | beddb31d236d230bdbdef4467e70ca71c6416023 /tslib | |
parent | 1a9b06c701f06283f78053e53c70bdc911c90a0b (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into erichl.mine.nu:/home/erich/src/packages
2004/04/06 00:27:29-04:00 mine.nu!erich
tslib: install machine-specific ts.conf
BKrev: 407231e4aOPMJddGAmqMxDTyflGE5Q
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib.oe | 5 | ||||
-rw-r--r-- | tslib/tslib/collie/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib/corgi/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib/h3600/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib/husky/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib/poodle/ts.conf | 0 | ||||
-rw-r--r-- | tslib/tslib/shepherd/ts.conf | 0 |
7 files changed, 5 insertions, 0 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe index 3b3eab70d3..cc8eed7858 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -21,6 +21,7 @@ S = "${WORKDIR}/tslib" inherit autotools libtool EXTRA_OECONF = "--enable-shared" + do_stage () { oe_soinstall src/.libs/libts-0.0.so.0.1.0 ${STAGING_LIBDIR}/ ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so @@ -28,4 +29,8 @@ do_stage () { install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/ } +do_install_prepend () { + oe_machinstall -m 0644 ${FILESDIR}/ts.conf ${S}/etc/ts.conf +} + FILES_tslib_append = " ${datadir}/ts/plugins/*.so" diff --git a/tslib/tslib/collie/ts.conf b/tslib/tslib/collie/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/collie/ts.conf diff --git a/tslib/tslib/corgi/ts.conf b/tslib/tslib/corgi/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/corgi/ts.conf diff --git a/tslib/tslib/h3600/ts.conf b/tslib/tslib/h3600/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/h3600/ts.conf diff --git a/tslib/tslib/husky/ts.conf b/tslib/tslib/husky/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/husky/ts.conf diff --git a/tslib/tslib/poodle/ts.conf b/tslib/tslib/poodle/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/poodle/ts.conf diff --git a/tslib/tslib/shepherd/ts.conf b/tslib/tslib/shepherd/ts.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tslib/tslib/shepherd/ts.conf |