summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/hidapi/hidapi_git.bb4
1 files 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"
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https" 13SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https"
14PV = "0.9.0" 14PV = "0.10.0"
15SRCREV = "7da5cc91fc0d2dbe4df4f08cd31f6ca1a262418f" 15SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"