summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hidapi
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-17 15:16:21 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-17 01:05:53 -0800
commitab74231fc98a3875c7d944e36ca95dc0fb0e773f (patch)
tree23f63823b9b4b0f5c719bb795ece22a46d431e65 /meta-oe/recipes-support/hidapi
parent15fa97f19b4c6d4151550fac025390582c339e04 (diff)
downloadmeta-openembedded-ab74231fc98a3875c7d944e36ca95dc0fb0e773f.tar.gz
hidapi: upgrade 0.13.0 -> 0.13.1
Changelog: hidraw: fix invalid read past the UDEV buffer; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/hidapi')
-rw-r--r--meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb (renamed from meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb
index 460eda527..2e62612e3 100644
--- a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb
+++ b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb
@@ -12,5 +12,5 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" 14SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
15SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4" 15SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"