mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
318697a2ba
0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch removed since it's included in 1.2.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
940 B
BlitzBasic
23 lines
940 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"
|
|
|
|
SRCREV = "03abde4ed7f539d77a412a1c98052e1c4d262963"
|
|
SRC_URI = "git://github.com/oracle/ktls-utils.git;nobranch=1;protocol=https;branch=ktls-utils-1.2-fixes \
|
|
file://0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch \
|
|
"
|
|
|
|
|
|
inherit autotools-brokensep pkgconfig systemd
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
|
|
|
PACKAGECONFIG[systemd] = "--with-systemd,,systemd"
|
|
|
|
SYSTEMD_SERVICE:${PN} = "tlshd.service"
|