summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
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/recipes-support
parent2df804d55a24275b79994546a714dad71615d526 (diff)
downloadmeta-openembedded-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/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 ef015dcc4..df68a850a 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"
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https" 13SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https"
14PV = "0.10.0" 14PV = "0.10.1"
15SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651" 15SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"