luaposix: Depend on libxcrypt-native

Fixes
luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-10-14 20:24:34 -07:00
parent 47307dfda1
commit 60d4e95b4b

View File

@ -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} \
"