mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 06:30:04 +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"
|
HOMEPAGE = "https://github.com/luaposix/luaposix"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1"
|
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} \
|
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user