Re: [oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread Brendan Kerrigan
Sounds good I will refresh that change into a patch. Thanks, Brendan On Mon, Oct 29, 2018 at 2:07 PM Burton, Ross wrote: > On Mon, 29 Oct 2018 at 16:42, brendank310 wrote: > > > +do_configure_prepend() { > > + export >

Re: [oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread Burton, Ross
On Mon, 29 Oct 2018 at 16:42, brendank310 wrote: > +do_configure_prepend() { > + export > GI_DATADIR="${RECIPE_SYSROOT_NATIVE}${datadir}/gobject-introspection-1.0" > + sed -i 's#mozjs-17#mozjs-52#g' ${S}/configure.ac > +} Personally I prefer patches to sed in do_configure, as

[oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread brendank310
From: Brendan Kerrigan Currently this hacks up gjs a little bit and relies on a specific SRCREV to sidestep the need for mozjs60 support (use mozjs52 instead). Signed-off-by: Brendan Kerrigan --- .../gnome3/gjs/0001-fix-override-allow.patch | 75 +++