diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2017-02-21 11:03:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:11 +0000 |
commit | db9b183d5c8067fc0eaf96e6c8e0e81258f4ff1c (patch) | |
tree | 989228581431b5d418715909b5dfb79c49066306 | |
parent | 365a57f28100eee3d1f51ff40db781451de54d48 (diff) | |
download | poky-db9b183d5c8067fc0eaf96e6c8e0e81258f4ff1c.tar.gz |
ruby: upgrade 2.3.3 -> 2.4.0
Two LIC_FILES_CHKSUM checksums changed (COPYING and LEGAL) but LICENSE remains
the same.
(From OE-Core rev: 2bbad067b6b928d4615df938d0e41fa84e451c15)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.4.0.bb (renamed from meta/recipes-devtools/ruby/ruby_2.3.3.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index e24ae24187..d71989889e 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc | |||
@@ -8,10 +8,10 @@ HOMEPAGE = "http://www.ruby-lang.org/" | |||
8 | SECTION = "devel/ruby" | 8 | SECTION = "devel/ruby" |
9 | LICENSE = "Ruby | BSD | GPLv2" | 9 | LICENSE = "Ruby | BSD | GPLv2" |
10 | LIC_FILES_CHKSUM = "\ | 10 | LIC_FILES_CHKSUM = "\ |
11 | file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ | 11 | file://COPYING;md5=8a960b08d972f43f91ae84a6f00dcbfb \ |
12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ | 12 | file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ |
13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ | 13 | file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ |
14 | file://LEGAL;md5=78e8a29b8cc93e042990dbbb5572b1e1\ | 14 | file://LEGAL;md5=daf349ad59dd19bd8c919171bff3c5d6 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
diff --git a/meta/recipes-devtools/ruby/ruby_2.3.3.bb b/meta/recipes-devtools/ruby/ruby_2.4.0.bb index e460139a65..4d39c47630 100644 --- a/meta/recipes-devtools/ruby/ruby_2.3.3.bb +++ b/meta/recipes-devtools/ruby/ruby_2.4.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | 2 | ||
3 | SRC_URI[md5sum] = "e485f3a55649eb24a1e2e1a40bc120df" | 3 | SRC_URI[md5sum] = "7e9485dcdb86ff52662728de2003e625" |
4 | SRC_URI[sha256sum] = "241408c8c555b258846368830a06146e4849a1d58dcaf6b14a3b6a73058115b7" | 4 | SRC_URI[sha256sum] = "152fd0bd15a90b4a18213448f485d4b53e9f7662e1508190aa5b702446b29e3d" |
5 | 5 | ||
6 | # it's unknown to configure script, but then passed to extconf.rb | 6 | # it's unknown to configure script, but then passed to extconf.rb |
7 | # maybe it's not really needed as we're hardcoding the result with | 7 | # maybe it's not really needed as we're hardcoding the result with |