mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 20:26:53 +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"
|
HOMEPAGE = "https://github.com/luaposix/luaposix"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1"
|
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} \
|
SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \
|
||||||
"
|
"
|
||||||
@ -16,7 +16,7 @@ B = "${S}"
|
|||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
${S}/build-aux/luke
|
${S}/build-aux/luke
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user