From 2f9e843ef4c8e2dd59ce3f22f4f52e4ea41df3b9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Oct 2021 19:28:17 +0200 Subject: luaposix: depend on target libxcrypt instead of native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb index 444b63ed7..0e5cd09e0 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb @@ -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() { -- cgit v1.2.3-54-g00ecf