Pelagicore / meta-bistro

Yocto layer providing In-Vehicle Infotainment related functionality and adaptations
MIT License
14 stars 21 forks source link

softwarecontainer.py: fix test_lib_exists #247

Closed TSAnsari closed 5 years ago

TSAnsari commented 5 years ago

Test failed due to change of libsoftwarecontainer version. Using symlink to library instead of library full name.

Signed-off-by: Tariq Ansari tansari@luxoft.com

sashko commented 5 years ago

Hm... Is there a symlink with the base name, e.g. libsoftwarecontainer.so or libsoftwarecontainer.so.0?

TSAnsari commented 5 years ago

Hm... Is there a symlink with the base name, e.g. libsoftwarecontainer.so or libsoftwarecontainer.so.0?

I think there is a symlink, but If I remember correctly, when this test was added, there were some issues with checking if the symlink existed or not. Some issues with python code not detecting symlink even though it existed. So the full lib name was used. But I can check it again.