]> code.ossystems Code Review - openembedded-core.git/commit
ruby: update to v2.6.4
authorAndré Draszik <andre.draszik@jci.com>
Tue, 1 Oct 2019 09:54:52 +0000 (10:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2019 07:48:16 +0000 (08:48 +0100)
commitd0af25bf85157ac66ea43a135ad493aece413d8b
tree87b6b8a94da2af7e2ce2226c92637eed54b381ca
parentfd20d15048da0d6ff930f1001ffa16801f4694e9
ruby: update to v2.6.4

Most patches had to be refreshed

Note that we can now drop
    EXTRA_AUTORECONF += "--exclude=aclocal"
from the recipe, as ruby upstream now fully supports
runnning aclocal:
    https://github.com/ruby/ruby/pull/1793/commits/df9bf70cd2275a3ddc3108f392214fcc4a9b0859
    https://github.com/ruby/ruby/commit/ec43478f34de262ebdd2922c488e265344b489c3

Also note that 'created.rid' is not being installed
anymore since v2.6.0

While additional LICENSEs were added to the recipe,
they should always have been mentioned in this recipe,
i.e. the license checksum was updated only because:
    * URLs were updated
    * new imported components were mentioned (with no new licenses)
    * formatting was changed
    * dates were updated

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/ruby/ruby.inc
meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
meta/recipes-devtools/ruby/ruby/0003-configure.ac-check-finite-isinf-isnan-as-macros-firs.patch [moved from meta/recipes-devtools/ruby/ruby/0001-configure.ac-check-finite-isinf-isnan-as-macros-firs.patch with 78% similarity]
meta/recipes-devtools/ruby/ruby/extmk.patch [deleted file]
meta/recipes-devtools/ruby/ruby_2.6.4.bb [moved from meta/recipes-devtools/ruby/ruby_2.5.5.bb with 81% similarity]