[OE-core] yajl: Installed (but unpackaged) file(s) found

Burton, Ross ross.burton at intel.com
Thu May 2 09:24:10 UTC 2013


On 1 May 2013 20:11, Stuart Yoder <b08248 at gmail.com> wrote:
>    FILES_yajl="/usr/bin/* /usr/sbin/* /usr/lib64/yajl/* ...
>
> Ho do I get the yajl recipe to either a) build the files in lib64 or
> b) package them from lib.

Don't hard-code paths, instead use the symbols available in bitbake.conf:

FILES_yajl = "${bindir}/* ${sbindir}/* ${libdir}/yajl/*"

Ros




More information about the Openembedded-core mailing list