summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb')
-rw-r--r--meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb
new file mode 100644
index 0000000000..1a90dcf998
--- /dev/null
+++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb
@@ -0,0 +1,24 @@
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
17
18inherit autotools-brokensep pkgconfig systemd
19
20PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
21
22PACKAGECONFIG[systemd] = "--with-systemd,,systemd"
23
24SYSTEMD_SERVICE:${PN} = "tlshd.service"