diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:50:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 12:54:20 +0000 |
commit | 0299731f9c11fda2e0a17600f758e0d7ff31fbbe (patch) | |
tree | 0a5d8d091eb73bd9111d33416cafeb703aa29bcf /meta/recipes-devtools/ruby | |
parent | 4f52130475d026c32f0380d301f56f6fa3df7ac9 (diff) | |
download | openembedded-core-0299731f9c11fda2e0a17600f758e0d7ff31fbbe.tar.gz openembedded-core-0299731f9c11fda2e0a17600f758e0d7ff31fbbe.tar.bz2 openembedded-core-0299731f9c11fda2e0a17600f758e0d7ff31fbbe.zip |
ruby: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/ruby')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index f38ebb0a15..e24ae24187 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc @@ -22,6 +22,7 @@ SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk.patch \ file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \ " +UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" inherit autotools |