aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-12-04 10:04:01 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-03 22:32:56 -0800
commitdf24d95793631c7e86fc670ebcc63734392e93d9 (patch)
treec486ad9ef59bf159cd1a34fdb30e49e5a1c29ac7 /meta-oe
parent2df804d55a24275b79994546a714dad71615d526 (diff)
downloadmeta-openembedded-contrib-df24d95793631c7e86fc670ebcc63734392e93d9.tar.gz
hidapi: upgrade 0.10.0 -> 0.10.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-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 ef015dcc44..df68a850a4 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.10.0"
-SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651"
+PV = "0.10.1"
+SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef"
S = "${WORKDIR}/git"