mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
bd276908c7
commit
e089f3b9c1
|
|
@ -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} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user