diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-02 18:57:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-08 10:35:55 +0200 |
commit | 45688928778ea5b3a6ed6d8ca614247772846b8f (patch) | |
tree | 037e72d6ef831d3caaaeb5276f6697a56bce030a /meta-ruby | |
parent | 24abb44e773788e47457fb3b6c81ead90f2deb23 (diff) | |
download | meta-openembedded-45688928778ea5b3a6ed6d8ca614247772846b8f.tar.gz |
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>
Diffstat (limited to 'meta-ruby')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb index 7c5be3664..868d0ff27 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
3 | 3 | ||
4 | DEPENDS += "libyaml" | 4 | DEPENDS += "libyaml ruby-native" |
5 | 5 | ||
6 | SRC_URI += "\ | 6 | SRC_URI += "\ |
7 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ | 7 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ |