diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/which/which-2.20/automake.patch | 10 | ||||
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which-2.20/automake.patch b/meta/recipes-extended/which/which-2.20/automake.patch new file mode 100644 index 0000000000..92365dd854 --- /dev/null +++ b/meta/recipes-extended/which/which-2.20/automake.patch | |||
@@ -0,0 +1,10 @@ | |||
1 | diff --git a/configure.ac b/configure.ac | ||
2 | index d974461..a20dfa8 100644 | ||
3 | --- a/configure.ac | ||
4 | +++ b/configure.ac | ||
5 | @@ -2,2 +2,3 @@ dnl Process this file with autoconf to produce a configure script. | ||
6 | -AC_INIT(which.c) | ||
7 | -AM_INIT_AUTOMAKE(which, 2.20) | ||
8 | +AC_INIT([which],[2.20]) | ||
9 | +AC_CONFIG_SRCDIR(which.c) | ||
10 | +AM_INIT_AUTOMAKE([foreign]) | ||
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index f3c6037786..74835543de 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb | |||
@@ -18,6 +18,7 @@ PR = "r3" | |||
18 | EXTRA_OECONF = "--disable-iberty" | 18 | EXTRA_OECONF = "--disable-iberty" |
19 | 19 | ||
20 | SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ | 20 | SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ |
21 | file://automake.patch \ | ||
21 | file://remove-declaration.patch" | 22 | file://remove-declaration.patch" |
22 | 23 | ||
23 | SRC_URI[md5sum] = "95be0501a466e515422cde4af46b2744" | 24 | SRC_URI[md5sum] = "95be0501a466e515422cde4af46b2744" |