All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk
@ 2021-08-17 14:07 Sinan Kaya
  2021-08-17 14:07 ` [meta-mingw] [PATCH v2 2/3] protobuf-c: static link " Sinan Kaya
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sinan Kaya @ 2021-08-17 14:07 UTC (permalink / raw)
  To: yocto; +Cc: jpewhacker, Sinan Kaya

Dynamically linked protoc.exe is failing as follows:

[libprotobuf ERROR google/protobuf/descriptor_database.cc:641]
File already exists in database: google/protobuf/descriptor.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1371] CHECK failed:
GeneratedDatabase()->Add(encoded_file_descriptor, size):

Switch to static linkage per upstream recommendation.

Signed-off-by: Sinan Kaya <okaya@kernel.org>
---
 recipes-devtools/protobuf/protobuf_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-devtools/protobuf/protobuf_%.bbappend

diff --git a/recipes-devtools/protobuf/protobuf_%.bbappend b/recipes-devtools/protobuf/protobuf_%.bbappend
new file mode 100644
index 0000000..b53b22d
--- /dev/null
+++ b/recipes-devtools/protobuf/protobuf_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF:append:sdkmingw32 = " --disable-shared"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-17 15:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17 14:07 [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk Sinan Kaya
2021-08-17 14:07 ` [meta-mingw] [PATCH v2 2/3] protobuf-c: static link " Sinan Kaya
2021-08-17 14:07 ` [meta-mingw] [PATCH v2 3/3] grpc: static link tools when generating SDK Sinan Kaya
2021-08-17 14:33 ` [meta-mingw] [PATCH v2 1/3] protobuf: static link tools when generating sdk Joshua Watt
2021-08-17 14:44   ` Joshua Watt
2021-08-17 14:54     ` Sinan Kaya
2021-08-17 15:08   ` Sinan Kaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.