diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-08-06 11:42:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:26 -0700 |
commit | 3893a4fab9962830f3d1782e12728382f5ad1642 (patch) | |
tree | 7ba9bf78b3819c6f78d4a3abbb1147bf9418d2f7 /meta/recipes-extended/which/which-2.21/automake.patch | |
parent | d70a3db3dd0f65bc66e95bb41498e0acb349a581 (diff) | |
download | poky-3893a4fab9962830f3d1782e12728382f5ad1642.tar.gz |
which: Upgrade 2.20 -> 2.21
* Drop one upstreamed patch, update the other one
(From OE-Core rev: 254ca955ca22944634982f6b138bb3de56863777)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which/which-2.21/automake.patch')
-rw-r--r-- | meta/recipes-extended/which/which-2.21/automake.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which-2.21/automake.patch b/meta/recipes-extended/which/which-2.21/automake.patch new file mode 100644 index 0000000000..4d0f2e4d7b --- /dev/null +++ b/meta/recipes-extended/which/which-2.21/automake.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Update autoconf prologue to use "foreign" strictness. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
5 | |||
6 | diff --git a/configure.ac b/configure.ac | ||
7 | index d974461..a20dfa8 100644 | ||
8 | --- a/configure.ac | ||
9 | +++ b/configure.ac | ||
10 | @@ -1,7 +1,7 @@ | ||
11 | dnl Process this file with autoconf to produce a configure script. | ||
12 | AC_INIT([which], [2.21]) | ||
13 | AC_CONFIG_SRCDIR(which.c) | ||
14 | -AM_INIT_AUTOMAKE | ||
15 | +AM_INIT_AUTOMAKE([foreign]) | ||
16 | AM_CONFIG_HEADER(config.h) | ||
17 | AM_MAINTAINER_MODE | ||
18 | |||
19 | |||