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