mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
86d1dacfa3
commit
2f9e843ef4
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user