mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
libuvc: add recipe
Signed-off-by: Zig Globulin <zig@zigsystem.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "library for USB video devices built atop libusb"
|
||||
HOMEPAGE = "https://github.com/libuvc/libuvc.git"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2"
|
||||
DEPENDS = "libusb jpeg"
|
||||
|
||||
SRC_URI = "git://github.com/libuvc/libuvc.git"
|
||||
SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74"
|
||||
PV = "v0.0.6+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
@@ -60,6 +60,7 @@ RDEPENDS_packagegroup-meta-multimedia = "\
|
||||
vorbis-tools \
|
||||
libdvbcsa \
|
||||
libopenmpt \
|
||||
libuvc \
|
||||
mimic \
|
||||
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "minidlna", "", d)} \
|
||||
mycroft \
|
||||
|
||||
Reference in New Issue
Block a user