diff options
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb index 5afc4596e..ef015dcc4 100644 --- a/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-openembedded/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" |