diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-17 15:16:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-17 01:05:53 -0800 |
commit | ab74231fc98a3875c7d944e36ca95dc0fb0e773f (patch) | |
tree | 23f63823b9b4b0f5c719bb795ece22a46d431e65 /meta-oe/recipes-support/hidapi | |
parent | 15fa97f19b4c6d4151550fac025390582c339e04 (diff) | |
download | meta-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 460eda5276..2e62612e37 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" | |||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" |
15 | SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4" | 15 | SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |