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" |
Willy Tu | 0391e16 | 2023-05-10 11:39:28 -0700 | [diff] [blame] | 7 | SRCREV = "519c5855964796f111c6d97b61507f15ea9d0dc9" |
Hao Jiang | f589898 | 2022-06-23 16:42:10 -0700 | [diff] [blame] | 8 | |
| 9 | PV = "1.0+git${SRCPV}" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit pkgconfig meson |
| 14 | |
| 15 | DEPENDS += "libusb1" |