mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 13:14:45 +02:00
![]()
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Building libcamera from the latest version of meta-or fails the buildpaths qa check with a number of generated binaries. Looking into the logs, it seemed that the -f*-prefix-map flags were present to gcc invocations, but the used flags were quite off for g++ invocations. It seems that using the cpp_args meson option overwrites (at least most of) the CXXFLAGS set by Yocto, including the -f*-prefix-map flags. To avoid this, append the extra compile flag to the CXXFLAGS variable instead of using meson's cpp_args option. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> |
||
---|---|---|
.. | ||
meta-python | ||
multimedia-layer/recipes-multimedia | ||
networking-layer/recipes-support/drbd | ||
openembedded-layer | ||
qt5-layer/recipes-qt/qt5 |