aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/luaposix
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-10-20 19:28:17 +0200
committerKhem Raj <raj.khem@gmail.com>2021-10-20 12:33:31 -0700
commit2f9e843ef4c8e2dd59ce3f22f4f52e4ea41df3b9 (patch)
treef01ce811190381d2323ee91b67e295437c8fdb07 /meta-oe/recipes-devtools/luaposix
parent86d1dacfa31a98388dcbc2bcc752b53afbd8b2eb (diff)
downloadmeta-openembedded-contrib-2f9e843ef4c8e2dd59ce3f22f4f52e4ea41df3b9.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/luaposix')
-rw-r--r--meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb4
1 files 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() {