From 60d4e95b4ba3c42e70e321af4c30b5767bcf564b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 14 Oct 2021 20:24:34 -0700 Subject: luaposix: Depend on libxcrypt-native Fixes luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb index 5c7d4c9199..444b63ed77 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" HOMEPAGE = "https://github.com/luaposix/luaposix" LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" -DEPENDS += "lua-native lua" +DEPENDS += "lua-native lua libxcrypt-native" SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ " -- cgit 1.2.3-korg