[oe] [meta-oe][PATCH] fwupd: Replace python3.7 patch with upstreamed one

2022-09-20 Thread Khem Raj
Signed-off-by: Khem Raj --- ...nsupported-xml_declaration-parameter.patch | 33 --- ...e9c524998e449b822feb465a0c90317cd735.patch | 26 +++ meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb | 2 +- 3 files changed, 27 insertions(+), 34 deletions(-) delete mode 100644 me

Re: [oe] [meta-java][dunfell][PATCH] jsch: Whitelist CVE-2016-5725

2022-09-20 Thread Pawan Badganchi
Hello, Could you please add this patch in dunfell. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#98910): https://lists.openembedded.org/g/openembedded-devel/message/98910 Mute This Topic: https://lists.openembedded.org/mt/93696627/21656 Group Owne

Re: [oe] [meta-gnome][PATCH] appstream-glib: fix manpage generation

2022-09-20 Thread Markus Volk
Thanks for the suggestions. I've sent a v2 Am Di, 20. Sep 2022 um 13:43:34 + schrieb Anuj Mittal : On Tue, 2022-09-20 at 10:31 +0200, Markus Volk wrote: Creating manpages is set by default but fails with: > I/O error : Attempt to load network entity >

[oe] [meta-gnome][PATCHv2] appstream-glib: fix manpage generation

2022-09-20 Thread Markus Volk
Creating manpages is set by default but fails with: | I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"; | cannot p

Re: [oe] [meta-gnome][PATCH] appstream-glib: fix manpage generation

2022-09-20 Thread Anuj Mittal
On Tue, 2022-09-20 at 10:31 +0200, Markus Volk wrote: > Creating manpages is set by default but fails with: > > > I/O error : Attempt to load network entity > > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > warning: failed to load external entity > > "http://docbook.s

[oe] [meta-oe][PATCH] libcec: fix runtime dependencies for ${PN}-examples

2022-09-20 Thread Martin Jansa
* cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package cannot add the runtime dependency automatically * fixes: root@rpi4:# cec-client -l libcec.so.6: cannot open shared object file: No such file or directory root@rpi4:# cecc-client -l libcec.s

Re: [oe] [meta-python][PATCH V2] python3-h5py: fix wrong file driver version

2022-09-20 Thread hongxu
67ad1e13735e3cee2077f2e108f9463e Issue: LINUXEXEC-22810 (LOCAL REV: NOT UPSTREAM) -- send to oe-devel on 20220920 Signed-off-by: Hongxu Jia --- .../0001-fix-wrong-file-driver-version.patch | 53 +++ .../python/python3-h5py_3.7.0.bb | 1 + 2 files changed, 54 insertions(+)

[oe] [meta-python][PATCH V2] python3-h5py: fix wrong file driver version

2022-09-20 Thread hongxu
Issue: LINUXEXEC-22810 (LOCAL REV: NOT UPSTREAM) -- send to oe-devel on 20220920 Signed-off-by: Hongxu Jia --- .../0001-fix-wrong-file-driver-version.patch | 53 +++ .../python/python3-h5py_3.7.0.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644 meta-pyth

[oe] [meta-python][PATCH V2] python3-h5py: fix wrong file driver version

2022-09-20 Thread hongxu
Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed |>>> import h5py |Traceback (most recent call last): | File "", line 1, in | File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in |from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl |

[oe] [meta-python][PATCH] python3-h5py: fix wrong file driver version

2022-09-20 Thread hongxu
Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed |>>> import h5py |Traceback (most recent call last): | File "", line 1, in | File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in |from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl |

[oe] [meta-python][PATCH] python3-termcolor: Upgrade 1.1.0 -> 2.0.1

2022-09-20 Thread Leon Anavi
Upgrade to release 2.0.1: - Add support for Python 3.11 and PyPy - Add support for Python 3.10 - Add type annotations to the project and run mypy on CI - Add tests - Refer to GitHub Releases for release notes for 2.0.0+ - Autodeploy to TestPyPI and to PyPI for GH releases - Migrate from setuptools

[oe] [meta-gnome][PATCH] appstream-glib: fix manpage generation

2022-09-20 Thread Markus Volk
Creating manpages is set by default but fails with: | I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"; | cannot p