Skip to content

Commit

Permalink
libcamera-apps: bump to 3d9ac10
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Vivien Didelot <[email protected]>
  • Loading branch information
vivien committed Aug 2, 2023
1 parent 8320e79 commit ffc5345
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ffc5345

Please sign in to comment.