From fb95d07047157ad226690b985b45aa393b8b799c Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 30 Oct 2020 13:39:29 +0800 Subject: [PATCH] hidapi: upgrade 0.9.0 -> 0.10.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index 5afc4596e8..ef015dcc44 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb @@ -11,6 +11,6 @@ DEPENDS = "libusb udev" inherit autotools pkgconfig SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https" -PV = "0.9.0" -SRCREV = "7da5cc91fc0d2dbe4df4f08cd31f6ca1a262418f" +PV = "0.10.0" +SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651" S = "${WORKDIR}/git"