]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ruby: add libxcrypt-native dependency
authorMarkus Volk <f_l_k@t-online.de>
Sat, 27 May 2023 13:32:51 +0000 (15:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 May 2023 08:08:51 +0000 (09:08 +0100)
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>
meta/recipes-devtools/ruby/ruby_3.2.2.bb

index 481fe7c23d8b317d4ad5fb3c75d08bd0c81a91d2..d1900bfa4bc8af2b70910d1fbff18ad7ea8f9927 100644 (file)
@@ -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"