summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-08 11:59:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-09 08:56:10 +0000
commite7893545113b0d0c6581c75ddabac6b681a4739f (patch)
tree5fea405fc481df05b7fd9e58ba0fbc94797a2422 /meta/recipes-devtools/ruby/ruby.inc
parent612c8b8b12ad76b0b33271adecc323e06a43d131 (diff)
downloadpoky-e7893545113b0d0c6581c75ddabac6b681a4739f.tar.gz
ruby: update 2.7.2 -> 3.0.0
Drop 0001-Modify-shebang-of-libexec-y2racc-and-libexec-racc2y.patch as files removed upstream. License-Update: formatting Drop autoconf270.patch, as no longer needed with 3.0.0 (I verified against master-next which has the new autoconf). (From OE-Core rev: 8fbf04053845aac24e0c0f1395051b60294e02a3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby.inc')
-rw-r--r--meta/recipes-devtools/ruby/ruby.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc
index 7b6d4edc61..1cede8d47c 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -7,12 +7,11 @@ It is simple, straight-forward, and extensible. \
7HOMEPAGE = "http://www.ruby-lang.org/" 7HOMEPAGE = "http://www.ruby-lang.org/"
8SECTION = "devel/ruby" 8SECTION = "devel/ruby"
9LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPLv2 | ISC | MIT" 9LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPLv2 | ISC | MIT"
10LIC_FILES_CHKSUM = "\ 10LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
11 file://COPYING;md5=5b8c87559868796979806100db3f3805 \ 11 file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \
12 file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ 12 file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
13 file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ 13 file://LEGAL;md5=cfe5b0bc9f051b58c7e78db882ca5f9b \
14 file://LEGAL;md5=2b6d62dc0d608f34d510ca3f428110ec \ 14 "
15"
16 15
17DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi" 16DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi"
18DEPENDS_class-native = "openssl-native libyaml-native readline-native zlib-native" 17DEPENDS_class-native = "openssl-native libyaml-native readline-native zlib-native"