openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] luaposix: depend on target libxcrypt instead of native
@ 2021-10-20 17:28 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2021-10-20 17:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Martin Jansa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-20 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 17:28 [meta-oe][PATCH] luaposix: depend on target libxcrypt instead of native Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).