mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
55019e2bfa
commit
779faaa65d
|
|
@ -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>
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
Date: Fri, 24 Oct 2025 11:10:59 -0700
|
Date: Fri, 24 Oct 2025 11:10:59 -0700
|
||||||
Subject: [PATCH] libcamera: Do not assume libc++ with clang
|
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(-)
|
1 file changed, 21 insertions(+), 11 deletions(-)
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
diff --git a/meson.build b/meson.build
|
||||||
index fd508fd7..5707f850 100644
|
index fa6487f6..89294936 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -118,7 +118,24 @@ cpp_arguments = [
|
@@ -118,7 +118,24 @@ cpp_arguments = [
|
||||||
'-Wnon-virtual-dtor',
|
'-Wnon-virtual-dtor',
|
||||||
]
|
]
|
||||||
|
|
||||||
-cxx_stdlib = 'libstdc++'
|
-cxx_stdlib = 'libstdc++'
|
||||||
+# Try to detect libc++
|
+# Try to detect libc++
|
||||||
+libcxx_ver = cxx.get_define('_LIBCPP_VERSION',
|
+libcxx_ver = cxx.get_define('_LIBCPP_VERSION',
|
||||||
|
|
@ -43,7 +43,7 @@ index fd508fd7..5707f850 100644
|
||||||
+endif
|
+endif
|
||||||
+
|
+
|
||||||
+message('Detected C++ standard library: ' + cxx_stdlib)
|
+message('Detected C++ standard library: ' + cxx_stdlib)
|
||||||
|
|
||||||
if cc.get_id() == 'clang'
|
if cc.get_id() == 'clang'
|
||||||
if cc.version().version_compare('<9')
|
if cc.version().version_compare('<9')
|
||||||
@@ -138,16 +155,9 @@ if cc.get_id() == 'clang'
|
@@ -138,16 +155,9 @@ if cc.get_id() == 'clang'
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ SRC_URI = " \
|
||||||
file://0001-libcamera-Do-not-assume-libc-with-clang.patch \
|
file://0001-libcamera-Do-not-assume-libc-with-clang.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "096c50ca881f72d858aca19757a5e73b4775a7cc"
|
SRCREV = "3c17d1fbb2bd93f221afee788ebf0d7394032e4d"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user