diff options
| -rw-r--r-- | meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 |
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 ef015dcc44..df68a850a4 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" | |||
| 11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https" | 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https" |
| 14 | PV = "0.10.0" | 14 | PV = "0.10.1" |
| 15 | SRCREV = "302d1f24018d5a4a480f92a72307616f88d97651" | 15 | SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef" |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
