packages/lang/ruby
Luiz Angelo Daros de Luca 05387981d5 ruby: fix build when libyaml is present
libyaml is an optional dep for ruby psych. When missing, it uses
a bundled version of yaml. However, when libyaml is present in
openwrt build, ruby-psych packaging failed with deps not declared.
Now libyaml is configured as a hard dep for ruby-psych.

Also, the tk module was disabled in order to avoid a possible similar
problem if tk+x11 is provided in openwrt build. It was currently not
build because of missing deps.

Other minor changes:
- win32* modules where disabled (avoid err msg, no compile changes)
- Some files where removed in 2.2.x (like gserver.rb). They were already
  not packaged but generates a build warning message. Now removed from install.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-27 11:55:12 -03:00
..
files ruby: wrap script to disable gems if not installed 2014-10-07 14:14:52 -03:00
patches ruby: update to 2.2.0 2015-01-16 03:19:56 -02:00
Makefile ruby: fix build when libyaml is present 2015-04-27 11:55:12 -03:00
ruby_find_pkgsdeps ruby: update to 2.2.0 2015-01-16 03:19:56 -02:00
ruby_missingfiles ruby: add auxiliar scripts in order to help tests 2014-10-07 14:14:53 -03:00