diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-10-21 05:25:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-21 05:28:55 -0700 |
| commit | e089f3b9c116f1fb76ea6971e5f378f8d2a48fb4 (patch) | |
| tree | 589fae78537441bbcfdc250ea5c28b294487a5ef | |
| parent | bd276908c72be8ef45ccc99f60590947e930a45e (diff) | |
| download | meta-openembedded-e089f3b9c116f1fb76ea6971e5f378f8d2a48fb4.tar.gz | |
luaposix: Use virtual/crypt instread of hardcoding libxcrypt
This helps to compile it with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 0e5cd09e0f..d9f489b8b0 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 libxcrypt" | 6 | DEPENDS += "lua-native lua virtual/crypt" |
| 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 | " |
