aboutsummaryrefslogtreecommitdiffstats
path: root/tslib
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-29 16:53:52 +0000
committerChris Larson <clarson@kergoth.com>2003-09-29 16:53:52 +0000
commit61f0b2f81e36c465803152ffac4a5e1faaef914b (patch)
treeca5378e39a037ec41e065674e018f59df64f9278 /tslib
parent60fb4a80bf1aaa847a43bda5ef5d04eef978da12 (diff)
downloadopenembedded-61f0b2f81e36c465803152ffac4a5e1faaef914b.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe/packages 2003/09/29 11:53:43-05:00 ti.com!kergoth .del-s.conftest~1b7f968dfea65502: Delete: tmp/base/make-3.80-r0/make-3.80/s.conftest gawk-3.0.4.oe: Fully populate install for gawk. tslib.oe: Include the plugins in the tslib tarball. initscripts-1.0.oe: Include some rcS.d symlinks in initscripts. s.conftest: new file BKrev: 3f7863a0c0K7LV9AQvinC5pwkONz8g
Diffstat (limited to 'tslib')
-rw-r--r--tslib/tslib.oe14
1 files changed, 1 insertions, 13 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe
index f569130b03..72dfe7d94b 100644
--- a/tslib/tslib.oe
+++ b/tslib/tslib.oe
@@ -26,16 +26,4 @@ do_stage () {
install -m 0644 src/tslib-private.h ${STAGING_DIR}/target/include/
}
-do_install () {
-
- install -d ${D}/${libdir}
- install -d ${D}/usr/include
- install -m 0755 src/.libs/libts-0.0.so.0.1.0 ${D}/${libdir}
- ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so.0
- ln -sf libts-0.0.so.0.1.0 ${D}/${libdir}/libts-0.0.so
- ln -sf libts-0.0.so ${D}/${libdir}/libts.so
- install -m 0644 src/tslib.h ${D}/usr/include
- install -m 0644 src/tslib-private.h ${D}/usr/include
-}
-
-
+FILES_tslib_append = " ${datadir}/ts/plugins/*.so"