diff options
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.bb | 24 |
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 @@ | |||
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 | SRCREV = "c787cd26330af457e1ca9cf43232db2c71c03154" | ||
11 | SRC_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 | |||
18 | inherit autotools-brokensep pkgconfig systemd | ||
19 | |||
20 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
21 | |||
22 | PACKAGECONFIG[systemd] = "--with-systemd,,systemd" | ||
23 | |||
24 | SYSTEMD_SERVICE:${PN} = "tlshd.service" | ||