summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-16 17:06:03 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:25 -0800
commitb18bbc7467b9ececc9f20ee4b084dee50ff085a5 (patch)
treeb2f6515971acd17fb92591a37969ffe6256db44b
parent3282b78470df619330a8d197e78189579cf66a13 (diff)
downloadmeta-openembedded-b18bbc7467b9ececc9f20ee4b084dee50ff085a5.tar.gz
botan: upgrade 2.19.3 -> 3.2.0
License-Update: Copyright year updated. Changelog: https://botan.randombit.net/news.html#version-3-0-0-2023-04-11 https://botan.randombit.net/news.html#version-3-1-0-2023-07-11 https://botan.randombit.net/news.html#version-3-1-1-2023-07-13 https://botan.randombit.net/news.html#version-3-2-0-2023-10-09 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-crypto/botan/botan_3.2.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_2.19.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb b/meta-oe/recipes-crypto/botan/botan_3.2.0.bb
index 8d9d423ce7..5eff2d383e 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.19.3.bb
+++ b/meta-oe/recipes-crypto/botan/botan_3.2.0.bb
@@ -1,11 +1,11 @@
1SUMMARY = "Crypto and TLS for C++11" 1SUMMARY = "Crypto and TLS for C++11"
2HOMEPAGE = "https://botan.randombit.net" 2HOMEPAGE = "https://botan.randombit.net"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad" 4LIC_FILES_CHKSUM = "file://license.txt;md5=f5254d3abe90ec5bb82c5694ff751546"
5SECTION = "libs" 5SECTION = "libs"
6 6
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] = "dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55" 8SRC_URI[sha256sum] = "049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3"
9 9
10S = "${WORKDIR}/Botan-${PV}" 10S = "${WORKDIR}/Botan-${PV}"
11 11
@@ -40,7 +40,7 @@ do_compile() {
40} 40}
41do_install() { 41do_install() {
42 oe_runmake install 42 oe_runmake install
43 sed -i -e "s|${D}||g" ${D}${libdir}/pkgconfig/botan-2.pc 43 sed -i -e "s|${D}||g" ${D}${libdir}/pkgconfig/botan-3.pc
44} 44}
45 45
46PACKAGES += "${PN}-python3" 46PACKAGES += "${PN}-python3"