|
[meta-gnome] [PATCH] nautilus: upgrade 41.1 -> 41.2
Major changes in 41.2
=====================
* Avoid cropping format popover in Compress dialog
* Fix "Move to"/"Copy to" from Starred
* Fix memory leak on tab switch
* Translation
Major changes in 41.2
=====================
* Avoid cropping format popover in Compress dialog
* Fix "Move to"/"Copy to" from Starred
* Fix memory leak on tab switch
* Translation
|
By
wangmy
·
#95454
·
|
|
[meta-networking] [PATCH] rdma-core: upgrade 38.0 -> 39.0
Changelog:
=========
b2fedc4 rsocket: Make sure that the allocated memory is aligned
ebbdb85 Merge pull request #1107 from Sindhu-Devale/libirdma-12-9-fixes
a83619b providers: Move input validation
Changelog:
=========
b2fedc4 rsocket: Make sure that the allocated memory is aligned
ebbdb85 Merge pull request #1107 from Sindhu-Devale/libirdma-12-9-fixes
a83619b providers: Move input validation
|
By
wangmy
·
#95453
·
|
|
[meta-networking] [PATCH] netplan: upgrade 0.103 -> 0.104
refresh patches for 0.104:
0001-Makefile-do-not-use-Werror.patch
0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch
0001-parse-nm-fix-32bit-format-string.patch
removed since it's included in
refresh patches for 0.104:
0001-Makefile-do-not-use-Werror.patch
0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch
0001-parse-nm-fix-32bit-format-string.patch
removed since it's included in
|
By
wangmy
·
#95452
·
|
|
[meta-python][PATCH] python3-test-generator: drop recipe
python3-nose still contains Python 2 code which causes errors in
do_compile when using bdist_wheel or PEP-517 packaging.
Like nose, test-generator has not been touched since 2016.
Drop this recipe
python3-nose still contains Python 2 code which causes errors in
do_compile when using bdist_wheel or PEP-517 packaging.
Like nose, test-generator has not been touched since 2016.
Drop this recipe
|
By
Tim Orling
·
#95451
·
|
|
[meta-python][PATCH] python3-wheel: Delete
moved to oe-core
Signed-off-by: Khem Raj <raj.khem@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 -
.../recipes-devtools/python/python3-wheel_0.37.1.bb | 12 ------------
moved to oe-core
Signed-off-by: Khem Raj <raj.khem@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 -
.../recipes-devtools/python/python3-wheel_0.37.1.bb | 12 ------------
|
By
Khem Raj
·
#95450
·
|
|
[meta-python][PATCH] python3-wheel: drop; moved to oe-core
Because of layer priority, this recipe must be dropped before a build
with the new PEP-517 packaging can proceed due to dependency loops.
Signed-off-by: Tim Orling <tim.orling@...>
---
Because of layer priority, this recipe must be dropped before a build
with the new PEP-517 packaging can proceed due to dependency loops.
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#95449
·
|
|
Re: [hardknott 6/9] cryptsetup: Add runtime dependency on lvm2-udevrules for udev
Armin,
Ping. Just wanted to check if you saw this and if it got into your queue
for Dunfell. Thanks!
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 -
Armin,
Ping. Just wanted to check if you saw this and if it got into your queue
for Dunfell. Thanks!
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 -
|
By
Denys Dmytriyenko
·
#95448
·
|
|
[meta-python2][PATCH 3/3] layer.conf: update LAYERSERIES_COMPAT for kirkstone
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index c91335d..38ef579
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index c91335d..38ef579
|
By
Martin Jansa
·
#95447
·
|
|
[meta-python2][PATCH 2/3] meta: update license names
* openembedded-core/scripts/contrib/convert-spdx-licenses.py .
...
All files processed with version 0.01
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
* openembedded-core/scripts/contrib/convert-spdx-licenses.py .
...
All files processed with version 0.01
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
|
By
Martin Jansa
·
#95446
·
|
|
[meta-python2][PATCH 1/3] meta: update variable names
* openembedded-core/scripts/contrib/convert-variable-renames.py meta-*
...
All files processed with version 0.1
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
* openembedded-core/scripts/contrib/convert-variable-renames.py meta-*
...
All files processed with version 0.1
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
|
By
Martin Jansa
·
#95445
·
|
|
[meta-python][PATCH 2/2] python3-click: Upgrade 8.0.3 -> 8.0.4
Upgrade to release 8.0.4:
- open_file recognizes Path("-") as a standard stream, the same as
the string "-".
- The option and argument decorators preserve the type annotation
of the decorated
Upgrade to release 8.0.4:
- open_file recognizes Path("-") as a standard stream, the same as
the string "-".
- The option and argument decorators preserve the type annotation
of the decorated
|
By
Leon Anavi
·
#95444
·
|
|
[meta-python][PATCH 1/2] python3-distro: Upgrade 1.6.0 -> 1.7.0
Upgrade to release 1.7.0:
- Dropped support for EOL Pythons 2.7, 3.4 and 3.5
- Dropped support for LSB and uname back-ends when --root-dir is
specified
- Moved distro.py to src/distro/distro.py
-
Upgrade to release 1.7.0:
- Dropped support for EOL Pythons 2.7, 3.4 and 3.5
- Dropped support for LSB and uname back-ends when --root-dir is
specified
- Moved distro.py to src/distro/distro.py
-
|
By
Leon Anavi
·
#95443
·
|
|
[meta-python] [PATCH] python3-alembic upgrade 1.7.5 -> 1.7.6
From: Xu Huan <xuhuan.fnst@...>
License-Update:
year updated to 2022
changelog:
===============================================================================
Add a new command alembic
From: Xu Huan <xuhuan.fnst@...>
License-Update:
year updated to 2022
changelog:
===============================================================================
Add a new command alembic
|
By
xuhuan.fnst@fujitsu.com
·
#95442
·
|
|
[meta-xfce][PATCH 2/2] xfce4-panel: disable vala
Signed-off-by: Markus Volk <f_l_k@...>
---
meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Markus Volk <f_l_k@...>
---
meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Markus Volk
·
#95441
·
|
|
[meta-xfce][PATCH 1/2] libxfce4ui: disable vala
Signed-off-by: Markus Volk <f_l_k@...>
---
meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
Signed-off-by: Markus Volk <f_l_k@...>
---
meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Markus Volk
·
#95440
·
|
|
[meta-oe][PATCH RFC] pcapplusplus: add new recipe
"A multiplatform C++ library for capturing, parsing and crafting of
network packets"
PcapPlusPlus uses as custom build system (shell script + Makefile).
There were attempts for using cmake but this
"A multiplatform C++ library for capturing, parsing and crafting of
network packets"
PcapPlusPlus uses as custom build system (shell script + Makefile).
There were attempts for using cmake but this
|
By
Christian Eggers
·
#95439
·
|
|
Re: [meta-xfce][PATCH] libxfce4util: inherit vala
Yeah I briefly looked at it and seems that gir and vapi are being mixed somehow
yeah sounds good
Yeah I briefly looked at it and seems that gir and vapi are being mixed somehow
yeah sounds good
|
By
Khem Raj
·
#95438
·
|
|
Re: [meta-xfce][PATCH] libxfce4util: inherit vala
I dont think this is related. Its more like after updating poky to current master some of the xfce4 recipes try to build vapi, not caring that its not explicitly enabled. That was in fact the reason
I dont think this is related. Its more like after updating poky to current master some of the xfce4 recipes try to build vapi, not caring that its not explicitly enabled. That was in fact the reason
|
By
Markus Volk
·
#95437
·
|
|
Re: [PATCH 1/4] layer.conf: update compatibility from honister to kirkstone
I had patches in master-next to address these for few days now, they
are already in master, please send anything thats missing as a rebase.
I had patches in master-next to address these for few days now, they
are already in master, please send anything thats missing as a rebase.
|
By
Khem Raj
·
#95436
·
|
|
[PATCH 4/4] meta-openembedded: rename SYSROOT_DIRS_BLACKLIST to SYSROOT_DIRS_IGNORE
Part of inclusive language changes.
Signed-off-by: Denys Dmytriyenko <denis@...>
---
meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb | 2 +-
Part of inclusive language changes.
Signed-off-by: Denys Dmytriyenko <denis@...>
---
meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb | 2 +-
|
By
Denys Dmytriyenko
·
#95435
·
|