diff options
author | Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com> | 2016-12-16 10:27:58 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-22 08:50:16 +0000 |
commit | 0dd8aeb88493bc6f0824ff94e8681509929621fa (patch) | |
tree | 4fb14b3cad24b64704f769ee4ea1ac5c8778e2ac /meta | |
parent | d41d2fdd5648f6fe7103ef9e0869c97e8d04552f (diff) | |
download | poky-0dd8aeb88493bc6f0824ff94e8681509929621fa.tar.gz |
ruby: upgrade to 2.3.3
(From OE-Core rev: 99000d8bc30fe1eed60499140efa3a4cf0360478)
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@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')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.3.3.bb (renamed from meta/recipes-devtools/ruby/ruby_2.3.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.3.1.bb b/meta/recipes-devtools/ruby/ruby_2.3.3.bb index 299383ad3e..7ba9b46a17 100644 --- a/meta/recipes-devtools/ruby/ruby_2.3.1.bb +++ b/meta/recipes-devtools/ruby/ruby_2.3.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | 2 | ||
3 | SRC_URI[md5sum] = "0d896c2e7fd54f722b399f407e48a4c6" | 3 | SRC_URI[md5sum] = "e485f3a55649eb24a1e2e1a40bc120df" |
4 | SRC_URI[sha256sum] = "b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd" | 4 | SRC_URI[sha256sum] = "241408c8c555b258846368830a06146e4849a1d58dcaf6b14a3b6a73058115b7" |
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 |