meta-security: Add recipe for libhoth

Libhoth is usb protocol implementation which is required for hoth class
devices

Signed-off-by: John Edward Broadbent <jebr@google.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
John Edward Broadbent
2022-07-22 09:35:10 -07:00
committed by Armin Kuster
parent ac0a4ea0f8
commit 71199365ff

View File

@@ -0,0 +1,17 @@
SUMMARY = "Google Hoth USB library"
DESCRIPTION = "Libraries and example programs for interacting with a \
hoth-class root of trust."
HOMEPAGE = "https://github.com/google/libhoth"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
SRCREV = "1622e8a040d21dd564fdc1cb4df5eda01688c197"
DEPENDS += "libusb1"
S = "${WORKDIR}/git"
inherit pkgconfig meson