All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
       [not found] <166535D1ACD90C64.29685@lists.openembedded.org>
@ 2021-02-23 12:24 ` Zbigniew Bodek
  2021-02-23 15:33   ` Anuj Mittal
  0 siblings, 1 reply; 6+ messages in thread
From: Zbigniew Bodek @ 2021-02-23 12:24 UTC (permalink / raw)
  To: openembedded-core
  Cc: alex.kanavin, steve, andrei.gherzan, wojciech.zmuda, Zbigniew Bodek

Any comments, questions, remarks to that?

Kind regards
Zbigniew

pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
<zbodek=gmail.com@lists.openembedded.org> napisał(a):
>
> From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
>
>
> 
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
  2021-02-23 12:24 ` [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package Zbigniew Bodek
@ 2021-02-23 15:33   ` Anuj Mittal
  2021-02-23 18:13     ` Zbigniew Bodek
       [not found]     ` <1666730B1A5C43B4.22789@lists.openembedded.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Anuj Mittal @ 2021-02-23 15:33 UTC (permalink / raw)
  To: openembedded-core, zbodek
  Cc: andrei.gherzan, alex.kanavin, steve, wojciech.zmuda, zbigniew.bodek

Is this change needed for the version in gatesgarth too?

Thanks,

Anuj

On Tue, 2021-02-23 at 13:24 +0100, Zbigniew Bodek wrote:
> Any comments, questions, remarks to that?
> 
> Kind regards
> Zbigniew
> 
> pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
> <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > 
> > From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
> > 
> > 
> > 
> > 
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
  2021-02-23 15:33   ` Anuj Mittal
@ 2021-02-23 18:13     ` Zbigniew Bodek
       [not found]     ` <1666730B1A5C43B4.22789@lists.openembedded.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Zbigniew Bodek @ 2021-02-23 18:13 UTC (permalink / raw)
  To: Mittal, Anuj
  Cc: openembedded-core, andrei.gherzan, alex.kanavin, steve,
	wojciech.zmuda, zbigniew.bodek

Hi Anuj,

I just checked and yes, it's needed for gatesgarth too.

Kind regards
Zbigniew

wt., 23 lut 2021 o 16:33 Mittal, Anuj <anuj.mittal@intel.com> napisał(a):
>
> Is this change needed for the version in gatesgarth too?
>
> Thanks,
>
> Anuj
>
> On Tue, 2021-02-23 at 13:24 +0100, Zbigniew Bodek wrote:
> > Any comments, questions, remarks to that?
> >
> > Kind regards
> > Zbigniew
> >
> > pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
> > <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > >
> > > From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
> > >
> > >
> > >
> > >
> >
> > 
> >
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
       [not found]     ` <1666730B1A5C43B4.22789@lists.openembedded.org>
@ 2021-02-24 15:36       ` Zbigniew Bodek
  2021-02-24 18:13         ` Steve Sakoman
  0 siblings, 1 reply; 6+ messages in thread
From: Zbigniew Bodek @ 2021-02-24 15:36 UTC (permalink / raw)
  To: openembedded-core
  Cc: Mittal, Anuj, andrei.gherzan, alex.kanavin, steve,
	wojciech.zmuda, zbigniew.bodek

So... does anyone have some comments or anything against integrating
this change?

Kind regards
Zbigniew

wt., 23 lut 2021 o 19:13 Zbigniew Bodek via lists.openembedded.org
<zbodek=gmail.com@lists.openembedded.org> napisał(a):
>
> Hi Anuj,
>
> I just checked and yes, it's needed for gatesgarth too.
>
> Kind regards
> Zbigniew
>
> wt., 23 lut 2021 o 16:33 Mittal, Anuj <anuj.mittal@intel.com> napisał(a):
> >
> > Is this change needed for the version in gatesgarth too?
> >
> > Thanks,
> >
> > Anuj
> >
> > On Tue, 2021-02-23 at 13:24 +0100, Zbigniew Bodek wrote:
> > > Any comments, questions, remarks to that?
> > >
> > > Kind regards
> > > Zbigniew
> > >
> > > pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
> > > <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > > >
> > > > From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
>
> 
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
  2021-02-24 15:36       ` Zbigniew Bodek
@ 2021-02-24 18:13         ` Steve Sakoman
  2021-02-24 19:05           ` Zbigniew Bodek
  0 siblings, 1 reply; 6+ messages in thread
From: Steve Sakoman @ 2021-02-24 18:13 UTC (permalink / raw)
  To: Zbigniew Bodek
  Cc: openembedded-core, Mittal, Anuj, andrei.gherzan, alex.kanavin,
	wojciech.zmuda, zbigniew.bodek

On Wed, Feb 24, 2021 at 5:36 AM Zbigniew Bodek <zbodek@gmail.com> wrote:
>
> So... does anyone have some comments or anything against integrating
> this change?

I'm currently testing this patch for dunfell.  If all goes well it
will be in the patch set I send for review in the near future.

Steve

> Kind regards
> Zbigniew
>
> wt., 23 lut 2021 o 19:13 Zbigniew Bodek via lists.openembedded.org
> <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> >
> > Hi Anuj,
> >
> > I just checked and yes, it's needed for gatesgarth too.
> >
> > Kind regards
> > Zbigniew
> >
> > wt., 23 lut 2021 o 16:33 Mittal, Anuj <anuj.mittal@intel.com> napisał(a):
> > >
> > > Is this change needed for the version in gatesgarth too?
> > >
> > > Thanks,
> > >
> > > Anuj
> > >
> > > On Tue, 2021-02-23 at 13:24 +0100, Zbigniew Bodek wrote:
> > > > Any comments, questions, remarks to that?
> > > >
> > > > Kind regards
> > > > Zbigniew
> > > >
> > > > pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
> > > > <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > > > >
> > > > > From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> >
> > 
> >

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package
  2021-02-24 18:13         ` Steve Sakoman
@ 2021-02-24 19:05           ` Zbigniew Bodek
  0 siblings, 0 replies; 6+ messages in thread
From: Zbigniew Bodek @ 2021-02-24 19:05 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: openembedded-core, Mittal, Anuj, andrei.gherzan, alex.kanavin,
	wojciech.zmuda, zbigniew.bodek

Thanks Steve, I appreciate it.

Kind regards
Zbigniew

śr., 24 lut 2021 o 19:14 Steve Sakoman <steve@sakoman.com> napisał(a):
>
> On Wed, Feb 24, 2021 at 5:36 AM Zbigniew Bodek <zbodek@gmail.com> wrote:
> >
> > So... does anyone have some comments or anything against integrating
> > this change?
>
> I'm currently testing this patch for dunfell.  If all goes well it
> will be in the patch set I send for review in the near future.
>
> Steve
>
> > Kind regards
> > Zbigniew
> >
> > wt., 23 lut 2021 o 19:13 Zbigniew Bodek via lists.openembedded.org
> > <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > >
> > > Hi Anuj,
> > >
> > > I just checked and yes, it's needed for gatesgarth too.
> > >
> > > Kind regards
> > > Zbigniew
> > >
> > > wt., 23 lut 2021 o 16:33 Mittal, Anuj <anuj.mittal@intel.com> napisał(a):
> > > >
> > > > Is this change needed for the version in gatesgarth too?
> > > >
> > > > Thanks,
> > > >
> > > > Anuj
> > > >
> > > > On Tue, 2021-02-23 at 13:24 +0100, Zbigniew Bodek wrote:
> > > > > Any comments, questions, remarks to that?
> > > > >
> > > > > Kind regards
> > > > > Zbigniew
> > > > >
> > > > > pt., 19 lut 2021 o 18:20 Zbigniew Bodek via lists.openembedded.org
> > > > > <zbodek=gmail.com@lists.openembedded.org> napisał(a):
> > > > > >
> > > > > > From: Zbigniew Bodek <zbigniew.bodek@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.bodek@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
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > > 
> > >

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-24 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166535D1ACD90C64.29685@lists.openembedded.org>
2021-02-23 12:24 ` [OE-core] [dunfell][PATCH] wpebackend-fdo: Fix missing .so symlink when using dev package Zbigniew Bodek
2021-02-23 15:33   ` Anuj Mittal
2021-02-23 18:13     ` Zbigniew Bodek
     [not found]     ` <1666730B1A5C43B4.22789@lists.openembedded.org>
2021-02-24 15:36       ` Zbigniew Bodek
2021-02-24 18:13         ` Steve Sakoman
2021-02-24 19:05           ` Zbigniew Bodek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.