Merge pull request #2194 from MaxKrummenacher/master
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

isp-imx: fix build against updated tinyxml2
This commit is contained in:
Otavio Salvador 2025-04-19 10:05:25 -03:00 committed by GitHub
commit 8ed10d2e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,9 @@ do_configure:prepend () {
patchelf --replace-needed libjsoncpp.so.25 libjsoncpp.so.26 ${S}/mediacontrol/install/bin/isp_media_server
patchelf --replace-needed libjsoncpp.so.25 libjsoncpp.so.26 ${S}/mediacontrol/install/lib/libmedia_server.so
patchelf --replace-needed libjsoncpp.so.25 libjsoncpp.so.26 ${S}/tuningext/install/tuningext
# FIXME: Should be rebuild.
patchelf --replace-needed libtinyxml2.so.10 libtinyxml2.so.11 ${S}/appshell/shell_libs/ispcore/ARM64/libcam_device.so
}
do_install() {