|
[meta-oe][hardknott][PATCH
From: Gianfranco <costamagna.gianfranco@...>
- add an upstream proposed patch 317.patch to fix a build failure with enab=
led systemd binding
Signed-off-by: Gianfranco Costamagna
From: Gianfranco <costamagna.gianfranco@...>
- add an upstream proposed patch 317.patch to fix a build failure with enab=
led systemd binding
Signed-off-by: Gianfranco Costamagna
|
By
Armin Kuster
·
#92843
·
|
|
Regarding Python 3.9 to yocto .2.2
Hi
I want to back port python 3.9.5 (python3_3.9.5.bb) from hardknott yocto 3.3 to my build environment morty (yocto 2.2). I don’t have any other option for upgrading my yocto version from morty
Hi
I want to back port python 3.9.5 (python3_3.9.5.bb) from hardknott yocto 3.3 to my build environment morty (yocto 2.2). I don’t have any other option for upgrading my yocto version from morty
|
By
manjunatha srinivasan <manjunathan.n@...>
·
#92842
·
|
|
Re: [meta-python][RFC] python3-kivy
The recipe should have x11 and opengl in REQUIRED_DISTRO_FEATURES as it depends on libsdl2-ttf with such
The recipe should have x11 and opengl in REQUIRED_DISTRO_FEATURES as it depends on libsdl2-ttf with such
|
By
Martin Jansa
·
#92841
·
|
|
[meta-python][PATCH] packagegroup-meta-python: Add python3-kivy
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Khem Raj
·
#92840
·
|
|
[meta-webserver][dunfell]] apache2: upgrade 2.4.46 -> 2.4.48
From: Changqing Li <changqing.li@...>
Source: https://git.openembedded.org/meta-openembedded
https://git.openembedded.org/meta-openembedded
MR: 112869, 112835, 105131, 112702, 112829
Type:
From: Changqing Li <changqing.li@...>
Source: https://git.openembedded.org/meta-openembedded
https://git.openembedded.org/meta-openembedded
MR: 112869, 112835, 105131, 112702, 112829
Type:
|
By
Armin Kuster
·
#92839
·
|
|
[meta-webserver][hardknott]] apache2: upgrade 2.4.46 -> 2.4.48
From: Changqing Li <changqing.li@...>
Source: https://git.openembedded.org/meta-openembedded
https://git.openembedded.org/meta-openembedded
MR: 112869, 112835, 105131, 112702, 112829
Type:
From: Changqing Li <changqing.li@...>
Source: https://git.openembedded.org/meta-openembedded
https://git.openembedded.org/meta-openembedded
MR: 112869, 112835, 105131, 112702, 112829
Type:
|
By
Armin Kuster
·
#92838
·
|
|
[meta-web][hardknott][PATCH 1/1] nginx: fix CVE-2021-3618
Apply patch made to version 1.20.1 to version 1.18.0.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../nginx/files/CVE-2021-3618.patch | 107 ++++++++++++++++++
Apply patch made to version 1.20.1 to version 1.18.0.
Signed-off-by: Joe Slater <joe.slater@...>
---
.../nginx/files/CVE-2021-3618.patch | 107 ++++++++++++++++++
|
By
Joe Slater
·
#92837
·
|
|
[meta-python][PATCH v3] python3-pytest-subtests: add recipe
Newer versions of python3-cryptography will rely on the subtests fixture
for their ptests. Add this recipe so that cryptography can be given the
necessary RDEPENDS when it is upgraded.
Signed-off-by:
Newer versions of python3-cryptography will rely on the subtests fixture
for their ptests. Add this recipe so that cryptography can be given the
necessary RDEPENDS when it is upgraded.
Signed-off-by:
|
By
Trevor Gamblin
·
#92836
·
|
|
[meta-python][PATCH] python3-regex: upgrade to 2021.8.28
* 2021.8.27 causes python3 to segfault in various cases:
https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
and was already yanked from pypi:
* 2021.8.27 causes python3 to segfault in various cases:
https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
and was already yanked from pypi:
|
By
Martin Jansa
·
#92835
·
|
|
[meta-python][PATCH v2] python3-pytest-subtests: add recipe
Newer versions of python3-cryptography will rely on the subtests fixture
for their ptests. Add this recipe so that cryptography can be given the
necessary RDEPENDS when it is upgraded.
Signed-off-by:
Newer versions of python3-cryptography will rely on the subtests fixture
for their ptests. Add this recipe so that cryptography can be given the
necessary RDEPENDS when it is upgraded.
Signed-off-by:
|
By
Trevor Gamblin
·
#92834
·
|
|
Re: [meta-python][PATCH] python3-pytest-subtests: add recipe
Right, my pipeline caught this too. Fixing...
Right, my pipeline caught this too. Fixing...
|
By
Trevor Gamblin
·
#92833
·
|
|
[meta-python][PATCH] recipes-devtools: python: add support for Kivy
---
.../0001-add-support-for-glesv2.patch | 24 +++++++
.../python/python3-kivy_2.0.0.bb | 71 +++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644
---
.../0001-add-support-for-glesv2.patch | 24 +++++++
.../python/python3-kivy_2.0.0.bb | 71 +++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644
|
By
William Huang
·
#92832
·
|
|
Re: [meta-python][PATCH] python3-pytest-subtests: add recipe
it failed with sha256 checksums errors in fetcher which I fixed and
then it failed again in compile with
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1499
also you forgot to add
it failed with sha256 checksums errors in fetcher which I fixed and
then it failed again in compile with
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1499
also you forgot to add
|
By
Khem Raj
·
#92831
·
|
|
[meta-networking][PATCH] ndisc6: fix typo in DESCRIPTION variable name
Signed-off-by: Patrick Williams <patrick@...>
---
meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Patrick Williams <patrick@...>
---
meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Patrick Williams <patrick@...>
·
#92830
·
|
|
[meta-gnome][PATCH] gjs: fix typo in RDEPENDS variable name
Signed-off-by: Patrick Williams <patrick@...>
---
meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Patrick Williams <patrick@...>
---
meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Patrick Williams <patrick@...>
·
#92829
·
|
|
Re: [meta-gnome][PATCH] gjs: fix typo in RDEPENDS variable name
Same as last patch please apply it to upstream meta-openembedded repo clone and resend.
Same as last patch please apply it to upstream meta-openembedded repo clone and resend.
|
By
Khem Raj
·
#92828
·
|
|
[meta-gnome][PATCH] gjs: fix typo in RDEPENDS variable name
Signed-off-by: Patrick Williams <patrick@...>
---
recipes-gnome/gjs/gjs_1.58.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-gnome/gjs/gjs_1.58.8.bb
Signed-off-by: Patrick Williams <patrick@...>
---
recipes-gnome/gjs/gjs_1.58.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-gnome/gjs/gjs_1.58.8.bb
|
By
Patrick Williams <patrick@...>
·
#92827
·
|
|
[meta-networking][PATCH] ndisc6: fix typo in DESCRIPTION variable name
Signed-off-by: Patrick Williams <patrick@...>
---
recipes-support/ndisc6/ndisc6_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Patrick Williams <patrick@...>
---
recipes-support/ndisc6/ndisc6_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Patrick Williams <patrick@...>
·
#92826
·
|
|
[meta-multimedia][PATCH v2 2/2] bluealsa: Add recipe
Implementation of bluetoooth audio over alsa backend esepcially with
bluez5
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Move systemd dependency to be added only when systemd packageconfig
Implementation of bluetoooth audio over alsa backend esepcially with
bluez5
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Move systemd dependency to be added only when systemd packageconfig
|
By
Khem Raj
·
#92825
·
|
|
[meta-multimedia][PATCH v2 1/2] pipewire: Upgrade to 0.3.34
Enable systemd user services as well as they are required for user
pipewire sessions
Turn pw-cat into a packageconfig
Enable systemd-user-service only for systemd
Signed-off-by: Khem Raj
Enable systemd user services as well as they are required for user
pipewire sessions
Turn pw-cat into a packageconfig
Enable systemd-user-service only for systemd
Signed-off-by: Khem Raj
|
By
Khem Raj
·
#92824
·
|