All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk
@ 2021-08-17  1:36 Sinan Kaya
  2021-08-17  1:36 ` [meta-mingw] [PATCH 2/3] protobuf-c: static link " Sinan Kaya
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sinan Kaya @ 2021-08-17  1:36 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..7e62ff6
--- /dev/null
+++ b/recipes-devtools/protobuf/protobuf_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF:append:class-nativesdk = " --disable-shared"
-- 
2.17.1


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  1:36 [meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk Sinan Kaya
2021-08-17  1:36 ` [meta-mingw] [PATCH 2/3] protobuf-c: static link " Sinan Kaya
2021-08-17  1:36 ` [meta-mingw] [PATCH 3/3] grpc: static link tools when generating SDK Sinan Kaya
2021-08-17  3:26 ` [yocto] [meta-mingw] [PATCH 1/3] protobuf: static link tools when generating sdk Khem Raj
2021-08-17 11:03   ` Sinan Kaya
2021-08-17 13:06     ` Joshua Watt

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.