[oe] [meta-multimedia][hardknott][PATCH] fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

2021-04-05 Thread Kartikey Rameshbhai Parmar
From: Kartikey Rameshbhai Parmar Remove branch 2.1.x from SRC_URI as fluidsynth github removed the branch. The SRCREV is on master branch. Signed-off-by: Kartikey Rameshbhai Parmar --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[oe] [meta-multimedia][PATCH] fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

2021-04-05 Thread Kartikey Rameshbhai Parmar
From: Kartikey Rameshbhai Parmar Remove branch 2.1.x from SRC_URI as fluidsynth github removed the branch. The SRCREV is on master branch Signed-off-by: Kartikey Rameshbhai Parmar --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletio

Re: [oe] [meta-oe][dunfell][PATCH] wireguard: fix build issue with updated 5.4 kernel

2021-04-05 Thread akuster
On 4/4/21 8:43 PM, Khem Raj wrote: > are we already past this patch in master ? Nope. Its the last commit in the repo.  We need to update to v1.0.20210219 then one commit beyond. hardknott and Gatesgarth will need this to but ar

[oe] [meta-oe][PATCH v2] iwd: Upgade to 1.13

2021-04-05 Thread Khem Raj
Fix out of tree builds Switch to tarball fetch Signed-off-by: Khem Raj --- v2: Fix out of tree builds and switch to tarball fetcher ...p_srcdir-instead-of-abs_srcdir-for-e.patch | 35 +++ .../iwd/{iwd_1.12.bb => iwd_1.13.bb} | 6 ++-- 2 files changed, 38 insertions(+),

[oe] [meta-oe][PATCH] poppler: Backport patches to fix build with glib-2.0 2.68+ and GCC11

2021-04-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...tock-glib-macro-to-define-boxed-type.patch | 228 ++ ...rrecly-used-volatile-from-enum-type-.patch | 47 .../poppler/poppler_21.03.0.bb| 2 + 3 files changed, 277 insertions(+) create mode 100644 meta-oe/recipes-support/popp

[oe] [meta-gnome][PATCH] gjs: Fix build with gcc11

2021-04-05 Thread Khem Raj
Partially backport an upstream fix to 1.58 Signed-off-by: Khem Raj Cc: Andreas Müller --- ...id-g_once_init_enter-error-in-GCC-11.patch | 77 +++ meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb| 4 +- 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 meta-gno

[oe] [meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-05 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Martin Jansa --- .../0001-Migrate-to-use-g_memdup2.patch | 192 ++ .../pidgin/pidgin-sipe_1.25.0.bb | 1 + 2 files changed, 193 insertions(+) create mode 100644 meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_mem

[oe] [Dunfell patch review 10/11] packagegroup-meta-oe: add guider

2021-04-05 Thread akuster
From: Martin Jansa * now when it's not depending on meta-python2 we can add it without conditional Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [Dunfell patch review 11/11] wireguard: fix build issue with updated 5.4 kernel

2021-04-05 Thread akuster
error: static declaration of 'icmp_ndo_send' follows non-static declaration | 959 | static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) | |^ Signed-off-by: Armin Kuster --- ...send-functions-were-backported-exten.p

[oe] [Dunfell patch review 08/11] packagegroup-meta-oe: include nodejs without meta-python2 conditional

2021-04-05 Thread akuster
From: Martin Jansa * it doesn't depend on meta-python2 since: commit eaf9cfb01864a7a64c6ba4142283a8cf76cadd9a Author: Martin Jansa Date: Thu Jan 23 17:44:06 2020 +0100 nodejs: use python3native Signed-off-by: Martin Jansa Signed-off-by: Khem Raj Signed-off-by: Martin Jan

[oe] [Dunfell patch review 09/11] packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages

2021-04-05 Thread akuster
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- .../packagegroups/packagegroup-meta-oe.bb | 30 +++ 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-co

[oe] [Dunfell patch review 06/11] Update commit for version 3.9.7

2021-04-05 Thread akuster
From: Peace Lee commit hash for version 3.9.7 is invalid because previous commit hashes chagned by git filter-branch command are restored Signed-off-by: Peace Lee Signed-off-by: Khem Raj (cherry picked from commit fdbfb6ce9943a1739220c87c3f8b5ea7bdfabd84) Signed-off-by: Armin Kuster --- meta

[oe] [Dunfell patch review 07/11] ceres-solver: prevent fetching git hook during do_configure

2021-04-05 Thread akuster
From: Martin Jansa * today I've found 2 jenkins jobs stuck way too long sitting in this do_configure Bitbake still alive (5000s) Bitbake still alive (1s) Bitbake still alive (15000s) Bitbake still alive (2s) Bitbake still alive (25000s) Bitbake still alive (3s) ... manu

[oe] [Dunfell patch review 04/11] opencv: refresh patches with devtool to apply cleanly

2021-04-05 Thread akuster
From: Martin Jansa * fixes: WARNING: opencv-4.1.0-r0 do_patch: Fuzz detected: Applying patch CVE-2019-14491.patch patching file modules/objdetect/src/cascadedetect.cpp Hunk #1 succeeded at 46 with fuzz 1 (offset -1 lines). Hunk #2 succeeded at 540 (offset -1 lines). Hunk #3 succeeded at 552 (off

[oe] [Dunfell patch review 05/11] guider: Upgrade to 3.9.7

2021-04-05 Thread akuster
From: Peace Lee Signed-off-by: Peace Lee Signed-off-by: Khem Raj (cherry picked from commit 93c9a20bf358bc10c2d99fc1d3c7247145344c29) Signed-off-by: Armin Kuster --- .../recipes-devtools/guider/guider_3.9.6.bb | 39 --- .../recipes-devtools/guider/guider_3.9.7.bb | 19

[oe] [Dunfell patch review 01/11] thin-provisioning-tools: switch branch from master to main

2021-04-05 Thread akuster
From: "changqing...@windriver.com" Signed-off-by: Changqing Li Signed-off-by: Khem Raj [cherry picked from commit 260809cffdaad4fcd42b0977090f2c467a5474ef to dunfell] Signed-off-by: Praneeth Bajjuri Signed-off-by: Armin Kuster --- .../thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb

[oe] [Dunfell patch review 03/11] neon: Add ptest

2021-04-05 Thread akuster
From: "Aditya.Tayade" Reused below test suites from neon source package: BASIC_TESTS: auth basic request session socket string-tests stubs uri-tests util-tests DAV_TESTS: acl3744 lock oldacl props xml xmlreq Overall execution time of above test suite is approximately 15sec. Signed-off-by: Neet

[oe] [Dunfell patch review 02/11] freerdp: Add missing libxkbcommon WL dependency

2021-04-05 Thread akuster
From: Marek Vasut The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut Signed-off-by: Khem Raj (cherry picked from commit 88348389707b488d5fa8e81f91267874b2fb82c4) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +- 1 file

[oe] [Dunfell patch review 00/11] April 05

2021-04-05 Thread akuster
Most of these where patches already sent to the list so a shorter review window. Please have comments back by this Tuesday. The following changes since commit d9c703aab817eb30d8a0d2c5caba29530880d1aa: opencv: Security fixes (2021-03-11 21:20:01 -0800) are available in the Git repository at:

[oe] [meta-python][PATCH 5/5] python3-regex: Upgrade 2021.3.17 -> 2021.4.4

2021-04-05 Thread Leon Anavi
Upgrade to release 2021.4.4 with the following bug fixes: - regex fails with a quantified backreference but succeeds with repeated backref - API is not a drop-in replacement for python's re when it comes to typing Signed-off-by: Leon Anavi --- .../{python3-regex_2021.3.17.bb => python3-rege

[oe] [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.8.2 -> 1.9.0

2021-04-05 Thread Leon Anavi
Upgrade to release 1.9.0: - add shift operations (`<<`, `>>`, `<<=`, `>>=`) - add `bitarray.util.ba2base()` and `bitarray.util.base2ba()` - documentation and tests Signed-off-by: Leon Anavi --- .../{python3-bitarray_1.8.2.bb => python3-bitarray_1.9.0.bb}| 2 +- 1 file changed, 1 insertion(+

[oe] [meta-python][PATCH 3/5] python3-docutils: Upgrade 0.16 -> 0.17

2021-04-05 Thread Leon Anavi
Upgrade to release 0.17: - Installing with setup.py now requires setuptools. Alternatively, install with pip. - The generic command line front end tool docutils-cli.py allows the free selection of reader, parser, and writer components. - New, experimental wrapper to integrate the recommonmark

[oe] [meta-python][PATCH 2/5] python3-pysonos: Upgrade 0.0.40 -> 0.0.41

2021-04-05 Thread Leon Anavi
Upgrade to release 0.0.41: - Add events_asyncio events module Signed-off-by: Leon Anavi --- .../{python3-pysonos_0.0.40.bb => python3-pysonos_0.0.41.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.40.bb => python3-py

[oe] [meta-python][PATCH 1/5] python3-networkx: Upgrade 2.5 -> 2.5.1

2021-04-05 Thread Leon Anavi
Upgrade to release 2.5.1: - pagerank uses scipy by default now - New source argument to has_eulerian_path to look for path starting at source - prefix_tree now uses a non-recursive algorithm. The original recursive algorithm is still available via prefix_tree_recursive Signed-off-by: Leon Ana