meta-google:hoth:Add recipe for libhoth

libhoth is the google specific usb protocol implementation which is
required by hothd.

Signed-off-by: Hao Jiang <jianghao@google.com>
Change-Id: Ibe64304342681be390f717fcd62921d1cb1ffcb4
diff --git a/meta-google/recipes-google/hoth/libhoth_git.bb b/meta-google/recipes-google/hoth/libhoth_git.bb
new file mode 100644
index 0000000..861c1b7
--- /dev/null
+++ b/meta-google/recipes-google/hoth/libhoth_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Google Hoth USB library"
+DESCRIPTION = "A library implements Google USB protocol to communication with Hoth device"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+SRC_URI = "git://github.com/google/libhoth;protocol=https;branch=main"
+SRCREV = "b31307b7bf525efda0164e461fb1e0a5c302d306"
+
+PV = "1.0+git${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+inherit pkgconfig meson
+
+DEPENDS += "libusb1"
\ No newline at end of file