diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-09 18:04:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-09 18:04:50 +0000 |
commit | 13cc17bed9cae387c415eb8553aa0a281cfee3bd (patch) | |
tree | fc48625daf658e5f88a8eb1d526d907a8cc9a78f /tslib | |
parent | 1f301254b4fe7470fdd97d8ca5c442d2cecc05ca (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages
2004/06/09 13:04:40-05:00 (none)!kergoth
Correct tslib packaging per the recent change in tslib plugin location.
BKrev: 40c751425wKVkUU0qW5nx5xxjNdbkA
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib_cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index 3f3b777322..026c26b782 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -37,4 +37,4 @@ do_install_append() { oe_machinstall -m 0755 ${WORKDIR}/tslib.sh ${D}/${sysconfdir}/profile.d/ } -FILES_tslib_append = " ${datadir}/ts/plugins/*.so" +FILES_${PN} += " ${libdir}/ts/*.so ${datadir}/ts/plugins/*.so" |