diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:09 -0700 |
commit | 3906d4c7292f3effe23058ceb7f0fbaa8dfdd84b (patch) | |
tree | 91582f4516c9b00971a1725c20e9373ff8278f7a | |
parent | 8d2a91e1825ef4e47e72c323f278e51de5940196 (diff) | |
download | meta-openembedded-3906d4c7292f3effe23058ceb7f0fbaa8dfdd84b.tar.gz |
hidapi: upgrade 0.14.0 -> 0.15.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb (renamed from meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb index c7a487ba5c..12823575f9 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb | |||
@@ -11,5 +11,5 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" | |||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" |
14 | SRCREV = "d3013f0af3f4029d82872c1a9487ea461a56dee4" | 14 | SRCREV = "d6b2a974608dec3b76fb1e36c189f22b9cf3650c" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |