From: Markus Volk Date: Sat, 27 May 2023 13:32:51 +0000 (+0200) Subject: ruby: add libxcrypt-native dependency X-Git-Tag: uninative-4.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167c2c9f15c1bfe401c0512e420a76fa1379c012;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git ruby: add libxcrypt-native dependency crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/ruby/ruby_3.2.2.bb b/meta/recipes-devtools/ruby/ruby_3.2.2.bb index 481fe7c23d8..d1900bfa4bc 100644 --- a/meta/recipes-devtools/ruby/ruby_3.2.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.2.2.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ file://LEGAL;md5=bcd74b47bbaf2051c5e49811a5faa97a \ " -DEPENDS = "zlib openssl libyaml gdbm readline libffi" +DEPENDS = "zlib openssl libyaml gdbm readline libffi libxcrypt-native" DEPENDS:append:class-target = " ruby-native" DEPENDS:append:class-nativesdk = " ruby-native"