summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-13 13:25:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-15 12:17:34 +0000
commit822552d417d7a4051dc0d580aa9e3f73d3f2e0af (patch)
tree08e2a8893af141df9cef0aeb1bd567f95e0aae36 /meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch
parent01dab752154f2d451f019fe2ed508da7f1d3e144 (diff)
downloadpoky-822552d417d7a4051dc0d580aa9e3f73d3f2e0af.tar.gz
gtk+: update to upstream version 2.24.15
- configure-nm.patch updated to apply - hardcoded_libtool.patch updated to apply - obsolete_automake_macros.patch removes as it's now part of upstream (From OE-Core rev: a4ed7da18d8622fc0b6e3d32ac8ce9456b912322) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch
deleted file mode 100644
index 5f40508077..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+-2.24.14/configure-nm.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1Upstream-Status: Pending
2https://bugzilla.gnome.org/show_bug.cgi?id=671515
3
4Signed-Off-By: Xiaofeng Yan <xiaofeng.yan@windriver.com>
5# Pick up ${NM} from the environment
6--- a/configure.in
7+++ b/configure.in
8@@ -190,7 +190,7 @@
9 AC_SYS_LARGEFILE
10
11 AM_PROG_AS
12-AC_PATH_PROG(NM, nm, nm)
13+AC_CHECK_TOOLS(NM, [$NM nm], nm)
14
15 dnl Initialize maintainer mode
16 AM_MAINTAINER_MODE