mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
Drop musl patch as it is fixed upstream [1]
[1] 3b419faa9f
Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
872 B
BlitzBasic
21 lines
872 B
BlitzBasic
SUMMARY = "TLS handshake utilities for in-kernel TLS consumers"
|
|
DESCRIPTION = "In-kernel TLS consumers need a mechanism to perform TLS \
|
|
handshakes on a connected socket to negotiate TLS session parameters that \
|
|
can then be programmed into the kernel's TLS record protocol engine."
|
|
DEPENDS = "gnutls keyutils glib-2.0 libnl"
|
|
RDEPENDS:${PN} += " gnutls"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d568123389d9a12625cca2b089b1728b"
|
|
|
|
SRC_URI = "https://github.com/oracle/ktls-utils/releases/download/${BP}/${BP}.tar.gz \
|
|
"
|
|
SRC_URI[sha256sum] = "8ee295b26b608450bc0c47ba199b34cf92f7f9ec4c81a62363e6450da76b6739"
|
|
|
|
inherit autotools-brokensep pkgconfig systemd
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
|
|
|
PACKAGECONFIG[systemd] = "--with-systemd,,systemd"
|
|
|
|
SYSTEMD_SERVICE:${PN} = "tlshd.service"
|