[oe] [meta-networking][master][mickledore][PATCH] wireshark: Fix CVE-2023-2858 & CVE-2023-2879

2023-06-07 Thread Hitendra Prajapati
Backport fixes for: * CVE-2023-2858 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/cb190d6839ddcd4596b0205844f45553f1e77105 * CVE-2023-2879 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/118815ca7c9f82c1f83f8f64d9e0e54673f31677

[oe] [meta-oe][PATCH] glog: Correct the packaging of /usr/share/glog/cmake/FindUnwind.cmake

2023-06-07 Thread Peter Kjellerstedt
It belongs in the glog-dev package. Signed-off-by: Peter Kjellerstedt --- meta-oe/recipes-support/glog/glog_0.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/glog/glog_0.6.0.bb b/meta-oe/recipes-support/glog/glog_0.6.0.bb index 5d12ba693..1c8867f04 100644

Re: [oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Ross Burton
On 7 Jun 2023, at 12:41, Böszörményi Zoltán wrote: > > 2023. 06. 07. 13:26 keltezéssel, Ross Burton írta: >> On 7 Jun 2023, at 12:24, Böszörményi Zoltán wrote: > +# This prevents the meson error: > +# ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. > Pick one.

[oe] kirkstone merge request: June 7th

2023-06-07 Thread Armin Kuster
The following changes since commit 5f120a926b0fcd55cfe7565bb7ddf23661cad498:   libbpf: installing uapi headers for native package (2023-05-23 23:12:51 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up

Re: [oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Zoltan Boszormenyi
2023. 06. 07. 13:26 keltezéssel, Ross Burton írta: On 7 Jun 2023, at 12:24, Böszörményi Zoltán wrote: +# This prevents the meson error: +# ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one. +MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}" If mesonpy ever switches

Re: [oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Ross Burton
On 7 Jun 2023, at 12:24, Böszörményi Zoltán wrote: >>> +# This prevents the meson error: >>> +# ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick >>> one. >>> +MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}" >> If mesonpy ever switches to —buildtype then this will

Re: [oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Zoltan Boszormenyi
2023. 06. 07. 11:57 keltezéssel, Ross Burton írta: On 7 Jun 2023, at 07:55, Zoltan Boszormenyi via lists.openembedded.org wrote: +# Filter out meson_do_qa_configure from do_configure[postfuncs] +DOCONFIGUREPOSTFUNCS := "${@d.getVarFlag('do_configure', 'postfuncs')}"

Re: [oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Ross Burton
On 7 Jun 2023, at 07:55, Zoltan Boszormenyi via lists.openembedded.org wrote: > +# Filter out meson_do_qa_configure from do_configure[postfuncs] > +DOCONFIGUREPOSTFUNCS := "${@d.getVarFlag('do_configure', 'postfuncs')}" > +DOCONFIGUREPOSTFUNCS:remove = "meson_do_qa_configure" >

[oe][meta-oe][mickledore][PATCH] libbpf: installing uapi headers for native package

2023-06-07 Thread Xiangyu Chen
From: Xiangyu Chen using libbpf-native provided headers for pahole-native or other application. Signed-off-by: Xiangyu Chen --- meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb

[oe] [meta-networking][mickledore][PATCH] wireshark: Fix CVE-2023-2855 & CVE-2023-2856

2023-06-07 Thread Hitendra Prajapati
Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/db5135826de3a5fdb3618225c2ff02f4207012ca

Re: [oe] [meta-oe][mickledore][PATCH 05/36] fftw: Remove hardcoded sysroot into binaries

2023-06-07 Thread Khem Raj
On Wed, Jun 7, 2023 at 12:53 AM Böszörményi Zoltán wrote: > > This causes a build error in fftw-native: right. We also need to backport https://git.openembedded.org/meta-openembedded/commit/?id=fcdb991b8015e77353517fb327d0def2a23b0173 > > ERROR: fftw-native-3.3.10-r0 do_compile: >

Re: [oe] [meta-oe][PATCH] fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed ops

2023-06-07 Thread Zoltan Boszormenyi
Please backport this to mickledore ASAP. 2023. 05. 23. 6:51 keltezéssel, Khem Raj írta: Ensures that we do not apply empty sed expression which might happen when building native recipe Cc: jan vermaete Signed-off-by: Khem Raj --- meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 2 +- 1 file

Re: [oe] [meta-oe][mickledore][PATCH 05/36] fftw: Remove hardcoded sysroot into binaries

2023-06-07 Thread Zoltan Boszormenyi
This causes a build error in fftw-native: ERROR: fftw-native-3.3.10-r0 do_compile: ExecutionError('/data2/dtd-yocto-4.2/tmp-sicom-glibc/work/x86_64-linux/fftw-native/3.3.10-r0/temp/run.do_compile.3532203', 1, None, None) ERROR: Logfile of failure stored in:

Re: [oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
2023. 06. 07. 9:23 keltezéssel, Zoltán Böszörményi írta: mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are

[oe] [meta-oe][PATCH v4] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by

[oe] [meta-oe][PATCH v3] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by

Re: [oe] [meta-oe][PATCH v2] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
2023. 06. 07. 8:47 keltezéssel, Khem Raj írta: On Tue, Jun 6, 2023 at 11:40 PM Zoltán Böszörményi wrote: mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add

[oe] [meta-python][PATCH 2/2] python_mesonpy: New class

2023-06-07 Thread Zoltan Boszormenyi
This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi --- meta-python/classes/python_mesonpy.bbclass | 54

[oe] [meta-python][PATCH 1/2] python3-meson-python: New recipe

2023-06-07 Thread Zoltan Boszormenyi
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi --- .../python/python3-meson-python_0.13.1.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH v2] mpich: Upgrade to 4.1.1

2023-06-07 Thread Khem Raj
On Tue, Jun 6, 2023 at 11:40 PM Zoltán Böszörményi wrote: > mpich 4.1+ has its own official way to allow cross-compiling, > use it. > > Remove the old PACKAGECONFIG[x11], the configuration option > does not exist anymore. > > Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN > parts.

[oe] [meta-oe][PATCH v2] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by

Re: [oe] [meta-oe][PATCH] mpich: Upgrade to 4.1.1

2023-06-07 Thread Zoltan Boszormenyi
Since it absolutely wants to use gfortran, is it acceptable to set TOOLCHAIN="gcc"? 2023. 06. 07. 8:01 keltezéssel, Khem Raj írta: its failing to configure for qemumips/clang https://errors.yoctoproject.org/Errors/Details/707724/ On Tue, Jun 6, 2023 at 4:01 AM Zoltán Böszörményi wrote:

Re: [oe] [meta-networking][master][PATCH] wireshark: Fix CVE-2023-2855 & CVE-2023-2856

2023-06-07 Thread Armin Kuster
On 6/7/23 1:16 AM, Hitendra Prajapati wrote: Backport fixes for: * CVE-2023-2855 - Upstream-Status: Backport from https://gitlab.com/wireshark/wireshark/-/commit/0181fafb2134a177328443a60b5e29c4ee1041cb * CVE-2023-2856 - Upstream-Status: Backport from

Re: [oe] [meta-oe][PATCH] mpich: Upgrade to 4.1.1

2023-06-07 Thread Khem Raj
its failing to configure for qemumips/clang https://errors.yoctoproject.org/Errors/Details/707724/ On Tue, Jun 6, 2023 at 4:01 AM Zoltán Böszörményi wrote: > > mpich 4.1+ has its own official way to allow cross-compiling, > use it. > > Remove the old PACKAGECONFIG[x11], the configuration option