libuvc: Specify the version in the recipe file name

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2023-11-07 08:12:33 +01:00 committed by Khem Raj
parent 62cafa604b
commit 7f7251218a

View File

@ -3,11 +3,11 @@ 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"
PV = "0.0.7"
S = "${WORKDIR}/git"