mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
ruby: bump to version 2.1.2
This commit bumps Ruby to version 2.1.2. It was quickly runtime tested on ARM EBIhf. In addition to this it changes the site to an http:// location, which is the official one advertised on the Ruby web site. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
aec8d7046c
commit
fa7e146c9c
@ -4,11 +4,10 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RUBY_VERSION_MAJOR = 1.9
|
RUBY_VERSION_MAJOR = 2.1
|
||||||
RUBY_VERSION = $(RUBY_VERSION_MAJOR).3-p545
|
RUBY_VERSION = $(RUBY_VERSION_MAJOR).2
|
||||||
# 1.9.1 directory used for extensions
|
RUBY_VERSION_EXT = 2.1.0
|
||||||
RUBY_VERSION_EXT = 1.9.1
|
RUBY_SITE = http://cache.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
|
||||||
RUBY_SITE = ftp://ftp.ruby-lang.org/pub/ruby/$(RUBY_VERSION_MAJOR)
|
|
||||||
RUBY_DEPENDENCIES = host-pkgconf host-ruby
|
RUBY_DEPENDENCIES = host-pkgconf host-ruby
|
||||||
HOST_RUBY_DEPENDENCIES = host-pkgconf
|
HOST_RUBY_DEPENDENCIES = host-pkgconf
|
||||||
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user