diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-10 16:37:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 08:37:58 -0800 |
commit | 6aca4a1256cce77a7363b44548dc483a34053e44 (patch) | |
tree | 19d5c69de36d819cd25611f73ebcbd2ba7c1bad5 | |
parent | a0b2c27a4b4b504df4491a1b089007ea0eb5e19f (diff) | |
download | meta-openembedded-6aca4a1256cce77a7363b44548dc483a34053e44.tar.gz |
hidapi: upgrade 0.12.0 -> 0.13.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.13.0.bb (renamed from meta-oe/recipes-support/hidapi/hidapi_git.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb index 4aa58ec7f9..460eda5276 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb | |||
@@ -12,6 +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 | PV = "0.12.0" | 15 | SRCREV = "c3a6150d8801f79a59034045275176e9738b13e4" |
16 | SRCREV = "76108294092c023a4ece99eb3219559cea0d5066" | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |