]> code.ossystems Code Review - openembedded-core.git/commit
ruby: fix DEPENDS append
authorKonrad Weihmann <kweihmann@outlook.com>
Tue, 15 Feb 2022 10:14:32 +0000 (11:14 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 21 Feb 2022 14:52:33 +0000 (04:52 -1000)
commit81fab225daf798792c139f669f5bfd96d9fd25a8
tree1a37dfb53cdd332d56c271cd51a1e43924264440
parent61e38b71566183e329d980e26fe8ffe8d331c3a1
ruby: fix DEPENDS append

recent change create a blank scope of DEPENDS for class-target,
basically leaving out all general dependencies, leading to the effect
that ruby will be shipped without the runtime dependencies of zlib,
openssl and libffi, making the corresponding gems unusable at runtime.

As the class-target scope should be appended only the correct override
is append:class-target

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8f92444d388d2406be7d317578908975784d3f22)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/ruby/ruby.inc