Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-18 Thread Alexander Kanavin
But I still don't understand this. How can this be reproduced? Alex On Mon, 18 Oct 2021 at 16:07, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2021-10-18 at 15:56 +0200, Martin Jansa wrote: > > On Sun, Oct 17, 2021 at 2:45 PM Martin Jansa via lists.openembedded.org > >

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-18 Thread Richard Purdie
On Mon, 2021-10-18 at 15:56 +0200, Martin Jansa wrote: > On Sun, Oct 17, 2021 at 2:45 PM Martin Jansa via lists.openembedded.org > wrote: > > On Sun, Oct 17, 2021 at 2:03 PM Richard Purdie > > wrote: > > > On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: > > > > >   Could NOT find Gperf (

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-18 Thread Martin Jansa
On Sun, Oct 17, 2021 at 2:45 PM Martin Jansa via lists.openembedded.org wrote: > On Sun, Oct 17, 2021 at 2:03 PM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: >> > > Could NOT find Gperf (missing: GPERF_EXECUTABLE) (R

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Martin Jansa
On Sun, Oct 17, 2021 at 2:03 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: > > > Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at > least > > > version "3.0.1") > > > > Signed-off-by: Andreas Müller >

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Andreas Müller
On Sun, Oct 17, 2021 at 2:03 PM Richard Purdie wrote: > > On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: > > > Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least > > > version "3.0.1") > > > > Signed-off-by: Andreas Müller > > --- > > meta/recipes-sato/webkit/we

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Richard Purdie
On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: > >   Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least > >   version "3.0.1") > > Signed-off-by: Andreas Müller > --- >  meta/recipes-sato/webkit/webkitgtk_2.34.0.bb | 1 + >  1 file changed, 1 insertion(+) > > diff --

[OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Andreas Müller
| Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least | version "3.0.1") Signed-off-by: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.34.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb b/meta/recipes-sato/web