diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:18:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:31:16 +0100 |
commit | 9da7e68a66eb5be991c4362fc1702dd8038e7ccc (patch) | |
tree | 103f72430967cc8f69b53a79299ae6e09f8998f5 /meta/recipes-extended/which/which_2.20.bb | |
parent | d779dce64c15d02055f310776df1465deadc60bf (diff) | |
download | poky-9da7e68a66eb5be991c4362fc1702dd8038e7ccc.tar.gz |
which: use "foreign" automake strictness
which doesn't want GNU-levels of automake strictness so tell it to be "foreign".
(From OE-Core rev: 5007bfcd6d21beb1e4da2ad1a1fe0dbd1f48a2db)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which/which_2.20.bb')
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |