diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-09 08:27:49 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-10 08:56:13 -0800 |
| commit | 1ccdc56c01d89a33fdae70c6a4edcc173fc37b22 (patch) | |
| tree | f220e82556dae4ec4a15069d3f032d394731d205 /meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb | |
| parent | f2b8b47e45cefa575bb901757c7a25f79e5f4f37 (diff) | |
| download | meta-openembedded-1ccdc56c01d89a33fdae70c6a4edcc173fc37b22.tar.gz | |
ktls-utils: Upgrade to 1.3.0
Drop musl patch as it is fixed upstream [1]
[1] https://github.com/oracle/ktls-utils/commit/3b419faa9f67cc053031524cb3b079f054c6b029
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb new file mode 100644 index 0000000000..748e1cae99 --- /dev/null +++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.3.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "TLS handshake utilities for in-kernel TLS consumers" | ||
| 2 | DESCRIPTION = "In-kernel TLS consumers need a mechanism to perform TLS \ | ||
| 3 | handshakes on a connected socket to negotiate TLS session parameters that \ | ||
| 4 | can then be programmed into the kernel's TLS record protocol engine." | ||
| 5 | DEPENDS = "gnutls keyutils glib-2.0 libnl" | ||
| 6 | RDEPENDS:${PN} += " gnutls" | ||
| 7 | LICENSE = "GPL-2.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d568123389d9a12625cca2b089b1728b" | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/oracle/ktls-utils/releases/download/${BP}/${BP}.tar.gz \ | ||
| 11 | " | ||
| 12 | SRC_URI[sha256sum] = "8ee295b26b608450bc0c47ba199b34cf92f7f9ec4c81a62363e6450da76b6739" | ||
| 13 | |||
| 14 | inherit autotools-brokensep pkgconfig systemd | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
| 17 | |||
| 18 | PACKAGECONFIG[systemd] = "--with-systemd,,systemd" | ||
| 19 | |||
| 20 | SYSTEMD_SERVICE:${PN} = "tlshd.service" | ||
