[OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

Burton, Ross ross.burton at intel.com
Fri Feb 22 10:18:40 UTC 2019


On Wed, 20 Feb 2019 at 20:11, Alexander Kanavin <alex.kanavin at gmail.com> wrote:
> -PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11"
> +PACKAGECONFIG[x11] = ",,virtual/libx11"

https://gitlab.gnome.org/GNOME/gdk-pixbuf/commit/204082e6a7a404ec7372d78ef7a7890ada595154
is in 2.36.12.

> +       # Do not install ptests if ptest is not enabled; gdk-pixbuf has no configuration option for this
> +       if [ "${PTEST_ENABLED}" != "1" ]; then
> +               rm -rf ${D}${datadir}/installed-tests
> +       fi

https://gitlab.gnome.org/GNOME/gdk-pixbuf/commit/4c76635e1f19c6d1919d4ea94f6b00f97b996665
is in 2.38.0.

Last minute upgrade or cherry-pick those?

Ross


More information about the Openembedded-core mailing list