1SUMMARY = "TLS handshake utilities for in-kernel TLS consumers" 2DESCRIPTION = "In-kernel TLS consumers need a mechanism to perform TLS \ 3handshakes on a connected socket to negotiate TLS session parameters that \ 4can then be programmed into the kernel's TLS record protocol engine." 5DEPENDS = "gnutls keyutils glib-2.0 libnl" 6RDEPENDS:${PN} += " gnutls" 7LICENSE = "GPL-2.0-only" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d568123389d9a12625cca2b089b1728b" 9 10SRCREV = "c787cd26330af457e1ca9cf43232db2c71c03154" 11SRC_URI = " \ 12 git://github.com/oracle/ktls-utils.git;nobranch=1;protocol=https \ 13 file://0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch \ 14 file://0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch \ 15 " 16 17S = "${WORKDIR}/git" 18 19inherit autotools-brokensep pkgconfig systemd 20 21PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 22 23PACKAGECONFIG[systemd] = "--with-systemd,,systemd" 24 25SYSTEMD_SERVICE:${PN} = "tlshd.service" 26