summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorHao Jiang <jianghao@google.com>2022-06-24 02:42:10 +0300
committerWilliam A. Kennington III <wak@google.com>2022-07-20 02:13:27 +0300
commitf5898980ebad5c304d8a353c00ffa26ce07bdfdb (patch)
treefb4adbc4c0c0a35d9f0a4d55d0f654e231331945 /meta-google
parent765c66a72649deef765e61521e5cd1a8af2931df (diff)
downloadopenbmc-f5898980ebad5c304d8a353c00ffa26ce07bdfdb.tar.xz
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
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/hoth/libhoth_git.bb15
1 files changed, 15 insertions, 0 deletions
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 0000000000..861c1b7f0c
--- /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