blob: 5c7305cefee344b9078b25412779ba7445d53cd1 [file] [log] [blame]
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05001SUMMARY = "Google Hoth USB library"
2DESCRIPTION = "Libraries and example programs for interacting with a \
3 hoth-class root of trust."
4HOMEPAGE = "https://github.com/google/libhoth"
5
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8
9SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
Andrew Geissler220dafd2023-10-04 10:18:08 -050010SRCREV = "0e3eec6937d35c602ce497444eda05f3c465b5a8"
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050011
12DEPENDS += "libusb1"
13
14S = "${WORKDIR}/git"
15
16inherit pkgconfig meson
17