summaryrefslogtreecommitdiff
path: root/meta-security/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb
blob: a3ebce7e8c44274b0cf91ff2171fa5a34b46042b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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