aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which/which-2.21
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-08-06 11:42:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-09 15:14:31 -0700
commit254ca955ca22944634982f6b138bb3de56863777 (patch)
tree320b87a01ce6433544dfa87d13bb6426711662e5 /meta/recipes-extended/which/which-2.21
parent3583814792967bfa5f0a3d7d18146e447eabe348 (diff)
downloadopenembedded-core-contrib-254ca955ca22944634982f6b138bb3de56863777.tar.gz
which: Upgrade 2.20 -> 2.21
* Drop one upstreamed patch, update the other one 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')
-rw-r--r--meta/recipes-extended/which/which-2.21/automake.patch19
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 @@
+Update autoconf prologue to use "foreign" strictness.
+
+Upstream-Status: Pending
+Signed-off-by: Ross Burton <ross.burton@intel.com>
+
+diff --git a/configure.ac b/configure.ac
+index d974461..a20dfa8 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,7 +1,7 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT([which], [2.21])
+ AC_CONFIG_SRCDIR(which.c)
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
+ AM_CONFIG_HEADER(config.h)
+ AM_MAINTAINER_MODE
+
+