[Buildroot] [PATCH/next 1/1] package/libcamera-apps: fix build

Julien Olivain ju.o at free.fr
Fri Dec 5 21:59:24 UTC 2025


On 05/12/2025 17:41, Bernd Kuhls wrote:
> Buildroot commit bbefbb8cf79f977903fafb9d0199688a03ba1920 in -next
> branch bumped libcamera to version 0.6.0 which breaks the build:
> 
> ../core/options.cpp:405:44: error: conversion from
>  'std::basic_string_view<char>' to non-scalar type
>  'const std::string' {aka 'const std::__cxx11::basic_string<char>'}
>  requested
>   405 |                 const std::string cam_id =
>  *cameras[camera]->properties().get(libcamera::properties::Model);
> 
> Added upstream patch, included since version 1.10.0, to fix the 
> problem.
> 
> Please note that since version 1.9.1 this package is incompatible with
> the current version of ffmpeg used in buildroot so bumping it is not an
> option atm:
> https://github.com/raspberrypi/rpicam-apps/commit/cbe9921eeddd8e1c2e5798102f485baea5de3f65
> 
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>

Applied to next, thanks.


More information about the buildroot mailing list