diff options
Diffstat (limited to 'meta-oe/recipes-support/hidapi/hidapi_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/hidapi/hidapi_git.bb | 4 |
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 | ||
| 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 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ | ||
| 15 | " | ||
| 14 | PV = "0.10.1" | 16 | PV = "0.10.1" |
| 15 | SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef" | 17 | SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef" |
| 16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
