On 10 October 2013 13:23, Ewan LE BIDEAU-CANEVET
<[email protected]> 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,@prefix@,${STAGING_DIR_NATIVE},g' \
> -      -e 's,@exec_prefix@,${STAGING_DIR_NATIVE},g' \
> -      -e 's,@bindir@,${STAGING_BINDIR_NATIVE},g' \
> -      -e 's,@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
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to