[OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the environment.
Paul Menzel
paulepanter at users.sourceforge.net
Tue Mar 6 09:45:06 UTC 2012
Dear James,
thank you for sending an improved version of the patch.
Am Dienstag, den 06.03.2012, 10:23 +0800 schrieb James Limbouris:
> Signed-off-by: James Limbouris <james at digitalmatter.com.au>
> ---
> .../gdk-pixbuf-2.24.0/configure_nm.patch | 18 ++++++++++++++++++
> meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb | 3 ++-
> 2 files changed, 20 insertions(+), 1 deletions(-)
> create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
>
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
> new file mode 100644
> index 0000000..0460824
> --- /dev/null
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
> @@ -0,0 +1,18 @@
> +Pick up ${NM} from the environment.
> +Upstream-Status: Inappropriate [configuration]
as Khem and you discussed, it should be useful for upstream [1]. Maybe
you can add more context [2][3], so upstream can better judge if they
want it.
> +Signed-off-by: James Limbouris <james at digitalmatter.com.au>
> +
> +Index: gdk-pixbuf-2.24.0/configure.ac
> +===================================================================
> +diff -uNr gdk-pixbuf-2.24.0/configure.ac gdk-pixbuf-2.24.0.mod/configure.ac
> +--- gdk-pixbuf-2.24.0/configure.ac 2011-08-27 11:27:52.000000000 +0800
> ++++ gdk-pixbuf-2.24.0.mod/configure.ac 2012-02-28 14:48:36.481126410 +0800
> +@@ -147,7 +147,7 @@
> + AC_SYS_LARGEFILE
> +
> + AM_PROG_AS
> +-AC_PATH_PROG(NM, nm, nm)
> ++AC_CHECK_TOOLS(NM, [$NM nm], nm)
> +
> + AC_MSG_CHECKING([for some Win32 platform])
> + AS_CASE(["$host"],
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
> index 121babd..d75bf2a 100644
> --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
[…]
Thanks,
Paul
[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/018554.html
[2] http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Generic-Programs.html
[3] http://lists.gnu.org/archive/html/bug-ncurses/2011-11/msg00011.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120306/2461ce44/attachment-0002.sig>
More information about the Openembedded-core
mailing list