mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
botan: upgrade 2.18.2 -> 2.19.1
License-Update: year updated to 2022. Changelog: ========= Fix a compilation problem affecting macOS XCode (GH #2880) Fix a build problem preventing amalgamation builds in 2.19.0 (GH #2879) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
|||||||
SUMMARY = "Crypto and TLS for C++11"
|
SUMMARY = "Crypto and TLS for C++11"
|
||||||
HOMEPAGE = "https://botan.randombit.net"
|
HOMEPAGE = "https://botan.randombit.net"
|
||||||
LICENSE = "BSD-2-Clause"
|
LICENSE = "BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b"
|
LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
|
|
||||||
SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
|
SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
|
||||||
SRC_URI[sha256sum] = "541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e"
|
SRC_URI[sha256sum] = "e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560"
|
||||||
|
|
||||||
S = "${WORKDIR}/Botan-${PV}"
|
S = "${WORKDIR}/Botan-${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user