Hello Paul,

with your modification and changing to autotools-brokensep (which the generated recipe proposed),it finally works!
Thank you very much!

All the Best,
Jakob

On 01.02.2017 02:50, Paul Eggleton wrote:
On Wednesday, 1 February 2017 10:04:50 AM NZDT Paul Eggleton wrote:
What you really need to do is look in the install destination directory -
i.e. the "image" subdirectory under the work directory - you can find the
latter pretty easily if you're unsure:

bitbake -e tr-50 | grep ^WORKDIR=

Where are files being installed under there? Are there any files there at
all? Once we see what's there we can figure out what the fix will be.
Actually I just tried this here and it seems like libtr50 is not set up to
write out standard versioned libraries - the authors have chosen their own
scheme. To work around this you can add the following to the recipe:

FILES_SOLIBSDEV = "${libdir}/libtr50.so"
FILES_${PN} += "${libdir}/libtr50-*.so"

BTW, missing from your original email were the warnings / errors that you
surely should have seen printed (assuming you haven't disabled them). For
future reference those would have been useful to have.

Cheers,
Paul


--
Jakob Hasse
Software Developement

E: jakob.ha...@smart-home-technology.ch
T: +41 44 552 02 66

Smart Home Technology GmbH
www.smart-home-technology.ch

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to