From: Alexander Kanavin Date: Wed, 22 Feb 2017 14:50:56 +0000 (+0200) Subject: ruby: fix upstream version check X-Git-Tag: uninative-1.5~138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0299731f9c11fda2e0a17600f758e0d7ff31fbbe;p=openembedded-core.git ruby: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- 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