[oe] [meta-python][PATCH] python3-grpcio: Fix build with gcc-14

2024-05-05 Thread Martin Jansa
* crypto: use _Generic only if !defined(__cplusplus) * fixes build with gcc-14 which has __builtin_addc and __builtin_subc with gcc-13 it was already using the #else branch because of missing builtins * fixes https://github.com/grpc/grpc/issues/35945

Re: [oe] [meta-python][PATCH] python3-twisted: prepend split PACKAGES

2024-05-05 Thread Guðni Már Gilbert
See for reference discussion on Github: https://github.com/openembedded/meta-openembedded/pull/824 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110257): https://lists.openembedded.org/g/openembedded-devel/message/110257 Mute This Topic:

[oe] [meta-python][PATCH] python3-twisted: prepend split PACKAGES

2024-05-05 Thread Guðni Már Gilbert
Fixes an issue where split packages were no populated since all the files were picked up by FILES:${PN} Signed-off-by: Guðni Már Gilbert --- meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git