[oe] [PATCH 1/2] frr: add a patch to correctly check presence of python from pkg-config

2022-11-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...check-for-python-x.y-emded.pc-not-py.patch | 28 +++ .../recipes-protocols/frr/frr_8.3.1.bb| 3 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-protocols/frr/frr/0001-m4-ax_python.m4

[oe] [PATCH 2/2] lirc: correctly use PYTHONPATH

2022-11-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ot-clobber-PYTHONPATH-from-build-env.patch | 55 +++ .../recipes-connectivity/lirc/lirc_0.10.2.bb | 21 +++ 2 files changed, 66 insertions(+), 10 deletions(-) create mode 100644 meta-oe/dynamic-layers/meta-python/recipes-connectivity

[oe] [PATCH 2/3] python3-wxgtk4: skip the recipe

2022-10-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb

[oe] [PATCH 3/3] python3-yappi: mark as incompatible with python 3.11

2022-10-27 Thread Alexander Kanavin
A request to release a new version is here: https://github.com/sumerc/yappi/issues/122 Signed-off-by: Alexander Kanavin --- meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb

[oe] [PATCH 1/3] sip3: remove the recipe

2022-10-27 Thread Alexander Kanavin
a newly written recipe if someone has interest in it. Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-meta-oe.bb | 1 - meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | 40 --- 2 files changed, 41 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip

[oe] [PATCH 3/3] python3-pybluez: add python 3.11 patch

2022-10-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/python3-pybluez/py-3.11.patch | 454 ++ .../python/python3-pybluez_0.23.bb| 3 +- 2 files changed, 456 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python3-pybluez/py-3.11

[oe] [PATCH 2/3] python3-gevent: make compatible with python 3.11

2022-10-05 Thread Alexander Kanavin
Force regeneration of cython files in particular (and strip build paths out of them afterwards). Signed-off-by: Alexander Kanavin --- .../python/python3-gevent/py-3.11.patch | 170 ++ .../python/python3-gevent_21.12.0.bb | 13 +- 2 files changed, 181 insertions

[oe] [PATCH 1/3] python3-cchardet: depend on cython

2022-10-05 Thread Alexander Kanavin
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 --- meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python

Re: [oe] [PATCH 8/8] sip3: remove the recipe

2022-09-14 Thread Alexander Kanavin
do see this package is still actively developed see > https://www.riverbankcomputing.com/news/SIP_v6.6.2_Released and pypi > https://pypi.org/project/sip/ > > On Wed, Sep 14, 2022 at 5:03 AM Alexander Kanavin > wrote: > > > > It is not compatible with python 3.11, and all >

Re: [oe] [OE-core] [RFC PATCH] python3: update 3.10.6 -> 3.11.0rc2

2022-09-14 Thread Alexander Kanavin
Note, the following items from meta-oe are still not compatible and fail as of now: python3-pycocotools python3-pybluez python3-gevent python3-cchardet python3-grpcio python3-wxgtk4 Alex On Wed, 14 Sept 2022 at 14:04, Alexander Kanavin via lists.openembedded.org wrote: > > The semapho

[oe] [PATCH 7/8] mozjs-78: remove the recipe

2022-09-14 Thread Alexander Kanavin
Nothing is depending on it, and mozjs-78 has been EOL for a while. Signed-off-by: Alexander Kanavin --- ...figure-Skip-all-target-manipulations.patch | 66 ...-autoconf-s-config.sub-to-canonicali.patch | 33 -- ...03-Do-not-check-binaries-after-build.patch | 55 ...004-Cargo.toml

[oe] [PATCH 8/8] sip3: remove the recipe

2022-09-14 Thread Alexander Kanavin
It is not compatible with python 3.11, and all development has ceased: https://riverbankcomputing.com/software/sip/download Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-meta-oe.bb | 1 - meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | 40 --- 2 files

[oe] [PATCH 5/8] libsigrockdecode: add python 3.11 compatibility

2022-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-configure.ac-add-py-3.10-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch b/meta-oe/recipes-extended

[oe] [PATCH 6/8] collectd: add a python PACKAGECONFIG, off by default

2022-09-14 Thread Alexander Kanavin
This resolves python 3.11 errors as well. Signed-off-by: Alexander Kanavin --- meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb

[oe] [PATCH 3/8] zbar: disable python3 support as incompatible with py 3.11

2022-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-support/zbar/zbar_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 17084f830..3be1f27a6 100644 --- a/meta-oe/recipes-support

[oe] [PATCH 4/8] minifi-cpp: disable python support as incompatible with python 3.11

2022-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index 3d40bf857..b843f72a5 100644

[oe] [PATCH 2/8] mozjs-91: backport a python 3.11 compatibility patch

2022-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mozjs/mozjs-91/py-3.11.patch | 211 ++ .../mozjs/mozjs-91_91.13.0.bb | 1 + 2 files changed, 212 insertions(+) create mode 100644 meta-oe/recipes-extended/mozjs/mozjs-91/py-3.11.patch diff --git a/meta-oe

[oe] [PATCH 1/8] mozjs-91: update to 91.13.0

2022-09-14 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mozjs/{mozjs-91_91.8.0.bb => mozjs-91_91.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/mozjs/{mozjs-91_91.8.0.bb => mozjs-91_91.13.0.bb} (96%) diff --git a/meta-oe/recipes-extended/mozjs

Re: [oe] Changing u-boot version in the build?

2022-08-17 Thread Alexander Kanavin
You need to show the actual recipes for the newer u-boot too (e.g. publish your layer on github), otherwise it's really difficult to say where the problem is. Alex On Wed, 17 Aug 2022 at 22:37, Bruce Johnson wrote: > > I am stumped by the problem of how to build a newer version of u-boot > than

Re: [oe] [OE-core] Introducing yb - a new tool for Yocto environment setup/management

2022-08-03 Thread Alexander Kanavin
On Wed, 3 Aug 2022 at 23:02, Chris Laplante via lists.openembedded.org wrote: > But IMHO bundling the layer setup tool inside bitbake itself feels a bit like > the chicken-and-egg problem. I'd like my spec file (or JSON file, kas > configuration file, whatever) to be a complete manifest of

Re: [oe] [OE-core] Introducing yb - a new tool for Yocto environment setup/management

2022-08-03 Thread Alexander Kanavin
Hello Chris, do you think any of these pieces could be moved to 'official yocto', specifically as bitbake-layers subcommands? I read through the README, and it seems that things like 'status' and 'run' would fit very well there. Also note that there's a proposal for a json schema and layer

Re: [oe] [PATCH 4/4] opencv: update 4.5.2 -> 4.5.5

2022-06-17 Thread Alexander Kanavin
Right, then patches to update to that version would be appreciated :) Alex On Fri, 17 Jun 2022 at 07:35, Böszörményi Zoltán wrote: > > 2022. 05. 19. 11:44 keltezéssel, Alexander Kanavin írta: > > Thanks for the heads up, I think the standard policy is to simply wait > >

Re: [oe] [meta-oe][PATCH] polkit: switch back to mozjs but leave duktape as PACKAGECONFIG option

2022-06-13 Thread Alexander Kanavin
; @@ -0,0 +1,38 @@ > +From 4ce27b66bb07b72cb96d3d43a75108a5a6e7e156 Mon Sep 17 00:00:00 2001 > +From: Xi Ruoyao > +Date: Tue, 10 Aug 2021 19:09:42 +0800 > +Subject: [PATCH] jsauthority: port to mozjs-91 > + > +Upstream-Status: Submitted [ > https://gitlab.freedesktop.org/polkit

Re: [oe] [Openembedded-architecture] OpenEmbedded Developer meeting reminder

2022-05-19 Thread Alexander Kanavin
Hello Philip, when would the time slots be allocated? It doesn't look optimal to leave this to the last minute, as people need to plan their day. Alex On Tue, 17 May 2022 at 03:53, Philip Balister wrote: > > We are finalizing the agenda for the developer meeting this Friday (May > 20). The

Re: [oe] [PATCH 4/4] opencv: update 4.5.2 -> 4.5.5

2022-05-19 Thread Alexander Kanavin
Thanks for the heads up, I think the standard policy is to simply wait for 4.6.0. Alex On Thu, 19 May 2022 at 11:37, Böszörményi Zoltán wrote: > > 2022. 01. 22. 22:46 keltezéssel, Alexander Kanavin írta: > > Drop backports. > > > > Disable ffmpeg, as opencv is not yet co

Re: [Openembedded-architecture] [oe] INCOMPATIBLE_LICENSES and WHITELIST_ usage

2022-02-18 Thread Alexander Kanavin
You should really try per-image INCOMPATIBLE_LICENSE :) Maintaining those whitelists/excludes is awkward, as developers constantly want more of them. Alex On Fri, 18 Feb 2022 at 09:00, Mikko Rapeli wrote: > > Hi, > > On Thu, Feb 17, 2022 at 04:20:01PM -0800, Andre McCurdy wrote: > > On Thu, Feb

Re: [oe] Cannot build nodejs application with OpenEmbedded master branch

2022-02-16 Thread Alexander Kanavin
Hello, not sure why this is addressed directly to me, but Stefan H. knows the most about the current state of npm (which is not great). Alex On Wed, 16 Feb 2022 at 18:58, Christian Eggers wrote: > I have created a recipe for quicktype ([1], [2]) according to the wiki > article [3]. The recipe

Re: [oe] [OE-core] Inclusive Language Proposal for YP/OE

2022-02-04 Thread Alexander Kanavin
On Fri, 4 Feb 2022 at 19:39, Enrico Scholz wrote: > > Would CANCEL be clearer to you than HALT? > > mmmh for me as a developer (and non-native english speaker), "cancel" > means some ordered ending of an operation. > > But the condition above causes an emergency abort. > Cancel is the same

Re: [oe] [OE-core] Inclusive Language Proposal for YP/OE

2022-02-04 Thread Alexander Kanavin
On Fri, 4 Feb 2022 at 14:21, Enrico Scholz via lists.openembedded.org wrote: > "Jon Mason" writes: > > > For BB_DISKMON_DIRS, the actions "ABORT, STOPTASKS and WARN" would > > become "HALT, NO_NEW_TASKS and "WARN". > > I am not an native english speaker, but for "HALT" I will have to think >

Re: [oe] [meta-gnome][PATCHv2] folks: initial add recipe

2022-01-23 Thread Alexander Kanavin
2 um 14:28 schrieb Alexander Kanavin: > > nd see what they have to say > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95022): https://lists.openembedded.org/g/openembedded-devel/message/95022 Mute This Topic: https://lists.open

Re: [oe] [meta-gnome][PATCHv2] folks: initial add recipe

2022-01-23 Thread Alexander Kanavin
bgweather/libgweather_40.0.bb:GIR_MESON_OPTION > = "" > ./meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb:GIR_MESON_OPTION > = "" > ./meta-oe/recipes-support/colord/colord.bb:GIR_MESON_OPTION = "" > > And they all just set > > REQUIRE

Re: [oe] [meta-gnome][PATCHv2] folks: initial add recipe

2022-01-23 Thread Alexander Kanavin
tions and sent a patchv3 > Am 22.01.22 um 20:54 schrieb Alexander Kanavin: > > Gobject introspection is inherently hostile to cross compilation > environments as it requires running a cross-compiled binary with the qemu > emulator. That does not always work, and if it does not, your bui

[oe] [PATCH 4/4] opencv: update 4.5.2 -> 4.5.5

2022-01-22 Thread Alexander Kanavin
Drop backports. Disable ffmpeg, as opencv is not yet compatible with ffmpeg 5.0. Signed-off-by: Alexander Kanavin --- ...gument-version-of-SetTotalBytesLimit.patch | 41 - .../opencv/0001-sfm-link-with-Glog_LIBS.patch | 44 --- .../{opencv_4.5.2.bb

[oe] [PATCH 3/4] libvncserver: disable ffmpeg support due to incompatiblility with ffmpeg 5.0

2022-01-22 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb index

[oe] [PATCH 1/4] minidlna: update 1.2.1 -> 1.3.0

2022-01-22 Thread Alexander Kanavin
Drop unneeded patch. This addresses build failures with ffmpeg 5.0 Signed-off-by: Alexander Kanavin --- .../recipes-multimedia/minidlna/minidlna.inc | 2 +- ...ark-setjmp_buffer-extern-declaration.patch | 29 --- ...for-clock_gettime-seprately-from-__N.patch | 19

[oe] [PATCH 2/4] mpd: update 0.22.9 -> 0.23.5

2022-01-22 Thread Alexander Kanavin
This resolves ffmpeg 5.0 issues. Signed-off-by: Alexander Kanavin --- ...0001-include-utility-for-std-forward.patch | 43 --- .../musicpd/{mpd_0.22.9.bb => mpd_0.23.5.bb} | 13 +++--- 2 files changed, 6 insertions(+), 50 deletions(-) delete mode 100644 meta-multimedia/reci

Re: [oe] [meta-gnome][PATCHv2] folks: initial add recipe

2022-01-22 Thread Alexander Kanavin
Gobject introspection is inherently hostile to cross compilation environments as it requires running a cross-compiled binary with the qemu emulator. That does not always work, and if it does not, your build will break. So there must be a way to turn it off when it happens. Alex On Sat, 22 Jan

[oe] [PATCH 18/19] dconf-editor: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...or-meson.build-fix-meson-0.61-errors.patch | 31 +++ .../dconf/dconf-editor_3.38.3.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-gnome/recipes-gnome/dconf/dconf-editor/0001-editor-meson.build-fix-meson

[oe] [PATCH 19/19] network-manager-applet: add meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...on.build-address-meson-0.61-failures.patch | 31 +++ .../network-manager-applet_1.24.0.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet

[oe] [PATCH 16/19] gnome-control-center: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-unused-argument-for-i18n.merge_file.patch | 504 ++ .../gnome-control-center_41.2.bb | 1 + 2 files changed, 505 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001

[oe] [PATCH 15/19] gnome-disk-utility: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ild-fix-arguments-of-i18n.merge_file.patch | 34 +++ .../gnome-disk-utility_41.0.bb| 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/0001-build-fix

[oe] [PATCH 17/19] gnome-photos: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e-incorrect-args-for-i18n.merge_file.patch | 31 +++ .../gnome-photos/gnome-photos_40.0.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-photos/gnome-photos/0001-meson-remove-incorrect

[oe] [PATCH 13/19] gthumb: fix meson 0.61 builds

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...001-LINGUAS-removed-duplicated-entry.patch | 23 +++ .../recipes-gnome/gthumb/gthumb_3.12.0.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb/0001-LINGUAS-removed-duplicated

[oe] [PATCH 14/19] gedit: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e-incorrect-args-for-i18n.merge_file.patch | 34 +++ meta-gnome/recipes-gnome/gedit/gedit_40.1.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gedit/gedit/0001-Remove-incorrect-args

[oe] [PATCH 12/19] gnome-calendar: fix meson 0.61 builds

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...01-meson.build-fix-meson-0.61-builds.patch | 23 +++ .../gnome-calendar/gnome-calendar_41.2.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar/0001-meson.build-fix

[oe] [PATCH 11/19] evince: fix meson 0.61 builds

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e-incorrect-args-for-i18n.merge_file.patch | 52 +++ .../recipes-gnome/evince/evince_41.3.bb | 1 + 2 files changed, 53 insertions(+) create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-Remove-incorrect-args

[oe] [PATCH 10/19] gnome-screenshot: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...emove-extraneous-positional-argument.patch | 36 +++ .../gnome-screenshot/gnome-screenshot_41.0.bb | 1 + 2 files changed, 37 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot/0001-meson-remove

[oe] [PATCH 09/19] accountsservice: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-build-with-meson-0.60.patch | 29 +++ .../0001-musl-Hack-to-fix-build.patch | 8 + .../0002-musl-add-missing-fgetspent_r.patch | 6 ++-- .../accountsservice/accountsservice_0.6.55.bb | 4 ++- 4 files changed

[oe] [PATCH 08/19] gnome-shell: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-build-Drop-incorrect-positional-arg.patch | 81 +++ .../gnome-shell/gnome-shell_41.2.bb | 1 + 2 files changed, 82 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0001-build-Drop-incorrect

[oe] [PATCH 07/19] gnome-settings-daemon: add a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...positional-i18n.merge_file-arguments.patch | 40 +++ .../gnome-settings-daemon_41.0.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001

[oe] [PATCH 06/19] gnome-session: update 40.1.1 -> 41.3

2022-01-21 Thread Alexander Kanavin
This addresses meson 0.61 issues. Signed-off-by: Alexander Kanavin --- .../{gnome-session_40.1.1.bb => gnome-session_41.3.bb} | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_40.1.1.bb => gnome-session_41.3.b

[oe] [PATCH 05/19] gnome-font-viewer: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...01-Fix-meson-build-with-meson-0.60.0.patch | 40 +++ .../gnome-font-viewer_41.0.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-Fix-meson

[oe] [PATCH 02/19] gjs: drop patch to satisfy meson 0.61

2022-01-21 Thread Alexander Kanavin
With this version of meson the patch is no longer needed. Signed-off-by: Alexander Kanavin --- ...r-install-via-list-to-pacify-meson-0.patch | 79 --- meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb| 1 - 2 files changed, 80 deletions(-) delete mode 100644 meta-gnome/recipes

[oe] [PATCH 03/19] gnome-terminal: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-build-Fix-for-newer-meson.patch | 46 +++ .../gnome-terminal/gnome-terminal_3.42.2.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-build-Fix

[oe] [PATCH 04/19] gnome-bluetooth: backport a meson 0.61 patch

2022-01-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ix-build-for-newer-versions-of-meson.patch | 25 +++ .../gnome-bluetooth/gnome-bluetooth_3.34.5.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-build-Fix-build

[oe] [PATCH 01/19] gtkmm3: add gdk-pixbuf-native to satisfy meson 0.61

2022-01-21 Thread Alexander Kanavin
This version of meson checks for gkd-pixbuf utilities regardless of whether demos are enabled or not. Signed-off-by: Alexander Kanavin --- meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb

Re: [oe] [meta-gnome][PATCH] nautilus: Fix build with libportal >= 0.5

2022-01-11 Thread Alexander Kanavin
You really should make this optional Khem, there's no reason to build with it by default. Alex On Tue, 11 Jan 2022 at 20:38, Khem Raj wrote: > Signed-off-by: Khem Raj > Cc: Alexander Kanavin > Cc: Andreas Müller > --- > .../nautilus/nautilus/liportal-0.5-

[oe] [PATCH] libportal: add from oe-core

2022-01-09 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-gnome/libportal/libportal_0.5.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-gnome/recipes-gnome/libportal/libportal_0.5.bb diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.5.bb b/meta-gnome

Re: [oe] [meta-oe][PATCH] python3: udpate to 3.10.1

2021-12-07 Thread Alexander Kanavin
add-usr-lib-termcap-to-linker-flags-to-avoid-.patch > @@ -1,4 +1,4 @@ > -From 039c53dd5baddec3359a05be0bff46a3b32bbb84 Mon Sep 17 00:00:00 2001 > +From 80f872e4573f542d33f9151453877d566f79 Mon Sep 17 00:00:00 2001 > From: Alexander Kanavin > Date: Fri, 25 Jan 2019

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Alexander Kanavin
On Tue, 7 Dec 2021 at 14:27, Marek Vasut wrote: > >> And as far as I can tell, bitbake can stick something into DEPENDS > >> before it parses this recipe, so the :append is valid. > >> > >> Furthermore, git grep through oe-core already indicates a few recipes > >> which use DEPENDS:append. > > I

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Alexander Kanavin
Perhaps this issue should be addressed to Konrad first before rushing to write a patch? Alex On Tue, 7 Dec 2021 at 14:22, Marek Vasut wrote: > On 12/7/21 13:35, Martin Jansa wrote: > >> The build system might have put something into DEPENDS already > > > > There is only copyright notice before

Re: [oe] [meta-oe][PATCH] freerdp: Use DEPENDS:append

2021-12-07 Thread Alexander Kanavin
I don't think this makes sense either FWIW. The standard practice is that the recipe sets DEPENDS and then the classes add to it. Alex On Tue, 7 Dec 2021 at 13:04, Jacob Kroon wrote: > On 12/7/21 12:39, Marek Vasut wrote: > > The build system might have put something into DEPENDS already, > >

[oe] [PATCH] libid3tag: add from oe-core

2021-12-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-gperf-3.1-incompatibility.patch | 40 + .../libid3tag/libid3tag/10_utf16.patch| 34 +++ .../libid3tag/libid3tag/addpkgconfig.patch| 43 +++ .../libid3tag/libid3tag/cflags_filter.patch

[oe] [PATCH 1/2] libstatgrab: update 0.92 -> 0.92.1

2021-11-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...re.ac-Do-not-use-single-line-comment.patch | 33 --- ...statgrab_0.92.bb => libstatgrab_0.92.1.bb} | 6 ++-- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 meta-oe/recipes-extended/libstatgrab/libstatgrab/0

[oe] [PATCH 2/2] open-vpm-tools: update 11.2.5 -> 11.3.5

2021-11-12 Thread Alexander Kanavin
Drop 0001-hgfsmounter-Makefile.am-support-usrmerge.patch (file no longer present) 0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch (issue fixed upstream) Signed-off-by: Alexander Kanavin --- ...-Add-resolv_compat.h-for-musl-builds.patch | 8 ++-- ...mounter-Makefile.am-support

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Alexander Kanavin
= "gtk4" in it. Alex On Mon, 1 Nov 2021 at 13:07, Andreas Müller wrote: > On Mon, Nov 1, 2021 at 12:51 PM Alexander Kanavin > wrote: > > > > Can you please name this one simply 'gtk'? There's no reason to append 4 > in there. > > > > Alex

Re: [oe] [meta-gnome++][PATCH 11/31] gtk4: initial add 4.4.0

2021-11-01 Thread Alexander Kanavin
Can you please name this one simply 'gtk'? There's no reason to append 4 in there. Alex On Mon, 1 Nov 2021 at 12:49, Andreas Müller wrote: > * It is a hard dependency for gnome-shell 41 > * Final destination for this recipe should be oe-core but start it here > first: > * Some dependencies

Re: [oe] [PATCH 06/24] mozjs: update 60.9.0 -> 91.1.0

2021-10-26 Thread Alexander Kanavin
On Tue, 26 Oct 2021 at 07:37, Andreas Müller wrote: > As long as nobody comes up with a solution, kick out meta-gnome from > world. In the long run I think we need multiple versions of mozjs as > others do. This was on my list but I am still not convinced that > efforts here are a just waste of

Re: [oe] [PATCH 23/24] luaposix: update 33.4.0 -> 35.1

2021-10-20 Thread Alexander Kanavin
On Wed, 20 Oct 2021 at 19:37, Khem Raj wrote: > > it did not work as it is because it missed setting lua-version and I > did not realize that during squashing the patches got reversed > Setting lua version is only used in the recipe to set FILES, and that can be simply changed to take parent

Re: [oe] [PATCH 23/24] luaposix: update 33.4.0 -> 35.1

2021-10-20 Thread Alexander Kanavin
How about we replace Khem's patch with mine then? Alex On Wed, 20 Oct 2021 at 19:30, Khem Raj wrote: > On Wed, Oct 20, 2021 at 9:47 AM Martin Jansa > wrote: > > > > On Mon, Oct 11, 2021 at 8:42 PM Alexander Kanavin < > alex.kana...@gmail.com> wrote: > >>

Re: [oe] [PATCH 23/24] luaposix: update 33.4.0 -> 35.1

2021-10-20 Thread Alexander Kanavin
On Wed, 20 Oct 2021 at 18:47, Martin Jansa wrote: > On Mon, Oct 11, 2021 at 8:42 PM Alexander Kanavin > wrote: > >> Drop autotools/makefile patch and change the build system to luke, >> as upstream uses that now. >> > > Any idea why it fails? > > luap

Re: [oe] [PATCH 08/24] netplan: do not use -Werror

2021-10-12 Thread Alexander Kanavin
Right, I can send fixups for all these, but would it be faster and less friction if you simply add them yourself? Alex On Tue, 12 Oct 2021 at 02:03, Khem Raj wrote: > > > On Mon, Oct 11, 2021 at 3:00 PM Alexander Kanavin > wrote: > >> Sorry - it was due to the same op

Re: [oe] [PATCH 08/24] netplan: do not use -Werror

2021-10-11 Thread Alexander Kanavin
(should not :) On Tue, 12 Oct 2021 at 00:00, Alexander Kanavin via lists.openembedded.org wrote: > Sorry - it was due to the same openssl 3.x deprecation warnings turning > into errors. Generally I think we should want -Werror anywhere, it's > something only upstream should use, n

Re: [oe] [PATCH 08/24] netplan: do not use -Werror

2021-10-11 Thread Alexander Kanavin
Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > > --- > > .../0001-Makefile-do-not-use-Werror.patch | 23 +++ > > ...-t-fail-if-GLOB_BRACE-is-not-defined.patch | 7 -- > > .../netplan/netplan_0.103.bb | 4 ++

[oe] [PATCH 23/24] luaposix: update 33.4.0 -> 35.1

2021-10-11 Thread Alexander Kanavin
Drop autotools/makefile patch and change the build system to luke, as upstream uses that now. License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...ace-condition-between-test-and-mkdir.patch | 75 --- .../luaposix/luaposix_33.4.0.bb | 21

[oe] [PATCH 24/24] python3-m2crypto: address build failure with openssl 3.x

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...p.py-address-openssl-3.x-build-issue.patch | 28 +++ .../python/python3-m2crypto_0.38.0.bb | 5 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-m2crypto/0001

[oe] [PATCH 22/24] opensc: do not use -Werror

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-support/opensc/opensc_0.22.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb index e8bb505e4..44a0dccbb 100644 --- a/meta-oe/recipes

[oe] [PATCH 21/24] freerdp: backport openssl 3.x patches

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e-support-and-build-with-OpenSSL-3.0.patch | 43 +++ ...d-calling-FIPS_mode-with-OpenSSL-3.0.patch | 28 .../recipes-support/freerdp/freerdp_2.3.0.bb | 2 + 3 files changed, 73 insertions(+) create mode 100644 meta-oe

[oe] [PATCH 20/24] surf: add a webkit 2.34 compatibility patch

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ake-compatible-with-webkitgtk-2.34.0.patch | 32 +++ meta-oe/recipes-graphics/surf/surf_2.1.bb | 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-graphics/surf/surf/0001-config.ml-make

[oe] [PATCH 19/24] libsigrokdecode: add a python 3.10 compatibility patch

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...001-configure.ac-add-py-3.10-support.patch | 24 +++ .../sigrok/libsigrokdecode_0.5.3.bb | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-extended/sigrok/libsigrokdecode/0001

[oe] [PATCH 18/24] cfengine: blacklist due to openssl 3.x incompatibility

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb index 38efe6306..60c5ab381 100644

[oe] [PATCH 17/24] boinc-client: blacklist due to openssl 3.x incompatibility

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb index 0acd09995..79aaad9d8 100644

[oe] [PATCH 16/24] php: disable openssl PACKAGECONFIG

2021-10-11 Thread Alexander Kanavin
Until upstream addresses openssl 3.x compatibility issues. Signed-off-by: Alexander Kanavin --- meta-oe/recipes-devtools/php/php_7.4.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php_7.4.21.bb b/meta-oe/recipes-devtools/php/php_7.4.21.bb

[oe] [PATCH 15/24] nodejs: add a python 3.10 compatibility patch

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-jinja-tests.py-add-py-3.10-fix.patch | 41 +++ .../recipes-devtools/nodejs/nodejs_14.17.1.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0001-jinja-tests.py-add-py-3.10

[oe] [PATCH 14/24] nodejs: use -fpermissive

2021-10-11 Thread Alexander Kanavin
This resolves openssl 3.x errors until upstream addresses them properly. Signed-off-by: Alexander Kanavin --- meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools

[oe] [PATCH 13/24] ldns: blacklist due to openssl 3.x incompatibility

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb index 2ce669154..858614cee 100644 --- a/meta-oe/recipes-devtools/ldns

[oe] [PATCH 12/24] pkcs11-helper: backport a openssl 3.x patch

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...move-RSA_SSLV23_PADDING-constant-usa.patch | 27 +++ .../pkcs11-helper/pkcs11-helper_1.27.bb | 4 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper/0001-build

[oe] [PATCH 11/24] strongswan: disable openssl PACKAGECONFIG

2021-10-11 Thread Alexander Kanavin
Until upstream addresses openssl 3.x compatibility issues. Signed-off-by: Alexander Kanavin --- meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b

[oe] [PATCH 10/24] openipmi: add a python 3.10 compatibility patch

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ..._devel.m4-do-not-check-for-distutils.patch | 41 +++ .../openipmi/openipmi_2.0.31.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta-networking/recipes-support/openipmi/files/0001-m4-ax_python_devel.m4-do

[oe] [PATCH 09/24] openflow: disable openssl PACKAGECONFIG

2021-10-11 Thread Alexander Kanavin
Until upstream addresses openssl 3.x compatibility issues. Signed-off-by: Alexander Kanavin --- meta-networking/recipes-protocols/openflow/openflow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking

[oe] [PATCH 08/24] netplan: do not use -Werror

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Makefile-do-not-use-Werror.patch | 23 +++ ...-t-fail-if-GLOB_BRACE-is-not-defined.patch | 7 -- .../netplan/netplan_0.103.bb | 4 +++- 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644

[oe] [PATCH 07/24] polkit: update 0.116 -> 0.119

2021-10-11 Thread Alexander Kanavin
Sadly, the move to duktape has not yet happend, but it is on the way, and meanwhile we can use modern mozjs at least. Signed-off-by: Alexander Kanavin --- .../0002-jsauthority-port-to-mozjs-91.patch | 38 +++ ...re-to-call-JS_Init-and-JS_ShutDown-e.patch | 63

[oe] [PATCH 04/24] python3-yappi: add python 3.10 fix

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/python3-yappi/python310.patch | 51 +++ .../python/python3-yappi_1.3.2.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-yappi/python310.patch diff --git

[oe] [PATCH 05/24] python3-gmpy2: update 2.0.8 -> 2.1.0rc1

2021-10-11 Thread Alexander Kanavin
This resolves python 3.10 compatilbility issues. Signed-off-by: Alexander Kanavin --- .../{python3-gmpy2_2.0.8.bb => python3-gmpy2_2.1.0rc1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-gmpy2_2.0.8.bb => p

[oe] [PATCH 03/24] kronosnet: update 1.20 -> 1.22

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../kronosnet/{kronosnet_1.20.bb => kronosnet_1.22.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-extended/kronosnet/{kronosnet_1.20.bb => kronosnet_1.22.bb} (96%) diff --git a/meta-networking/r

[oe] [PATCH 02/24] nghttp2: remove recipe as it is now in oe-core

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0001-fetch-ocsp-response-use-python3.patch | 27 -- .../recipes-support/nghttp2/nghttp2_1.45.1.bb | 36 --- 2 files changed, 63 deletions(-) delete mode 100644 meta-networking/recipes-support/nghttp2/nghttp2/0001-fetch-ocsp

[oe] [PATCH 01/24] lua: remove recipe as it is now in oe-core

2021-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ilding-lua-without-readline-on-Linux.patch | 59 ...rriers-cannot-be-active-during-sweep.patch | 90 --- .../lua/lua/CVE-2020-15888.patch | 45 -- meta-oe/recipes-devtools/lua/lua/lua.pc.in| 10

[oe] [PATCH 4/4] spdlog: update 1.8.2 -> 1.9.2

2021-09-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-support/spdlog/{spdlog_1.8.2.bb => spdlog_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/spdlog/{spdlog_1.8.2.bb => spdlog_1.9.2.bb} (93%) diff --git a/meta-oe/recipes-support/spdlog/spdlog

[oe] [PATCH 3/4] fmt: update 7.1.3 -> 8.0.1

2021-09-08 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-support/fmt/{fmt_7.1.3.bb => fmt_8.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/fmt/{fmt_7.1.3.bb => fmt_8.0.1.bb} (82%) diff --git a/meta-oe/recipes-support/fmt/fmt_7.1.3.bb b/m

[oe] [PATCH 1/4] msgpack-c: update 3.2.1 -> 4.0.0, add msgpack-cpp

2021-09-08 Thread Alexander Kanavin
Upstream has split the C and C++ versions into separate components so add the recipe for CPP flavour. The only consumer in meta-oe, tmate, still builds fine. Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-meta-oe.bb | 1 + ...{msgpack-c_3.2.1.bb => msgpack-c_4.0.0

<    1   2   3   4   5   >