mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ruby: add dependency on db gdbm readline
* to prevent using bunded versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
93e2b33fb3
commit
21b4896d5c
|
|
@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "\
|
|||
file://LEGAL;md5=e88686821918c0b6d2b1b8328116cec5 \
|
||||
"
|
||||
|
||||
DEPENDS = "ruby-native zlib openssl tcl"
|
||||
DEPENDS_virtclass-native = ""
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
|
||||
DEPENDS_class-native = ""
|
||||
|
||||
INC_PR = "r1"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
require ruby.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
DEPENDS += "libyaml ruby-native"
|
||||
|
||||
SRC_URI += "\
|
||||
file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \
|
||||
file://ruby-1.9.3-always-use-i386.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user