|
[PATCH 2/8] python3-simpleeval: remove 'build' build dependency
In the future we'll have a Python building tool which validates build
requirements. No package should require a specific tool to be present
(not even used, just present), so remove the dependency on
In the future we'll have a Python building tool which validates build
requirements. No package should require a specific tool to be present
(not even used, just present), so remove the dependency on
|
By
Ross Burton
·
#97824
·
|
|
[PATCH 1/8] python3-cbor2: add missing build dependency
The build doesn't generate the right filenames without this package.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb | 2 ++
1 file
The build doesn't generate the right filenames without this package.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb | 2 ++
1 file
|
By
Ross Burton
·
#97823
·
|
|
Re: [meta-oe][PATCH] poco: upgrade 1.11.3 -> 1.12.0
Major version upgrades usually are avoided in release backports. Looking towards What Armin says
Major version upgrades usually are avoided in release backports. Looking towards What Armin says
|
By
Khem Raj
·
#97822
·
|
|
Re: [meta-oe][PATCH] poco: upgrade 1.11.3 -> 1.12.0
Hello Raj,
Would it be possible to put it into kirkstone as well?
Thanks,
Andrej
Hello Raj,
Would it be possible to put it into kirkstone as well?
Thanks,
Andrej
|
By
Andrej Valek
·
#97821
·
|
|
[meta-oe][PATCH] poco: upgrade 1.11.3 -> 1.12.0
- switch from PCRE -> PCRE2
- add Prometheus library
- add option to enable/disable ActiveRecord (disabled by default)
Signed-off-by: Andrej Valek <andrej.valek@...>
---
- switch from PCRE -> PCRE2
- add Prometheus library
- add option to enable/disable ActiveRecord (disabled by default)
Signed-off-by: Andrej Valek <andrej.valek@...>
---
|
By
Andrej Valek
·
#97820
·
|
|
[meta-networking][PATCH v3] nftables: Upgrade 1.0.2 -> 1.0.4
Drop backported patch, switch PACKAGECONFIG assignment to ?= (matches
current practice), add in editline, linenoise CLI options and xtables
option. Switch to --disable-python when building without
Drop backported patch, switch PACKAGECONFIG assignment to ?= (matches
current practice), add in editline, linenoise CLI options and xtables
option. Switch to --disable-python when building without
|
By
Alex Kiernan
·
#97819
·
|
|
Re: [meta-networking][PATCH v2] nftables: Upgrade 1.0.2 -> 1.0.4
I figured sending it was useful, since the buildpaths warning wasn't a
regression... but I think I just found the right setup.py incantation
to fix that.
--
Alex Kiernan
I figured sending it was useful, since the buildpaths warning wasn't a
regression... but I think I just found the right setup.py incantation
to fix that.
--
Alex Kiernan
|
By
Alex Kiernan
·
#97818
·
|
|
Re: [meta-networking][PATCH v2] nftables: Upgrade 1.0.2 -> 1.0.4
I am seeing new build QA warnings related to python modules see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1835
I am seeing new build QA warnings related to python modules see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1835
|
By
Khem Raj
·
#97817
·
|
|
Re: [meta-oe][PATCH 2/2] nftables: Upgrade 1.0.2 -> 1.0.4
On Sun, Jul 10, 2022 at 4:21 PM Alex Kiernan via
lists.openembedded.org <alex.kiernan=gmail.com@...>
wrote:
I've singularly failed to make this work (short of just
ripping/replacing
On Sun, Jul 10, 2022 at 4:21 PM Alex Kiernan via
lists.openembedded.org <alex.kiernan=gmail.com@...>
wrote:
I've singularly failed to make this work (short of just
ripping/replacing
|
By
Alex Kiernan
·
#97816
·
|
|
[meta-networking][PATCH v2] nftables: Upgrade 1.0.2 -> 1.0.4
Drop backported patch, switch PACKAGECONFIG assignment to ?= (matches
current practice), add in editline, linenoise CLI options and xtables
option. Switch to --disable-python when building without
Drop backported patch, switch PACKAGECONFIG assignment to ?= (matches
current practice), add in editline, linenoise CLI options and xtables
option. Switch to --disable-python when building without
|
By
Alex Kiernan
·
#97815
·
|
|
Re: [meta-oe] [PATCH] libraw: upgrade 0.20.2 -> 0.21
I just confirmed that 0.21 is still a beta version.
I will solve this problem together after the stable version is released.
--
Best
I just confirmed that 0.21 is still a beta version.
I will solve this problem together after the stable version is released.
--
Best
|
By
wangmy
·
#97814
·
|
|
Re: [meta-oe] [PATCH] libraw: upgrade 0.20.2 -> 0.21
gegl is failing with this version of libraw
https://errors.yoctoproject.org/Errors/Details/660094/
I think you need to fix gegl with something like
gegl is failing with this version of libraw
https://errors.yoctoproject.org/Errors/Details/660094/
I think you need to fix gegl with something like
|
By
Khem Raj
·
#97813
·
|
|
[meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070
From: Wentao Zhang <wzhang4@...>
Signed-off-by: Wentao Zhang <wzhang4@...>
---
.../protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} | 4 ++--
1 file
From: Wentao Zhang <wzhang4@...>
Signed-off-by: Wentao Zhang <wzhang4@...>
---
.../protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} | 4 ++--
1 file
|
By
Wentao Zhang
·
#97812
·
|
|
[meta-python][PATCH 2/2] python3-ansi2html: Upgrade 1.7.0 -> 1.8.0
Upgrade to release 1.8.0:
- style.py: Drop unused CSS class .bold
- Bring back putting a rendered man page into release archives
- Migrate from mock to unittest.mock of Python >=3.3
- Fix for ANSI
Upgrade to release 1.8.0:
- style.py: Drop unused CSS class .bold
- Bring back putting a rendered man page into release archives
- Migrate from mock to unittest.mock of Python >=3.3
- Fix for ANSI
|
By
Leon Anavi
·
#97811
·
|
|
[meta-python][PATCH 1/2] python3-toolz: Upgrade 0.11.2 -> 0.12.0
Upgrade to release 0.12.0:
- Add apply
- Support newer Python versions--up to Python 3.11-alpha
- Improve warning when using toolz.compatibility
- Improve documentation
- Improve performance of
Upgrade to release 0.12.0:
- Add apply
- Support newer Python versions--up to Python 3.11-alpha
- Improve warning when using toolz.compatibility
- Improve documentation
- Improve performance of
|
By
Leon Anavi
·
#97810
·
|
|
[meta-perl] [PATCH] libcrypt-openssl-rsa-perl: upgrade 0.32 -> 0.33
0001-Fix-for-Issue-31.patch
removed since it's included in 0.33
Changelog:
=========
- Update for windows github CI
- Remove duplicit 'LICENSE' key
- Remove EUMM Remove version check
- #31 by
0001-Fix-for-Issue-31.patch
removed since it's included in 0.33
Changelog:
=========
- Update for windows github CI
- Remove duplicit 'LICENSE' key
- Remove EUMM Remove version check
- #31 by
|
By
wangmy
·
#97809
·
|
|
[meta-oe] [PATCH] liburing: upgrade 2.1 -> 2.2
0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch
removed since it's included in 2.2.
License-Update:
Add "kernel version dependency"
Add affect of "ulimit
0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch
removed since it's included in 2.2.
License-Update:
Add "kernel version dependency"
Add affect of "ulimit
|
By
wangmy
·
#97808
·
|
|
[meta-oe] [PATCH] libraw: upgrade 0.20.2 -> 0.21
License-Update: Copyright year updated to 2021.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../libraw/{libraw_0.20.2.bb => libraw_0.21.bb} | 4 ++--
1 file changed, 2
License-Update: Copyright year updated to 2021.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../libraw/{libraw_0.20.2.bb => libraw_0.21.bb} | 4 ++--
1 file changed, 2
|
By
wangmy
·
#97807
·
|
|
[meta-perl] [PATCH] libencode-perl: upgrade 3.17 -> 3.18
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{libencode-perl_3.17.bb => libencode-perl_3.18.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{libencode-perl_3.17.bb => libencode-perl_3.18.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#97806
·
|
|
[meta-gnome] [PATCH] gnome-bluetooth: upgrade 42.1 -> 42.2
This version fixes duplicate devices appearing when bluetoothd restarts, as well
as the discovery not being updated correctly in that same situation.
Signed-off-by: Wang Mingyu
This version fixes duplicate devices appearing when bluetoothd restarts, as well
as the discovery not being updated correctly in that same situation.
Signed-off-by: Wang Mingyu
|
By
wangmy
·
#97805
·
|