From a87ec92d98dd6c28be8cc9dba7321bd94663c2d8 Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Thu, 17 Nov 2011 18:36:50 +0800 Subject: gtk+: Have gtk+ pick up ${NM} from the environment when gtk+ configures, it should pick up ${NM} from the environment \ if it is defined, instead of just looking for "nm". (From OE-Core rev: 7cb5063d8bc59534dc64b19164cb9bdf0c04c68b) Signed-off-by: Xiaofeng Yan Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch') diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch new file mode 100644 index 0000000000..5aeef5074e --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+-2.24.6/configure-nm.patch @@ -0,0 +1,14 @@ +Upstream-Status: Inappropriate [configuration] +Signed-Off-By: Xiaofeng Yan +# Pick up ${NM} from the environment +--- a/configure.in ++++ b/configure.in +@@ -190,7 +190,7 @@ + AC_SYS_LARGEFILE + + AM_PROG_AS +-AC_PATH_PROG(NM, nm, nm) ++AC_CHECK_TOOLS(NM, [$NM nm], nm) + + dnl Initialize maintainer mode + AM_MAINTAINER_MODE -- cgit v1.2.3-54-g00ecf