summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-05-27 15:32:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-28 09:08:51 +0100
commit167c2c9f15c1bfe401c0512e420a76fa1379c012 (patch)
treee2b7383f8227d66d6d4bee5a2b57eaa9c66444fa
parentc6198e1b1c3e3a3413b6ff9f014b40114f1850db (diff)
downloadopenembedded-core-contrib-167c2c9f15c1bfe401c0512e420a76fa1379c012.tar.gz
ruby: add libxcrypt-native dependency
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.2.2.bb b/meta/recipes-devtools/ruby/ruby_3.2.2.bb
index 481fe7c23d..d1900bfa4b 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"