> > # Don't include so files in dev package -FILES:${PN}-dev =
> > "${includedir} ${libdir}/cmake"
> > +FILES:${PN}-dev = "${includedir} ${libdir}/cmake ${libdir}/pkgconfig"
>
> This wouldn't be needed if FILES:${PN} wasn't set using FILES:${PN} =
> "${libdir}" earlier.
>
> A better way to achieve that *.so files are packaged in the base package is
> to do:
>
> SOLIBS = ".so*"
> FILES_SOLIBSDEV = ""
> INSANE_SKIP:${PN} += "dev-so"
>
The patch is already merged, so I'm not sending a v2 anymore, but thanks for
the hint for my future patches.
I wanted to do the least intrusive change as I don't understand why the
solibsdev are needed in the main package.
And larger reworks usually trigger those kind of discussions which I was not
ready to answer.
Peter
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110335):
https://lists.openembedded.org/g/openembedded-devel/message/110335
Mute This Topic: https://lists.openembedded.org/mt/105978716/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-