From ab74231fc98a3875c7d944e36ca95dc0fb0e773f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Jan 2023 15:16:21 +0800 Subject: hidapi: upgrade 0.13.0 -> 0.13.1 Changelog: hidraw: fix invalid read past the UDEV buffer; Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb | 16 ---------------- meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb create mode 100644 meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb deleted file mode 100644 index 460eda5276..0000000000 --- a/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices" -AUTHOR = "Alan Ott" -HOMEPAGE = "http://www.signal11.us/oss/hidapi/" -SECTION = "libs" - -LICENSE = "BSD-3-Clause | GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" - -DEPENDS = "libusb udev" -RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" - -inherit autotools pkgconfig - -SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" -SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4" -S = "${WORKDIR}/git" diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb new file mode 100644 index 0000000000..2e62612e37 --- /dev/null +++ b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices" +AUTHOR = "Alan Ott" +HOMEPAGE = "http://www.signal11.us/oss/hidapi/" +SECTION = "libs" + +LICENSE = "BSD-3-Clause | GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" + +DEPENDS = "libusb udev" +RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" +SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac" +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf