diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2024-03-01 14:14:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-01 16:37:55 -0800 |
| commit | 228f10be48b484e386d2fb0eb252863d27c55bda (patch) | |
| tree | 17e1513b4ee13e4944f360a2e68945731001997c | |
| parent | b1894042519baafcb5afaa5c5f207d254cb0e881 (diff) | |
| download | meta-openembedded-228f10be48b484e386d2fb0eb252863d27c55bda.tar.gz | |
cryptsetup: upgrade 2.6.1 -> 2.7.0
Release Notes:
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.0.bb (renamed from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.6.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.6.1.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.0.bb index 2935221400..c5e84b1f01 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.6.1.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.0.bb | |||
| @@ -20,7 +20,7 @@ DEPENDS:append:libc-musl = " argp-standalone" | |||
| 20 | LDFLAGS:append:libc-musl = " -largp" | 20 | LDFLAGS:append:libc-musl = " -largp" |
| 21 | 21 | ||
| 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" | 22 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" |
| 23 | SRC_URI[sha256sum] = "410ded65a1072ab9c8e41added37b9729c087fef4d2db02bb4ef529ad6da4693" | 23 | SRC_URI[sha256sum] = "94003a00cd5a81944f45e8dc529e0cfd2a6ff629bd2cd21cf5e574e465daf795" |
| 24 | 24 | ||
| 25 | inherit autotools gettext pkgconfig | 25 | inherit autotools gettext pkgconfig |
| 26 | 26 | ||
