|
[meta-multimedia][PATCH] x265: support aarch64
If PIC is turned on, x265 works on aarch64.
Signed-off-by: S. Lockwood-Childs <sjl@...>
---
meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 3 ++-
1 file changed, 2 insertions(+), 1
If PIC is turned on, x265 works on aarch64.
Signed-off-by: S. Lockwood-Childs <sjl@...>
---
meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 3 ++-
1 file changed, 2 insertions(+), 1
|
By
S. Lockwood-Childs
·
#99083
·
|
|
Re: [PATCH] opencv: fix reproducibility issues
btw. I do see a QA warning, perhaps its not related to your change but
I thought it would be good to
btw. I do see a QA warning, perhaps its not related to your change but
I thought it would be good to
|
By
Khem Raj
·
#99082
·
|
|
[meta-networking][PATCH 1/1] chrony: correct parameter to configure to disable readline usage
The correct parameter to disable readline usage is --disable-readline
and not --without-readline.
See also chrony source
The correct parameter to disable readline usage is --disable-readline
and not --without-readline.
See also chrony source
|
By
Federico Pellegrin
·
#99081
·
|
|
[meta-networking][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
|
By
Federico Pellegrin
·
#99080
·
|
|
[meta-networking][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
|
By
Federico Pellegrin
·
#99079
·
|
|
[PATCH] opencv: fix reproducibility issues
Download and unpack contrib modules and other repositories in S instead
of WORKDIR so they don't escape file-prefix-map substitutions.
Fixes a number of reproducibility problems because of OpenCV
Download and unpack contrib modules and other repositories in S instead
of WORKDIR so they don't escape file-prefix-map substitutions.
Fixes a number of reproducibility problems because of OpenCV
|
By
Anuj Mittal
·
#99078
·
|
|
Re: [kirkstone] [PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3
Hi Khem Raj,
Please ignore this patch, have sent again fresh patch with“[kirkstone]” in subject.
Best Regards,
Narpat Mali
Sent from Mail for Windows
Hi Khem Raj,
Please ignore this patch, have sent again fresh patch with“[kirkstone]” in subject.
Best Regards,
Narpat Mali
Sent from Mail for Windows
|
By
Narpat Mali
·
#99077
·
|
|
[kirkstone][PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3
Upgrade summary:
----------------
- drop 0002-configure-fix-a-cc-check-issue.patch, as it was replaced with
upstream commit https://github.com/net-snmp/net-snmp/commit/dbb49acfa2af
- drop
Upgrade summary:
----------------
- drop 0002-configure-fix-a-cc-check-issue.patch, as it was replaced with
upstream commit https://github.com/net-snmp/net-snmp/commit/dbb49acfa2af
- drop
|
By
Narpat Mali
·
#99076
·
|
|
[meta-networking][dunfell][PATCH] networkmanager: Update to 1.22.16
Update network manager stable branch to last version, allowing to fix
CVE-2020-10754.
Signed-off-by: Mathieu Dubois-Briand <mbriand@...>
---
.../{networkmanager_1.22.10.bb =>
Update network manager stable branch to last version, allowing to fix
CVE-2020-10754.
Signed-off-by: Mathieu Dubois-Briand <mbriand@...>
---
.../{networkmanager_1.22.10.bb =>
|
By
Mathieu Dubois-Briand
·
#99075
·
|
|
Re: [meta-networking][dunfell][PATCH] networkmanager: Update to 1.22.16
Sorry, just saw I forgot the Signed-off-by in this patch, I will send it
again…
Also adding Armin Kuster to the discussion this time, as the maintainer
of meta-networking.
Best regards,
Mathieu
Sorry, just saw I forgot the Signed-off-by in this patch, I will send it
again…
Also adding Armin Kuster to the discussion this time, as the maintainer
of meta-networking.
Best regards,
Mathieu
|
By
Mathieu Dubois-Briand
·
#99074
·
|
|
[meta-oe][PATCH] spitools: remove unused BPV variable
This variable isn't longer used to set the PV value.
Signed-off-by: Thomas Perrot <thomas.perrot@...>
---
meta-oe/recipes-support/spitools/spitools_git.bb | 1 -
1 file changed, 1
This variable isn't longer used to set the PV value.
Signed-off-by: Thomas Perrot <thomas.perrot@...>
---
meta-oe/recipes-support/spitools/spitools_git.bb | 1 -
1 file changed, 1
|
By
Thomas Perrot
·
#99073
·
|
|
[PATCH] gpgme: Allow setuptools3-base to be excluded from the inherit list
Inheriting setuptools3-base adds a runtime dependency on Python.
This change makes inheriting setuptools3-base optional. If one does not
want a runtime dependency on Python, they can remove python
Inheriting setuptools3-base adds a runtime dependency on Python.
This change makes inheriting setuptools3-base optional. If one does not
want a runtime dependency on Python, they can remove python
|
By
David Bagonyi
·
#99072
·
|
|
[meta-python][PATCH 3/3] python3-rdflib: Upgrade 6.1.1 -> 6.2.0
Upgrade to release 6.2.0:
- SPARQL: Fixed handing of HAVING clause with variable composition
- JSON-LD parser: better support for content negotiation
- Removed the following functions that were
Upgrade to release 6.2.0:
- SPARQL: Fixed handing of HAVING clause with variable composition
- JSON-LD parser: better support for content negotiation
- Removed the following functions that were
|
By
Leon Anavi
·
#99071
·
|
|
[meta-python][PATCH 2/3] python3-coverage: Upgrade 6.4.4 -> 6.5.0
Upgrade to release 6.5.0:
- The JSON report now includes details of which branches were
taken, and which are missing for each file.
- Starting with coverage.py 6.2, class statements were marked as
Upgrade to release 6.5.0:
- The JSON report now includes details of which branches were
taken, and which are missing for each file.
- Starting with coverage.py 6.2, class statements were marked as
|
By
Leon Anavi
·
#99070
·
|
|
[meta-python][PATCH 1/3] python3-networkx: Upgrade 2.8.6 -> 2.8.7
Upgrade to release 2.8.7:
- Fixed unused root argument in has_bridges
- docstring updates for union, disjoint_union, and compose
- Updated networkx/classes/function.py
- Improved documentation for
Upgrade to release 2.8.7:
- Fixed unused root argument in has_bridges
- docstring updates for union, disjoint_union, and compose
- Updated networkx/classes/function.py
- Improved documentation for
|
By
Leon Anavi
·
#99069
·
|
|
[meta-oe] opencv: java package error
Hi,
I'm trying to build opencv-java package but I get the following errors:
| [javac] 8. ERROR
Hi,
I'm trying to build opencv-java package but I get the following errors:
| [javac] 8. ERROR
|
By
Daniel Gomez
·
#99068
·
|
|
[PATCH 3/3] python3-pybluez: add python 3.11 patch
Signed-off-by: Alexander Kanavin <alex@...>
---
.../python/python3-pybluez/py-3.11.patch | 454 ++++++++++++++++++
.../python/python3-pybluez_0.23.bb | 3 +-
2 files
Signed-off-by: Alexander Kanavin <alex@...>
---
.../python/python3-pybluez/py-3.11.patch | 454 ++++++++++++++++++
.../python/python3-pybluez_0.23.bb | 3 +-
2 files
|
By
Alexander Kanavin
·
#99067
·
|
|
[PATCH 2/3] python3-gevent: make compatible with python 3.11
Force regeneration of cython files in particular
(and strip build paths out of them afterwards).
Signed-off-by: Alexander Kanavin <alex@...>
---
.../python/python3-gevent/py-3.11.patch
Force regeneration of cython files in particular
(and strip build paths out of them afterwards).
Signed-off-by: Alexander Kanavin <alex@...>
---
.../python/python3-gevent/py-3.11.patch
|
By
Alexander Kanavin
·
#99066
·
|
|
[PATCH 1/3] python3-cchardet: depend on cython
pre-generated cython files in the tarball are not compatible
with python 3.11, and adding a dependency will regenerate them.
Signed-off-by: Alexander Kanavin <alex@...>
---
pre-generated cython files in the tarball are not compatible
with python 3.11, and adding a dependency will regenerate them.
Signed-off-by: Alexander Kanavin <alex@...>
---
|
By
Alexander Kanavin
·
#99065
·
|
|
Re: [meta-networking][dunfell][PATCH 4/4] mbedtls: Whitelist CVE-2021-43666
On the equivalent patch set against master branch, Ross Burton suggested to not add the CVE to the white list but instead get the CPE modified. We might want to do the same thing here.
Best
On the equivalent patch set against master branch, Ross Burton suggested to not add the CVE to the white list but instead get the CPE modified. We might want to do the same thing here.
Best
|
By
Mathieu Dubois-Briand
·
#99064
·
|