mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
Fix: | CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
462 B
BlitzBasic
15 lines
462 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 \
|
|
file://0001-allow-build-with-cmake-4.patch"
|
|
|
|
SRCREV = "68d07a00e11d1944e27b7295ee69673239c00b4b"
|
|
|
|
inherit cmake pkgconfig
|