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:
Vivien Didelot 2023-08-02 16:35:18 -04:00 committed by Andrei Gherzan
parent 55b6e121f9
commit 9d9f98d266

View File

@ -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"