summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hidapi/hidapi_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-04 16:00:19 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-04 16:02:06 -0800
commitf9f931719640503292fa429da12a082008d0056d (patch)
treed56716dff6c217dc73a5c60e4c0ee67ce271529a /meta-oe/recipes-support/hidapi/hidapi_git.bb
parent20540303ea72e8d15f34f6557caf8c3238730497 (diff)
downloadmeta-openembedded-f9f931719640503292fa429da12a082008d0056d.tar.gz
hidapi: Backport patch to fix build with autotools 2.70+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"