blob: 0b663982d56ca4348c9ba8a8da4d0c3fb6b6d3eb [file] [log] [blame]
Hao Jiangf5898982022-06-23 16:42:10 -07001SUMMARY = "Google Hoth USB library"
2DESCRIPTION = "A library implements Google USB protocol to communication with Hoth device"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
5
6SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
Willy Tu0391e162023-05-10 11:39:28 -07007SRCREV = "519c5855964796f111c6d97b61507f15ea9d0dc9"
Hao Jiangf5898982022-06-23 16:42:10 -07008
9PV = "1.0+git${SRCPV}"
10
11S = "${WORKDIR}/git"
12
13inherit pkgconfig meson
14
15DEPENDS += "libusb1"