diff options
| author | Shane Wang <shane.wang@intel.com> | 2012-03-15 14:16:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:39 +0000 |
| commit | 6e5446cda6a013393f32e4156ec94f7545f279f1 (patch) | |
| tree | e0ad0187a2e68cbbda16c8c1a0d4f254627d0069 /meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch | |
| parent | 9963fdb3d1eed9e7d4bc7caf1b22e77b97fcfeb9 (diff) | |
| download | poky-6e5446cda6a013393f32e4156ec94f7545f279f1.tar.gz | |
gdk-pixbuf: upgrade to 2.24.1
(From OE-Core rev: a9c128897e7fa496cf8f297819b64bdc7b8c319c)
Signed-off-by: Shane Wang <shane.wang@intel.com>
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.patch | 21 |
1 files changed, 0 insertions, 21 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 deleted file mode 100644 index 54f7c3ad0d..0000000000 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | Pick up ${NM} from the environment. | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | https://bugzilla.gnome.org/show_bug.cgi?id=671516 | ||
| 5 | |||
| 6 | Signed-off-by: James Limbouris <james@digitalmatter.com.au> | ||
| 7 | |||
| 8 | Index: gdk-pixbuf-2.24.0/configure.ac | ||
| 9 | =================================================================== | ||
| 10 | diff -uNr gdk-pixbuf-2.24.0/configure.ac gdk-pixbuf-2.24.0.mod/configure.ac | ||
| 11 | --- gdk-pixbuf-2.24.0/configure.ac 2011-08-27 11:27:52.000000000 +0800 | ||
| 12 | +++ gdk-pixbuf-2.24.0.mod/configure.ac 2012-02-28 14:48:36.481126410 +0800 | ||
| 13 | @@ -147,7 +147,7 @@ | ||
| 14 | AC_SYS_LARGEFILE | ||
| 15 | |||
| 16 | AM_PROG_AS | ||
| 17 | -AC_PATH_PROG(NM, nm, nm) | ||
| 18 | +AC_CHECK_TOOLS(NM, [$NM nm], nm) | ||
| 19 | |||
| 20 | AC_MSG_CHECKING([for some Win32 platform]) | ||
| 21 | AS_CASE(["$host"], | ||
