Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Google Hoth USB library" |
| 2 | DESCRIPTION = "Libraries and example programs for interacting with a \ |
| 3 | hoth-class root of trust." |
| 4 | HOMEPAGE = "https://github.com/google/libhoth" |
| 5 | |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 8 | |
| 9 | SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 10 | SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4" |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 11 | |
| 12 | DEPENDS += "libusb1" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit pkgconfig meson |
| 17 | |