libcamera: upgrade 0.5.2 -> 0.6.0

Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Walter Werner SCHNEIDER 2025-12-08 10:44:21 +02:00 committed by Khem Raj
parent 55019e2bfa
commit 779faaa65d
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
From 82e9d391d312d65e7a62252e9e153b93c06ad37b Mon Sep 17 00:00:00 2001
From 0c68347365ec4c0bd3f84e1d2f9f51eb3c2405c8 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Fri, 24 Oct 2025 11:10:59 -0700
Subject: [PATCH] libcamera: Do not assume libc++ with clang
@ -17,13 +17,13 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 21 insertions(+), 11 deletions(-)
diff --git a/meson.build b/meson.build
index fd508fd7..5707f850 100644
index fa6487f6..89294936 100644
--- a/meson.build
+++ b/meson.build
@@ -118,7 +118,24 @@ cpp_arguments = [
'-Wnon-virtual-dtor',
]
-cxx_stdlib = 'libstdc++'
+# Try to detect libc++
+libcxx_ver = cxx.get_define('_LIBCPP_VERSION',
@ -43,7 +43,7 @@ index fd508fd7..5707f850 100644
+endif
+
+message('Detected C++ standard library: ' + cxx_stdlib)
if cc.get_id() == 'clang'
if cc.version().version_compare('<9')
@@ -138,16 +155,9 @@ if cc.get_id() == 'clang'

View File

@ -13,7 +13,7 @@ SRC_URI = " \
file://0001-libcamera-Do-not-assume-libc-with-clang.patch \
"
SRCREV = "096c50ca881f72d858aca19757a5e73b4775a7cc"
SRCREV = "3c17d1fbb2bd93f221afee788ebf0d7394032e4d"
PE = "1"