> On Jun 22, 2016, at 9:14 AM, s.jar...@esa-grimma.de wrote:
>
> Any ideas how to set the
>
> FILES_${PN} += "${libdir}/test/*.so.*"
>
> in a right way?
FILES_${PN} += “${libdir}/test/*"
signature.asc
Description: Message signed with OpenPGP using GPGMail
--
Hej
I want to build a library. It comes with a cmake based build. In these
process the library is build and deployed together with 2 links. Like
that:
libMyLib:
usr/lib/test/mylib.so
usr/lib/test/mylib.so.0
usr/lib/test/mylib.so.1.0.0
mylib.so and mylib.so.0 are links to mylib.so.1.0.0
The pa