[meta-oe][PATCH] luaposix: depend on target libxcrypt instead of native
Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@...>
--- meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb index 444b63ed77..0e5cd09e0f 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() { -- 2.32.0 |
|