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

Burton, Ross ross.burton at intel.com
Mon Oct 29 18:07:39 UTC 2018


On Mon, 29 Oct 2018 at 16:42, brendank310 <brendank310 at gmail.com> 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 nobody will
notice when the sed isn't required anymore and the point of the change
isn't always obvious.

Ross



More information about the Openembedded-devel mailing list