diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-22 18:32:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-02 11:25:33 +0000 |
commit | 3ec233b1af0dbc131c7d6e36a6bd415e95f74da5 (patch) | |
tree | e8b1dc10a8408f6d546bc1b8c9ca3a6f36c66d61 /meta | |
parent | 61a4922195984f67ad28a1869f378f98f367f807 (diff) | |
download | poky-3ec233b1af0dbc131c7d6e36a6bd415e95f74da5.tar.gz |
m4-native: fix upstream version check
(From OE-Core rev: cfdee980fe48a081c489ff3e1bfd5d0b149c5e8f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/m4/m4-native_1.4.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.18.bb b/meta/recipes-devtools/m4/m4-native_1.4.18.bb index 06d8aa244e..407ad89330 100644 --- a/meta/recipes-devtools/m4/m4-native_1.4.18.bb +++ b/meta/recipes-devtools/m4/m4-native_1.4.18.bb | |||
@@ -11,3 +11,4 @@ do_configure() { | |||
11 | oe_runconf | 11 | oe_runconf |
12 | } | 12 | } |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/m4/" | ||