aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-10-30 13:39:29 +0800
committerKhem Raj <raj.khem@gmail.com>2020-11-02 09:00:52 -0800
commitfb95d07047157ad226690b985b45aa393b8b799c (patch)
tree3e497daf1b04135a850577e6fc39dee4bde93740 /meta-oe/recipes-support
parent3751ace056d7132f87993ba825b248d42f3dbda2 (diff)
downloadmeta-openembedded-fb95d07047157ad226690b985b45aa393b8b799c.tar.gz
hidapi: upgrade 0.9.0 -> 0.10.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/hidapi/hidapi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb
index 5afc4596e8..ef015dcc44 100644
--- a/meta-oe/recipes-support/hidapi/hidapi_git.bb
+++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb
@@ -11,6 +11,6 @@ DEPENDS = "libusb udev"
inherit autotools pkgconfig
SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https"
-PV = "0.9.0"
-SRCREV = "7da5cc91fc0d2dbe4df4f08cd31f6ca1a262418f"
+PV = "0.10.0"
+SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651"
S = "${WORKDIR}/git"