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 23:27:08 +0000 |
commit | 922bfed3f61f0c31fcc9060fda9795753845d174 (patch) | |
tree | 70861482258274137ea6bcc3cc4be10ab0d45d4d /meta/recipes-devtools/ruby | |
parent | abda45bb2aa4e2791b035a1e310fab47a0f90d22 (diff) | |
download | poky-922bfed3f61f0c31fcc9060fda9795753845d174.tar.gz |
ruby: fix upstream version check
(From OE-Core rev: 0299731f9c11fda2e0a17600f758e0d7ff31fbbe)
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/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 \ | |||
22 | file://extmk.patch \ | 22 | file://extmk.patch \ |
23 | file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \ | 23 | file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \ |
24 | " | 24 | " |
25 | UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" | ||
25 | 26 | ||
26 | inherit autotools | 27 | inherit autotools |
27 | 28 | ||