All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-oe][PATCH v2 0/2] protobuf: upgrade 3.21.12 -> 4.22.2
@ 2023-03-28  6:42 Xiangyu Chen
  2023-03-28  6:42 ` [oe][meta-oe][PATCH v2 1/2] " Xiangyu Chen
  2023-03-28  6:42 ` [oe][meta-oe][PATCH v2 2/2] protobuf-c: add support of protobuf-4.22.x Xiangyu Chen
  0 siblings, 2 replies; 7+ messages in thread
From: Xiangyu Chen @ 2023-03-28  6:42 UTC (permalink / raw)
  To: raj.khem, openembedded-devel

From: Xiangyu Chen <xiangyu.chen@windriver.com>

The v2[1] patch for upgrading protobuf from 3.21.12 to 4.22.2.
After upgrading the protobuf, the package protobuf-c cannot compile anymore[2] due to the latest version
protobuf is using c++14 and some of API name has been changed, so use another patch to add support of
protobuf latest version in protobuf-c.


Ref:
[1] v1 thread please refer to https://lists.openembedded.org/g/openembedded-devel/message/101784
[2] https://errors.yoctoproject.org/Errors/Details/698756/

Xiangyu Chen (2):
  protobuf: upgrade 3.21.12 -> 4.22.2
  protobuf-c: add support of protobuf-4.22.x

 .../0001-add-support-of-protobuf-4.22.x.patch | 332 ++++++++++++++++++
 .../protobuf/protobuf-c_1.4.1.bb              |   5 +-
 ...e-respect-CXX-LDFLAGS-variables-fix-.patch |  15 +-
 ...protobuf_3.21.12.bb => protobuf_4.22.2.bb} |  11 +-
 4 files changed, 353 insertions(+), 10 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c/0001-add-support-of-protobuf-4.22.x.patch
 rename meta-oe/recipes-devtools/protobuf/{protobuf_3.21.12.bb => protobuf_4.22.2.bb} (86%)

-- 
2.34.1



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

end of thread, other threads:[~2023-03-29  2:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  6:42 [oe][meta-oe][PATCH v2 0/2] protobuf: upgrade 3.21.12 -> 4.22.2 Xiangyu Chen
2023-03-28  6:42 ` [oe][meta-oe][PATCH v2 1/2] " Xiangyu Chen
2023-03-28  7:22   ` Khem Raj
2023-03-28  7:48     ` Xiangyu Chen
     [not found]     ` <175085C237DCAF2E.28404@lists.openembedded.org>
2023-03-29  1:57       ` Xiangyu Chen
2023-03-29  2:12         ` Khem Raj
2023-03-28  6:42 ` [oe][meta-oe][PATCH v2 2/2] protobuf-c: add support of protobuf-4.22.x Xiangyu Chen

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.