mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
409 B
BlitzBasic
14 lines
409 B
BlitzBasic
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;branch=master;protocol=https"
|
|
SRCREV = "68d07a00e11d1944e27b7295ee69673239c00b4b"
|
|
|
|
|
|
inherit cmake pkgconfig
|