Christopher Larson
793c1c08cf
ruby: find gems relative to its own location
...
Rather than hardcoding ${datadir}/rubygems, we can let it find the gems
relative to its own location, to make it relocatable.
Signed-off-by: Christopher Larson <kergoth@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-12-05 19:48:07 +01:00
Martin Jansa
0bc7948e5b
ruby: add dependency on db gdbm readline
...
* to prevent using bunded versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-07-30 11:17:13 +02:00
Martin Jansa
4568892877
ruby: add missing dependency on ruby-native
...
* without ruby available on host it fails:
| NOTE: make LIBRUBYARG=-lruby-static
| CC = i586-starfish-linux-gcc -m32 -march=i586 --sysroot=/OE/sysroots/qemux86
| LD = i586-starfish-linux-ld --sysroot=/OE/sysroots/qemux86
| LDSHARED = i586-starfish-linux-gcc -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -shared
| CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fPIC
| XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
| CPPFLAGS = -I. -I.ext/include/i386-linux -I./include -I.
| DLDFLAGS = -Wl,-soname,libruby.so.1.9
| SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
| executable host ruby is required. use --with-baseruby option.
| make: *** [.rbconfig.time] Error 1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-07-08 10:35:55 +02:00
Khem Raj
370e7d2b7d
ruby: Upgrade from 1.9.3-p194 -> 1.9.3-p429
...
Old recipe was having do_install failures
this fixes those too
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-06-29 14:22:46 +02:00