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:24:37 +0000 |
commit | cfdee980fe48a081c489ff3e1bfd5d0b149c5e8f (patch) | |
tree | 1e413185ac7a46aadb0eee31d48b9f3ce4cc601a | |
parent | 85fb32ad0ea1ad420902d84a32327e335f79bdfb (diff) | |
download | openembedded-core-cfdee980fe48a081c489ff3e1bfd5d0b149c5e8f.tar.gz openembedded-core-cfdee980fe48a081c489ff3e1bfd5d0b149c5e8f.tar.bz2 openembedded-core-cfdee980fe48a081c489ff3e1bfd5d0b149c5e8f.zip |
m4-native: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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() { oe_runconf } +UPSTREAM_CHECK_URI = "${GNU_MIRROR}/m4/" |