diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-11 10:35:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:31 +0100 |
commit | 0dcc42c9abec3d8d4e05904745136564c8aef2c2 (patch) | |
tree | 845fe924548f4dbc1113d427bd2bb1a029f4fa6e | |
parent | 278f8e82d682e4ba03b183a751fb2df9c7be64ac (diff) | |
download | poky-0dcc42c9abec3d8d4e05904745136564c8aef2c2.tar.gz |
ruby: Upgrade to 2.2.5
This is latest in 2.2 series, helps with compile
using clang
(From OE-Core rev: 9f1a8cc84105b077cb5896997b220f1f583075b5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.2.5.bb (renamed from meta/recipes-devtools/ruby/ruby_2.2.2.bb) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.2.bb b/meta/recipes-devtools/ruby/ruby_2.2.5.bb index 6715023565..5a645821ba 100644 --- a/meta/recipes-devtools/ruby/ruby_2.2.2.bb +++ b/meta/recipes-devtools/ruby/ruby_2.2.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | 2 | ||
3 | SRC_URI[md5sum] = "326e99ddc75381c7b50c85f7089f3260" | 3 | SRC_URI[md5sum] = "bd8e349d4fb2c75d90817649674f94be" |
4 | SRC_URI[sha256sum] = "5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44" | 4 | SRC_URI[sha256sum] = "30c4b31697a4ca4ea0c8db8ad30cf45e6690a0f09687e5d483c933c03ca335e3" |
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 |
@@ -23,10 +23,6 @@ EXTRA_OECONF = "\ | |||
23 | --enable-load-relative \ | 23 | --enable-load-relative \ |
24 | " | 24 | " |
25 | 25 | ||
26 | EXTRA_OEMAKE = " \ | ||
27 | LIBRUBYARG='-lruby-static' \ | ||
28 | " | ||
29 | |||
30 | do_install() { | 26 | do_install() { |
31 | oe_runmake 'DESTDIR=${D}' install | 27 | oe_runmake 'DESTDIR=${D}' install |
32 | } | 28 | } |