]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2022 09:46:24 +0000 (09:46 +0000)
commit8f92444d388d2406be7d317578908975784d3f22
treeba10ed39c5871af9ec3f09d166310886886c8897
parente8f5bd9dc35e2da014412bb35fbd2f96d0b1c5a8
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>
meta/recipes-devtools/ruby/ruby.inc