summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hidapi/hidapi_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/hidapi/hidapi_git.bb')
-rw-r--r--meta-oe/recipes-support/hidapi/hidapi_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb
index df68a850a4..76f5dc7624 100644
--- a/meta-oe/recipes-support/hidapi/hidapi_git.bb
+++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb
@@ -10,7 +10,9 @@ DEPENDS = "libusb udev"
10 10
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 \
14 file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \
15"
14PV = "0.10.1" 16PV = "0.10.1"
15SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef" 17SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef"
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"