summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
diff options
context:
space:
mode:
authorJames Limbouris <james@digitalmatter.com.au>2012-03-08 09:44:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:54:17 -0800
commite48eb65494a234ac82ec04fcbcc04f5e881347c3 (patch)
tree8c47e4cd155c4aaeb8dcc12c2ff6cf0e7644de4d /meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
parent6068f3229397baf561b1e84a22b570a803d95c49 (diff)
downloadopenembedded-core-e48eb65494a234ac82ec04fcbcc04f5e881347c3.tar.gz
openembedded-core-e48eb65494a234ac82ec04fcbcc04f5e881347c3.tar.bz2
openembedded-core-e48eb65494a234ac82ec04fcbcc04f5e881347c3.tar.xz
openembedded-core-e48eb65494a234ac82ec04fcbcc04f5e881347c3.zip
gdk-pixbuf: Pick up ${NM} from the environment.
Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch21
1 files changed, 21 insertions, 0 deletions
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 000000000..54f7c3ad0
--- /dev/null
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
@@ -0,0 +1,21 @@
+Pick up ${NM} from the environment.
+
+Upstream-Status: Pending
+https://bugzilla.gnome.org/show_bug.cgi?id=671516
+
+Signed-off-by: James Limbouris <james@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"],