96boards / meta-96boards

OpenEmbedded BSP Layer for the 96boards.org boards
MIT License
41 stars 59 forks source link

mali450-userland: fix SONAME for libMali.so #212

Closed mrchapp closed 6 years ago

mrchapp commented 6 years ago

The ELF header of libMali does not include the SONAME and that creates a tremendous amount of issues with package_qa as a lot of binaries cannot be matched against their r/build dependency.

We will be forever grateful to Khem Raj for his insight on this matter. We heart you.

Signed-off-by: Daniel Díaz daniel.diaz@linaro.org

koenkooi commented 6 years ago

FWIW, I would still like the split headers commit to go in as well, just to avoid building a crippled mesa. But that can wait till this PR gets in.