diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-14 20:24:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-16 09:50:22 -0700 |
commit | 60d4e95b4ba3c42e70e321af4c30b5767bcf564b (patch) | |
tree | 430dd35e7c5666c57b5d5a8766c9300e63f8dd8c /meta-oe | |
parent | 47307dfda12acdeb0ebb0c043ed7077364cef586 (diff) | |
download | meta-openembedded-60d4e95b4ba3c42e70e321af4c30b5767bcf564b.tar.gz |
luaposix: Depend on libxcrypt-native
Fixes
luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb index 5c7d4c919..444b63ed7 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" | |||
3 | HOMEPAGE = "https://github.com/luaposix/luaposix" | 3 | HOMEPAGE = "https://github.com/luaposix/luaposix" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" |
5 | 5 | ||
6 | DEPENDS += "lua-native lua" | 6 | DEPENDS += "lua-native lua libxcrypt-native" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ | 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ |
9 | " | 9 | " |