summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-20 16:06:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commitfc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch)
tree4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-crypto
parent188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff)
downloadmeta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz
meta-openembedded/all: adapt to UNPACKDIR changes
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.7.1.bb2
-rw-r--r--meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb1
-rw-r--r--meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb1
-rw-r--r--meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb1
-rw-r--r--meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb2
-rw-r--r--meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb1
6 files changed, 2 insertions, 6 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
index a9d080c9a5..74f895cf3c 100644
--- a/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.7.1.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" 7SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
8SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" 8SRC_URI[sha256sum] = "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
9 9
10S = "${WORKDIR}/Botan-${PV}" 10S = "${UNPACKDIR}/Botan-${PV}"
11 11
12inherit python3native siteinfo lib_package 12inherit python3native siteinfo lib_package
13 13
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb
index b8ffa45947..840c04e52e 100644
--- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb
+++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220"
12SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71" 12SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71"
13SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master" 13SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master"
14 14
15S = "${WORKDIR}/git"
16 15
17DEPENDS = "openssl" 16DEPENDS = "openssl"
18 17
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
index a34614dd9d..7d27081964 100644
--- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
+++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "https://www.chronox.de/libkcapi/index.html"
3LICENSE = "BSD-3-Clause | GPL-2.0-only" 3LICENSE = "BSD-3-Clause | GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f"
5 5
6S = "${WORKDIR}/git"
7SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea" 6SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea"
8SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ 7SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \
9 " 8 "
diff --git a/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb b/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb
index 5479007d92..a9a147c35b 100644
--- a/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb
+++ b/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb
@@ -21,7 +21,6 @@ SRC_URI = "git://github.com/libtom/libtomcrypt.git;protocol=https;branch=master
21 21
22SRCREV = "7e7eb695d581782f04b24dc444cbfde86af59853" 22SRCREV = "7e7eb695d581782f04b24dc444cbfde86af59853"
23 23
24S = "${WORKDIR}/git"
25 24
26inherit pkgconfig 25inherit pkgconfig
27 26
diff --git a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb
index 813c6ec4c8..a601d88e7c 100644
--- a/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb
+++ b/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb
@@ -11,7 +11,7 @@ SRC_URI[sha512sum] = "bf275d4c53ff94af6cdc723a4e002e9f080f4d1436c86c76bb37870b34
11 11
12MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz " 12MIRRORS = "https://.*/.* https://github.com/LoupVaillant/Monocypher/releases/download/${PV}/${BPN}-${PV}.tar.gz "
13 13
14S = "${WORKDIR}/${BPN}-${PV}" 14S = "${UNPACKDIR}/${BPN}-${PV}"
15 15
16CFLAGS += "-pedantic -Wall -Wextra -O3" 16CFLAGS += "-pedantic -Wall -Wextra -O3"
17EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'" 17EXTRA_OEMAKE = "'PREFIX=${prefix}' 'DESTDIR=${D}' 'CFLAGS=${CFLAGS}' 'LIBDIR=${libdir}'"
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb
index d3922cf79e..15d0aefc36 100644
--- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb
+++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb
@@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = " \
17" 17"
18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" 18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https"
19 19
20S = "${WORKDIR}/git"
21# master 20# master
22SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b" 21SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b"
23PV .= "+1.30.0+git" 22PV .= "+1.30.0+git"