|
Re: [meta-oe][PATCH v2 1/2] grpc: add cmake support for target
Hi Stefan,
<stefan.herbrechtsmeier-oss@...> wrote:
Thanks this fix my issue
Tested-by: Clément Péron <peron.clem@...>
Maybe a dumb question but how protobuf-compiler handle
Hi Stefan,
<stefan.herbrechtsmeier-oss@...> wrote:
Thanks this fix my issue
Tested-by: Clément Péron <peron.clem@...>
Maybe a dumb question but how protobuf-compiler handle
|
By
Clément Péron
·
#96485
·
|
|
Re: [PATCH] wxwidgets: Fix building without x11
I have taken the latter fix since it was fixing wayland too.
I have taken the latter fix since it was fixing wayland too.
|
By
Khem Raj
·
#96484
·
|
|
Re: [PATCH] wxwidgets: Fix building without x11
I hadn't checked the list before sending this, I'd be okay with Robert's
similar fix instead, though enabling building with wayland support seems
like it potentially could be useful to somebody.
I hadn't checked the list before sending this, I'd be okay with Robert's
similar fix instead, though enabling building with wayland support seems
like it potentially could be useful to somebody.
|
By
Scott Murray
·
#96483
·
|
|
Re: [meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
master should be fixed then.
Ill take this as-is.
-armin
master should be fixed then.
Ill take this as-is.
-armin
|
By
Armin Kuster
·
#96482
·
|
|
Re: [meta-networking][PATCH] drbd-utils: update 9.13.1 -> 9.20.2
yes it seems to be not effective. I am not sure why, sometimes flags from environment appear before the flags from make system and this might mean the sequence would make it ineffective.
yes it seems to be not effective. I am not sure why, sometimes flags from environment appear before the flags from make system and this might mean the sequence would make it ineffective.
|
By
Khem Raj
·
#96481
·
|
|
Re: honister merge request : April 7th
merged thanks
By
Khem Raj
·
#96480
·
|
|
[PATCH] wxwidgets: Fix building without x11
Building with wayland and opengl in DISTRO_FEATURES without x11 as
well was giving the error:
wxwidgets: PACKAGECONFIG[no_gui] Conflict package config 'opengl' set in PACKAGECONFIG.
Upon some
Building with wayland and opengl in DISTRO_FEATURES without x11 as
well was giving the error:
wxwidgets: PACKAGECONFIG[no_gui] Conflict package config 'opengl' set in PACKAGECONFIG.
Upon some
|
By
Scott Murray
·
#96479
·
|
|
Re: [meta-networking][PATCH] drbd-utils: update 9.13.1 -> 9.20.2
Forgot to mention this was a V2. I do have the line that you suggested. Do i need to add something else?
Sakib
Forgot to mention this was a V2. I do have the line that you suggested. Do i need to add something else?
Sakib
|
By
Sakib Sajal
·
#96478
·
|
|
Re: [meta-oe][PATCH v2 1/2] grpc: add cmake support for target
Hi Clement,
Am 08.04.2022 um 14:25 schrieb Clément Péron:
This is the correct behavior of my patch because the grpc_cpp_plugin from the cross build isn't usable during cross build. You need the
Hi Clement,
Am 08.04.2022 um 14:25 schrieb Clément Péron:
This is the correct behavior of my patch because the grpc_cpp_plugin from the cross build isn't usable during cross build. You need the
|
By
Stefan Herbrechtsmeier
·
#96477
·
|
|
Re: [meta-oe][PATCH v2 1/2] grpc: add cmake support for target
Hi Stefan,
<stefan.herbrechtsmeier-oss@...> wrote:
Thanks for your patch, I'm still using gRPC 1.35 + your previous similar patch.
I'm trying to bump to gRPC 1.45.1 + these patches.
My
Hi Stefan,
<stefan.herbrechtsmeier-oss@...> wrote:
Thanks for your patch, I'm still using gRPC 1.35 + your previous similar patch.
I'm trying to bump to gRPC 1.45.1 + these patches.
My
|
By
Clément Péron
·
#96476
·
|
|
[meta-python][dunfell][PATCH] python3-urllib3: Fix CVE-2020-26137 and CVE-2021-33503
From: Ranjitsinh Rathod <ranjitsinh.rathod@...>
Add patch to fix CVE-2020-26137
Link: https://ubuntu.com/security/CVE-2020-26137
Link:
From: Ranjitsinh Rathod <ranjitsinh.rathod@...>
Add patch to fix CVE-2020-26137
Link: https://ubuntu.com/security/CVE-2020-26137
Link:
|
By
Ranjitsinh Rathod
·
#96475
·
|
|
[meta-gnome][PATCHv3] gparted: update to v1.4.0
- remove x11 features-check because there aren't dependencies that would
explicilty require x11 as a DISTRO_FEATURE
- replace basename() by g_path_get_basename() to fix up musl
- remove x11 features-check because there aren't dependencies that would
explicilty require x11 as a DISTRO_FEATURE
- replace basename() by g_path_get_basename() to fix up musl
|
By
Markus Volk
·
#96474
·
|
|
[meta-oe][PATCH v2 1/2] grpc: add cmake support for target
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The CMake gRPC config checks for binaries and fails if a binary (plugin)
is missing. Fix the problem in the code and add the
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The CMake gRPC config checks for binaries and fails if a binary (plugin)
is missing. Fix the problem in the code and add the
|
By
Stefan Herbrechtsmeier
·
#96473
·
|
|
[meta-oe][PATCH v2 2/2] grpc: remove useless link with libatomic append
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The sed commands to link with libatomic don't match and is therefore
useless. If they are really needed the problem should be
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The sed commands to link with libatomic don't match and is therefore
useless. If they are really needed the problem should be
|
By
Stefan Herbrechtsmeier
·
#96472
·
|
|
[meta-oe][PATCH] wxwidgets: Only enable opengl when both x11 and opengl are in DISTRO_FEATURES
The opengl can't work without x11 since it depends on libglu, and
oe-core/meta/recipes-graphics/mesa/libglu_9.0.2.bb requires both x11 and
opengl.
Signed-off-by: Robert Yang
The opengl can't work without x11 since it depends on libglu, and
oe-core/meta/recipes-graphics/mesa/libglu_9.0.2.bb requires both x11 and
opengl.
Signed-off-by: Robert Yang
|
By
Robert Yang
·
#96471
·
|
|
[meta-oe][PATCH] libyang: do not inherit binconfig-disabled
Do not inherit binconfig-disabled as pcre2-config is not required by
upstream.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-oe/recipes-extended/libyang/libyang_2.0.164.bb | 3 +--
1 file
Do not inherit binconfig-disabled as pcre2-config is not required by
upstream.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-oe/recipes-extended/libyang/libyang_2.0.164.bb | 3 +--
1 file
|
By
Yi Zhao
·
#96470
·
|
|
Re: [meta-oe][PATCH] wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURES
Hi Denys,
Sorry for the problem. I think that the fix should be only enable opengl when both opengl and x11 are in DISTRO_FEATURES, the opengl can't work without x11
since it depends on libglu,
Hi Denys,
Sorry for the problem. I think that the fix should be only enable opengl when both opengl and x11 are in DISTRO_FEATURES, the opengl can't work without x11
since it depends on libglu,
|
By
Robert Yang
·
#96469
·
|
|
[meta-oe][PATCH] ndctl: fix build failure with EXEWRAPPER_ENABLED False
The v73 version tries to build and run a test program at compile
time to check whether compiler supports sizeof and expression statements
and sets HAVE_STATEMENT_EXPR accordingly. This requires
The v73 version tries to build and run a test program at compile
time to check whether compiler supports sizeof and expression statements
and sets HAVE_STATEMENT_EXPR accordingly. This requires
|
By
Naveen Saini
·
#96468
·
|
|
Re: [meta-oe][PATCH] wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURES
Same here! Moreover, it does not simply breaks the build, it breaks *parsing*
even when not building wxwidgets! Please fix ASAP or revert.
Same here! Moreover, it does not simply breaks the build, it breaks *parsing*
even when not building wxwidgets! Please fix ASAP or revert.
|
By
Denys Dmytriyenko
·
#96467
·
|
|
Re: [meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
|
By
Martin Jansa
·
#96466
·
|