|
[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
·
|
|
Re: [meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
Patch missing "Upstream-Status" and "Signed-off-by"
- armin
Patch missing "Upstream-Status" and "Signed-off-by"
- armin
|
By
Armin Kuster
·
#96465
·
|
|
honister merge request : April 7th
The following changes since commit de18681d7dd27000c132bc68f9fa267e8f5a2348:
python3-django: upgrade 3.2.10 -> 3.2.12 (2022-03-31 13:49:34 -0700)
are available in the Git repository at:
The following changes since commit de18681d7dd27000c132bc68f9fa267e8f5a2348:
python3-django: upgrade 3.2.10 -> 3.2.12 (2022-03-31 13:49:34 -0700)
are available in the Git repository at:
|
By
Armin Kuster
·
#96464
·
|
|
Re: [meta-oe][ PATCH 1/2] grpc: add cmake support for target
can you rebase it on top of latest master or master-next and resend, we now have grpc 1.45.1 in master.
can you rebase it on top of latest master or master-next and resend, we now have grpc 1.45.1 in master.
|
By
Khem Raj
·
#96463
·
|
|
Re: [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon
Hello.
We actually included security_flags.inc from the very beginning. :-)
First in oniro-linux only and since March also in oniro-zephyr.
regards
Stefan Schmidt
Hello.
We actually included security_flags.inc from the very beginning. :-)
First in oniro-linux only and since March also in oniro-zephyr.
regards
Stefan Schmidt
|
By
Stefan Schmidt
·
#96462
·
|
|
Re: [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon
poky defaults now a days include security_flags.inc which enables
fortify and other
good security stuff from compiler's point of view. So it seems your
distro is not inheriting
all the default distro
poky defaults now a days include security_flags.inc which enables
fortify and other
good security stuff from compiler's point of view. So it seems your
distro is not inheriting
all the default distro
|
By
Khem Raj
·
#96461
·
|
|
Re: [meta-networking][PATCH] drbd-utils: update 9.13.1 -> 9.20.2
fails with clang
https://errors.yoctoproject.org/Errors/Details/654033/
Perhaps we need to pass -Wno-error to silence this warning.
fails with clang
https://errors.yoctoproject.org/Errors/Details/654033/
Perhaps we need to pass -Wno-error to silence this warning.
|
By
Khem Raj
·
#96460
·
|