mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
b402a3076f
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
455 B
BlitzBasic
15 lines
455 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 = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74"
|
|
PV = "v0.0.6+git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|