mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
libcamera-apps: bump to 3d9ac10
Bump libcamera to 3d9ac10 to get a fix for the current libcamera from
meta-openembedded/meta-multimedia for the following issue:
error: 'StreamRoles' in namespace 'libcamera' does not name a type; did you mean 'StreamRole'?
55 | using StreamRoles = libcamera::StreamRoles;
| ^~~~~~~~~~~
| StreamRole
Reported-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
55b6e121f9
commit
9d9f98d266
@@ -11,8 +11,8 @@ SRC_URI = "\
|
||||
git://github.com/raspberrypi/libcamera-apps.git;protocol=https;branch=main \
|
||||
file://0001-utils-version.py-use-usr-bin-env-in-shebang.patch \
|
||||
"
|
||||
PV = "1.1.2+git${SRCPV}"
|
||||
SRCREV = "12098520a3dec36ba796655baac7efece457f8d8"
|
||||
PV = "1.2.1+git${SRCPV}"
|
||||
SRCREV = "3d9ac1087b3d6aa9cf3758c088414d7cf518c395"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user