From 0f44ebfef94e3a2ac0632edb5a22d77d03b10aa5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 27 May 2023 15:32:51 +0200 Subject: ruby: add libxcrypt-native dependency crypt.h is otherwise taken from the host machine (From OE-Core rev: 167c2c9f15c1bfe401c0512e420a76fa1379c012) Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- meta/recipes-devtools/ruby/ruby_3.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/ruby') 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" -- cgit v1.2.3-54-g00ecf