blob: 25e0c48caac59c20c66f530b66bc1d9359a51b0e [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 Tubc3b2802023-05-11 13:03:01 -07007SRCREV = "769296220dc88df33f4726aa11e39e049257b3c4"
Hao Jiangf5898982022-06-23 16:42:10 -07008
9PV = "1.0+git${SRCPV}"
10
11S = "${WORKDIR}/git"
12
13inherit pkgconfig meson
14
15DEPENDS += "libusb1"