luaposix: Use virtual/crypt instread of hardcoding libxcrypt

This helps to compile it with musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-10-21 05:25:29 -07:00
parent bd276908c7
commit e089f3b9c1

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 libxcrypt"
DEPENDS += "lua-native lua virtual/crypt"
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \
"