Any comments, questions, remarks to that? Kind regards Zbigniew
pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org <zbodek=gmail....@lists.openembedded.org> napisaĆ(a): > > From: Zbigniew Bodek <zbigniew.bo...@huawei.com> > > Problem spotted on dunfell-23.0.4 > > Normally, unversioned .so is removed from -dev (default) package > however it is still being referred by other agents, such as webkitgtk. > That can be observed while executing i.e. Epiphany Browser. > > For instance: > platformInitializeWebProcess() > calls > wpe_loader_init("libWPEBackend-fdo-1.0.so") > > as a result one can see: > -------------------- > wpe_loader_init could not load the library 'libWPEBackend-fdo-1.0.so': > libWPEBackend-fdo-1.0.so: cannot open shared object file: > No such file or directory > -------------------- > > "master" branch contains a bumped-up version of webkitgtk > to which this issue does not apply (the code has changed). > > Forcefully keep this .so symlink to resolve the problem in dunfell. > > Signed-off-by: Zbigniew Bodek <zbigniew.bo...@huawei.com> > --- > meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb > b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb > index cd2f7fabda..165fc74dde 100644 > --- a/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb > +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.4.1.bb > @@ -15,3 +15,6 @@ REQUIRED_DISTRO_FEATURES = "opengl" > SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" > SRC_URI[sha256sum] = > "6249a0b7cbfa662206a8d2fa24e2c574e75c681ad0e93468091f1dc68ddb299d" > > +FILES_${PN} += "${libdir}/libWPEBackend-fdo-1.0.so" > +FILES_SOLIBSDEV = "" > +INSANE_SKIP_${PN} += "dev-so" > -- > 2.17.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148510): https://lists.openembedded.org/g/openembedded-core/message/148510 Mute This Topic: https://lists.openembedded.org/mt/80760626/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-