]> code.ossystems Code Review - openembedded-core.git/commit
wpebackend-fdo: Fix missing .so symlink when using dev package
authorZbigniew Bodek <zbigniew.bodek@huawei.com>
Fri, 19 Feb 2021 17:19:54 +0000 (02:19 +0900)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Mar 2021 00:24:18 +0000 (00:24 +0000)
commita620b9b885bcff5b29e33d6cb0273e147fa19752
tree00a9bd024a6775bee1d8901f1bf6f7a5a399ba70
parentf101408bd43a5d41cb1710a7a848370292f84290
wpebackend-fdo: Fix missing .so symlink when using dev package

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.bodek@huawei.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-sato/webkit/wpebackend-fdo_1.7.1.bb