Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 1 | SUMMARY = "library for USB video devices built atop libusb" |
2 | HOMEPAGE = "https://github.com/libuvc/libuvc.git" | ||||
3 | SECTION = "libs" | ||||
4 | LICENSE = "BSD-3-Clause" | ||||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2" | ||||
6 | DEPENDS = "libusb jpeg" | ||||
7 | |||||
8 | SRC_URI = "git://github.com/libuvc/libuvc.git" | ||||
9 | SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74" | ||||
10 | PV = "v0.0.6+git${SRCPV}" | ||||
11 | |||||
12 | S = "${WORKDIR}/git" | ||||
13 | |||||
14 | inherit cmake |