luaposix: depend on target libxcrypt instead of native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2021-10-20 19:28:17 +02:00 committed by Khem Raj
parent 86d1dacfa3
commit 2f9e843ef4

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-native"
DEPENDS += "lua-native lua libxcrypt"
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \
"
@ -16,7 +16,7 @@ B = "${S}"
inherit pkgconfig
do_compile() {
${S}/build-aux/luke
${S}/build-aux/luke
}
do_install() {