mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 06:31:50 +00:00
ruby: Adding zlib-native to native dependencies
(From OE-Core rev: c558da63d6ec16a5b0c09a2e558ce72606b33436) Signed-off-by: Jóhann Friðriksson <jofr@foss.dk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
629b56cbee
commit
619c7f7c22
@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
|
||||
"
|
||||
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml gdbm readline libffi"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native readline-native"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native readline-native zlib-native"
|
||||
|
||||
SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user