Re: [oe] [PATCH v3 1/9] protobuf: upgrade 3.21.12 -> 4.22.2

2023-10-05 Thread Martin Jansa
On Thu, Oct 5, 2023 at 3:01 PM Martin Jansa via lists.openembedded.org wrote: > This breaks opencv builds with dnn PACKAGECONFIG is enabled. > > opencv is using -std=c++11 and now > recipe-sysroot/usr/include/google/protobuf/stubs/common.h > includes absl/strings/string_view.h which fails with >

Re: [oe] [PATCH v3 1/9] protobuf: upgrade 3.21.12 -> 4.22.2

2023-10-05 Thread Martin Jansa
This breaks opencv builds with dnn PACKAGECONFIG is enabled. opencv is using -std=c++11 and now recipe-sysroot/usr/include/google/protobuf/stubs/common.h includes absl/strings/string_view.h which fails with opencv/4.8.0/recipe-sysroot/usr/include/absl/base/policy_checks.h:79:2: error: #error "C++

[oe] [PATCH v3 1/9] protobuf: upgrade 3.21.12 -> 4.22.2

2023-09-27 Thread Clément Péron
From: Xiangyu Chen Signed-off-by: Xiangyu Chen Signed-off-by: Clément Péron --- ...efile-respect-CXX-LDFLAGS-variables-fix-.patch | 15 +-- .../{protobuf_3.21.12.bb => protobuf_4.22.2.bb} | 11 --- 2 files changed, 17 insertions(+), 9 deletions(-) rename meta-oe/recipes-