Re: [yocto] Native causes installation of static linked libraries.

2024-07-17 Thread Kjeld Flarup via lists.yoctoproject.org
FILES:${PN}-dev += "${bindir}/fast-discovery-server-1.0.1" was the cause. Thanks. -- -- Regards Kjeld Flarup DEIF A/S -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63526): https://lists.yoctoproject.org/g/yocto/message/63526 Mute This Topic: https

Re: [yocto] Native causes installation of static linked libraries.

2024-07-17 Thread Alexander Kanavin
On Wed, 17 Jul 2024 at 11:40, Kjeld Flarup via lists.yoctoproject.org wrote: > FILES:${PN} += "${bindir} ${prefix}/tools" > FILES:${PN}-dev += "${datadir} ${prefix}/tools" > FILES:${PN}-dev += "${bindir}/fast-discovery-server-1.0.1" Also this is contradictory and incorrect (target tools should n

Re: [yocto] Native causes installation of static linked libraries.

2024-07-17 Thread Alexander Kanavin
On Wed, 17 Jul 2024 at 11:40, Kjeld Flarup via lists.yoctoproject.org wrote: > INSANE_SKIP:${PN}="dev-deps" Removing this and running the build again might give a hint. A;ex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63523): https://lists.yoc