[OE-core] [PATCH v3 1/2] wayland : Bump to 1.2.0 version

Burton, Ross ross.burton at intel.com
Thu Oct 10 14:16:11 UTC 2013


On 10 October 2013 13:23, Ewan LE BIDEAU-CANEVET
<Ewan.LEBIDEAU-CANEVET at eurogiciel.fr> wrote:
> -SRC_URI_append_class-native = " file://just-scanner.patch"

That patch -  as it says - serves a useful purpose.  What is the
rationale for deleting it?  If there's a good reason, please say what
it is.

> -# Wayland installs a M4 macro for other projects to use. This M4 macro includes
> -# a path to a Makefile fragment to get the rules to generate stubs from protocol
> -# description files.  The paths to the sysroot end up incorrect, so fix them.
> -do_configure_append_class-native() {
> -  sed -e 's, at prefix@,${STAGING_DIR_NATIVE},g' \
> -      -e 's, at exec_prefix@,${STAGING_DIR_NATIVE},g' \
> -      -e 's, at bindir@,${STAGING_BINDIR_NATIVE},g' \
> -      -e 's, at datarootdir@,${STAGING_DATADIR_NATIVE},g' \
> -  ${S}/wayland-scanner.m4.in > ${B}/wayland-scanner.m4
> -}

Wayland is still installing this m4 file, so why delete this fix?
>From a glance at Wayland 1.2 it looks like it isn't required anymore
as pkgconfig is used to determine the paths, but you need to state
this in the commit message.

Also, there's a 1.2.1 release now.

Ross



More information about the Openembedded-core mailing list