From: Chris Larson Date: Wed, 9 Jun 2004 18:04:50 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~18777 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13cc17bed9cae387c415eb8553aa0a281cfee3bd;p=openembedded.git 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 --- 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"