Hao Jiang | f589898 | 2022-06-23 16:42:10 -0700 | [diff] [blame] | 1 | SUMMARY = "Google Hoth USB library" |
| 2 | DESCRIPTION = "A library implements Google USB protocol to communication with Hoth device" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
| 5 | |
| 6 | SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main" |
| 7 | SRCREV = "b31307b7bf525efda0164e461fb1e0a5c302d306" |
| 8 | |
| 9 | PV = "1.0+git${SRCPV}" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit pkgconfig meson |
| 14 | |
| 15 | DEPENDS += "libusb1" |