summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb
index 806a05e8f2..7f7c350a63 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.4.1.bb
@@ -14,11 +14,14 @@ DEPENDS = " \
14 libdevmapper \ 14 libdevmapper \
15 popt \ 15 popt \
16 util-linux-libuuid \ 16 util-linux-libuuid \
17 libssh \
17" 18"
18 19
20DEPENDS:append:libc-musl = " argp-standalone"
21LDFLAGS:append:libc-musl = " -largp"
22
19SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" 23SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz"
20SRC_URI[md5sum] = "504d1ab22cbc4d1a59a8d8c7ee5ed3bf" 24SRC_URI[sha256sum] = "a356a727a83a464ade566e95239622a22dbe4e0f482b198fdb04ab0d3a5a9c5f"
21SRC_URI[sha256sum] = "b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f"
22 25
23inherit autotools gettext pkgconfig 26inherit autotools gettext pkgconfig
24 27