[yocto] Antwort: Re: how to configure the build packages of a makefile based libary
Burton, Ross
ross.burton at intel.com
Thu Apr 28 09:25:39 PDT 2016
On 28 April 2016 at 17:18, YUKATHARSANI JEYACHANDRA <
yukatharsanij at tataelxsi.co.in> wrote:
> Use INSANE_SKIP_${PN} = "installed-vs-shipped" in your recipe to avoid
> this error. Orelse, add FILES_${PN} += "/usr/local/" in your recipe.
>
> No.
*Only* use installed-vs-shipped if you're incapable of a) packaging the
files or b) deleting the files in a do_install_append. Skipping that
warning means you won't notice new files being added to the install that
you don't package, which could result in broken packages.
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160428/c7f6efe8/attachment.html>
More information about the yocto
mailing list