diff options
Diffstat (limited to 'meta-oe/recipes-kernel/ktls-utils/ktls-utils_0.11.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/ktls-utils/ktls-utils_0.11.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ktls-utils/ktls-utils_0.11.bb b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_0.11.bb new file mode 100644 index 0000000000..650b69fcd1 --- /dev/null +++ b/meta-oe/recipes-kernel/ktls-utils/ktls-utils_0.11.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 = "5c3314b5728b272cbaf0d98f4d521cca9610b6bf" | ||
| 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 | " | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 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" | ||
