|
[meta-oe][PATCHv2] p8platform: unbreak do_populate_sdk
Error:
Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, =
but none of the providers can be installed
- conflicting requests
- nothing provides p8platform =3D 2.1.0.1-r0
Error:
Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, =
but none of the providers can be installed
- conflicting requests
- nothing provides p8platform =3D 2.1.0.1-r0
|
By
Markus Volk
·
#97259
·
|
|
Re: [meta-oe][PATCH] p8platform: unbreak do_populate_sdk
Replace this with
RDEPENDS:${PN}-dev = ""
Replace this with
RDEPENDS:${PN}-dev = ""
|
By
Martin Jansa
·
#97258
·
|
|
Re: [PATCH 1/2] lzo: add (from oe-core)
Thanks. I have seen the relevant patches in core.
Thanks. I have seen the relevant patches in core.
|
By
Khem Raj
·
#97257
·
|
|
Re: [meta-python][PATCH 1/2] python3-speedtest-cli: fix RDEPENDS
Thanks for reminder, if you have not heard on it causing issues then
It will be in master in due course soon. Sometimes its other recipes being
sorted with current master etc. that delays merges
Thanks for reminder, if you have not heard on it causing issues then
It will be in master in due course soon. Sometimes its other recipes being
sorted with current master etc. that delays merges
|
By
Khem Raj
·
#97256
·
|
|
Re: [PATCH 1/2] lzo: add (from oe-core)
Obviously, don’t merge this until the recipes are removed from oe-core.
Ross
Obviously, don’t merge this until the recipes are removed from oe-core.
Ross
|
By
Ross Burton
·
#97255
·
|
|
[PATCH 2/2] lzop: add (from oe-core)
lzop is being removed from oe-core, so add it here for people who still
want to use it.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../recipes-support/lzop/lzop/acinclude.m4 | 390
lzop is being removed from oe-core, so add it here for people who still
want to use it.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../recipes-support/lzop/lzop/acinclude.m4 | 390
|
By
Ross Burton
·
#97254
·
|
|
[PATCH 1/2] lzo: add (from oe-core)
lzo is being removed from oe-core, so add it here for people who still
want to use it.
Signed-off-by: Ross Burton <ross.burton@...>
---
...onfigdir-to-solve-the-undefine-error.patch | 27
lzo is being removed from oe-core, so add it here for people who still
want to use it.
Signed-off-by: Ross Burton <ross.burton@...>
---
...onfigdir-to-solve-the-undefine-error.patch | 27
|
By
Ross Burton
·
#97253
·
|
|
Re: [PATCH][meta-filesystems][dunfell] fuse: set CVE_PRODUCT to "fuse_project:fuse"
Hi Armin,
May I know why this was not taken into dunfell branch?
This will fix the wrong CVE for the fuse component.
Thanks,
Ranjitsinh
Hi Armin,
May I know why this was not taken into dunfell branch?
This will fix the wrong CVE for the fuse component.
Thanks,
Ranjitsinh
|
By
Ranjitsinh Rathod
·
#97252
·
|
|
[meta-oe][PATCH] p8platform: unbreak do_populate_sdk
Error:
Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, =
but none of the providers can be installed
- conflicting requests
- nothing provides p8platform =3D 2.1.0.1-r0
Error:
Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, =
but none of the providers can be installed
- conflicting requests
- nothing provides p8platform =3D 2.1.0.1-r0
|
By
Markus Volk
·
#97251
·
|
|
Re: [meta-python][PATCH] python3-traitlets: Upgrade to 5.2.1
yeah hatching would be an improvement for sure. I was just trying to
bring it back to where it was. I will wait for your fix
yeah hatching would be an improvement for sure. I was just trying to
bring it back to where it was. I will wait for your fix
|
By
Khem Raj
·
#97250
·
|
|
Re: [meta-python][PATCH 1/2] python3-speedtest-cli: fix RDEPENDS
Hi!
This has been in master-next for days but didn't get into master
proper. Just a gentle ping.
Bart
Hi!
This has been in master-next for days but didn't get into master
proper. Just a gentle ping.
Bart
|
By
Bartosz Golaszewski
·
#97249
·
|
|
[PATCH 7/7] python3-cppy: fix inherits and DEPENDS
This recipe inherited python_flit_core, but actually builds with setuptoo=
ls.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb | 4
This recipe inherited python_flit_core, but actually builds with setuptoo=
ls.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb | 4
|
By
Ross Burton
·
#97248
·
|
|
[PATCH 6/7] python3-traitlets: upgrade to 5.2.1
This now uses hatching to build.
Also remove redundant PYPI_PACKAGE assignment.
Signed-off-by: Ross Burton <ross.burton@...>
---
...ython3-traitlets_5.2.0.bb =3D> python3-traitlets_5.2.1.bb} |
This now uses hatching to build.
Also remove redundant PYPI_PACKAGE assignment.
Signed-off-by: Ross Burton <ross.burton@...>
---
...ython3-traitlets_5.2.0.bb =3D> python3-traitlets_5.2.1.bb} |
|
By
Ross Burton
·
#97247
·
|
|
[PATCH 5/7] python3-hatchling: add new recipe and build class
Hatchling is the build backend used by the Hatch tool. Add the recipe
and a pep517 build class.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/classes/python_hatchling.bbclass |
Hatchling is the build backend used by the Hatch tool. Add the recipe
and a pep517 build class.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/classes/python_hatchling.bbclass |
|
By
Ross Burton
·
#97246
·
|
|
[PATCH 4/7] python3-pathspec: add new recipe
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
.../recipes-devtools/python/python3-pathspec_0.9.0.bb | 11 +++++++++++
2 files
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
.../recipes-devtools/python/python3-pathspec_0.9.0.bb | 11 +++++++++++
2 files
|
By
Ross Burton
·
#97245
·
|
|
[PATCH 3/7] python3-editables: add new recipe
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
.../recipes-devtools/python/python3-editables_0.3.bb | 11 +++++++++++
2 files
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
.../recipes-devtools/python/python3-editables_0.3.bb | 11 +++++++++++
2 files
|
By
Ross Burton
·
#97244
·
|
|
[PATCH 2/7] python3-setuptools-declarative-requirements: add new recipe
Some Python packages use this in their setup.cfg.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Some Python packages use this in their setup.cfg.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Ross Burton
·
#97243
·
|
|
[PATCH 1/7] python3-setuptools-scm-git-archive: add new recipe
Some Python packages use this at build time.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Some Python packages use this at build time.
Signed-off-by: Ross Burton <ross.burton@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Ross Burton
·
#97242
·
|
|
Re: [meta-python][PATCH] python3-traitlets: Upgrade to 5.2.1
I have genuinely no idea how this builds: the recipe says to use setuptools_build_meta but 5.2.1 deletes all the setuptools files and has ported to a new build system called hatchling.
Maybe
I have genuinely no idea how this builds: the recipe says to use setuptools_build_meta but 5.2.1 deletes all the setuptools files and has ported to a new build system called hatchling.
Maybe
|
By
Ross Burton
·
#97241
·
|
|
[meta-oe][dunfell][PATCH] opencl-headers: switch to main branch
master branch was renamed main on upstream project, so update the URI
Signed-off-by: Julien STEPHAN <jstephan@...>
---
meta-oe/recipes-core/opencl-headers/opencl-headers_git.bb | 2 +-
1
master branch was renamed main on upstream project, so update the URI
Signed-off-by: Julien STEPHAN <jstephan@...>
---
meta-oe/recipes-core/opencl-headers/opencl-headers_git.bb | 2 +-
1
|
By
Julien Stephan
·
#97240
·
|