From: Randolph Sapp <r...@ti.com> Add a link from libbz2.so.1.0 to libbz2.so.${PV} for compatibility with other distributions.
A handfull of distributions are still using the "Makefile-libbz2_so" to generate libbz2 and bzip2-shared. This creates a library with a soname of "libbz2.so.1.0". This library link is not provide by default in autotools builds so add one here as Gentoo does now [1]. This has been addressed upstream already, but there hasn't been a stable release since then [2]. [1] https://bugs.gentoo.org/338321 [2] https://gitlab.com/bzip2/bzip2/-/merge_requests/42 Signed-off-by: Randolph Sapp <r...@ti.com> --- meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb index 4e3a06f240..4453171701 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb @@ -62,6 +62,11 @@ do_install_ptest () { sed -i -e "s|^Makefile:|_Makefile:|" ${D}${PTEST_PATH}/Makefile } +# add the following link for cross-distro compatibility +do_install:append () { + ln -s libbz2.so.${PV} "${D}${libdir}/libbz2.so.1.0" +} + FILES:libbz2 = "${libdir}/lib*${SOLIBS}" RDEPENDS:${PN}-ptest += "make bash" -- 2.44.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197252): https://lists.openembedded.org/g/openembedded-core/message/197252 Mute This Topic: https://lists.openembedded.org/mt/104959821/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-