[oe] [dunfell][meta-oe][PATCH] nss: Remove mcpu to avoid march conflicts

2020-06-19 Thread Khem Raj
Some files are compiled with armv8-a+crypto and when using cortex-a55 the deduced march is armv8.2-a which then conflicts Signed-off-by: Khem Raj --- meta-oe/recipes-support/nss/nss_3.51.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/nss/nss_3.51.1.bb b/met

Re: [oe] [meta-network][PATCH] squid: upgrade 4.9 -> 4.12

2020-06-19 Thread Adrian Freihofer
Hi Khem Please ignore the patch. A bit-equal version is already on master-next. Andreas Müller did the same as I, just few minutes earlier. Regards Adrian On Fri, 2020-06-19 at 09:01 -0700, Khem Raj wrote: > Hi Adrian > > On 6/19/20 8:45 AM, Adrian Freihofer wrote: > > --- > > .../recipes-daem

Re: [oe] [meta-python] [PATCH] python3-wtforms: upgrade 2.2.1 -> 2.3.1

2020-06-19 Thread Trevor Gamblin
On 6/17/20 9:38 AM, Wang Mingyu wrote: ​​Signed-off-by: Wang Mingyu Acked-by: Trevor Gamblin ---  .../{python3-wtforms_2.2.1.bb => python3-wtforms_2.3.1.bb}  | 6 +++---  1 file changed, 3 insertions(+), 3 deletions(-)  rename meta-python/recipes-devtools/python/{python3-wtforms_2.2.1.bb =>

Re: [oe] [meta-python][PATCH] python3-pocketsphinx: Inherit features_check

2020-06-19 Thread Trevor Gamblin
On 6/17/20 6:15 AM, Leon Anavi wrote: Inherit features_check to fix unhandled-features-check warning while executing do_package_qa. Suggested-by: Khem Raj Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pocketsphinx_0.1.15.bb | 2 +- 1 fil

Re: [oe] [meta-python][PATCH 7/7] python3-pyrad: add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb diff --git a/

Re: [oe] [meta-python][PATCH 5/7] python3-sqlsoup: add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-sqlsoup_0.9.1.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb diff --g

Re: [oe] [meta-python][PATCH 6/7] python3-smpplib: add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-smpplib_2.1.0.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb diff --g

Re: [oe] [meta-python][PATCH 1/7] python3-configobj: Add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:27 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-configobj_5.0.6.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb diff -

Re: [oe] [meta-python][PATCH 2/7] python3-croniter: add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../python/python3-croniter_0.3.33.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb diff

Re: [oe] [meta-python][PATCH 3/7] python3-flask-versioned: Add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../python/python3-flask-versioned_0.9.4-20101221.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-2010

Re: [oe] [meta-python][PATCH 4/7] python3-huey: Add package

2020-06-19 Thread Trevor Gamblin
On 6/18/20 11:28 AM, akuster wrote: Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-huey_2.2.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.2.0.bb diff --git

Re: [oe] [PATCH 10/10] libgit2: upgrade 1.0.0 -> 1.0.1 / rename recipe

2020-06-19 Thread Khem Raj
On 6/19/20 8:55 AM, Andreas Müller wrote: > On Fri, Jun 19, 2020 at 5:48 PM Khem Raj wrote: >> >> >> >> On 6/19/20 4:32 AM, Andreas Müller wrote: >>> Signed-off-by: Andreas Müller >>> --- >>> .../libgit2/{libgit2_1.0.0.bb => libgit2_git.bb} | 3 ++- >> >> I think we have been pref

Re: [oe] [meta-network][PATCH] squid: upgrade 4.9 -> 4.12

2020-06-19 Thread Khem Raj
Hi Adrian On 6/19/20 8:45 AM, Adrian Freihofer wrote: > --- > .../recipes-daemons/squid/{squid_4.9.bb => squid_4.12.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta-networking/recipes-daemons/squid/{squid_4.9.bb => squid_4.12.bb} > (95%) > > diff --git a/meta-n

Re: [oe] [PATCH 10/10] libgit2: upgrade 1.0.0 -> 1.0.1 / rename recipe

2020-06-19 Thread Andreas Müller
On Fri, Jun 19, 2020 at 5:48 PM Khem Raj wrote: > > > > On 6/19/20 4:32 AM, Andreas Müller wrote: > > Signed-off-by: Andreas Müller > > --- > > .../libgit2/{libgit2_1.0.0.bb => libgit2_git.bb} | 3 ++- > > I think we have been preferring to use PV via recipe names if possible. > whi

Re: [oe] [PATCH 10/10] libgit2: upgrade 1.0.0 -> 1.0.1 / rename recipe

2020-06-19 Thread Khem Raj
On 6/19/20 4:32 AM, Andreas Müller wrote: > Signed-off-by: Andreas Müller > --- > .../libgit2/{libgit2_1.0.0.bb => libgit2_git.bb} | 3 ++- I think we have been preferring to use PV via recipe names if possible. which this recipe is already doing, is there any benefit of renaming

[oe] [meta-network][PATCH] squid: upgrade 4.9 -> 4.12

2020-06-19 Thread Adrian Freihofer
--- .../recipes-daemons/squid/{squid_4.9.bb => squid_4.12.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-daemons/squid/{squid_4.9.bb => squid_4.12.bb} (95%) diff --git a/meta-networking/recipes-daemons/squid/squid_4.9.bb b/meta-networking/recip

[oe] [meta-oe][PATCH] linuxptp: Fix segmentation fault on 32 bit platforms with 64 bit time_t

2020-06-19 Thread Christian Eggers
Back ported upstream patch: https://github.com/richardcochran/linuxptp/commit/7de73fefc378cc42b9ed1115b3afa409d0250a48 Signed-off-by: Christian Eggers --- .../linuxptp/time_t_maybe_long_long.patch | 135 ++ .../linuxptp/linuxptp_2.0.bb | 1 + 2 files change

[oe] [PATCH 06/10] gnome-desktop3: upgrade 3.36.2 -> 3.36.3.1

2020-06-19 Thread Andreas Müller
=== Version 3.36.3 === - thumbnails: keep the orignal file name - Fix encoding issue when translating locale modifiers - Update wallclock reftest expectations - Update Hebrew wallclock expectation - Translation updates Signed-off-by: Andreas Müller --- ...e-desktop3_3.36

[oe] [PATCH 09/10] redis: upgrade 5.0.9 -> 6.0.4

2020-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../hiredis-use-default-CC-if-it-is-set.patch | 21 --- .../redis/{redis_5.0.9.bb => redis_6.0.4.bb} | 4 ++-- 2 files changed, 15 insertions(+), 10 deletions(-) rename meta-oe/recipes-extended/redis/{redis_5.0.9.bb => redis_6.0.4.bb} (93%) di

[oe] [PATCH 10/10] libgit2: upgrade 1.0.0 -> 1.0.1 / rename recipe

2020-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../libgit2/{libgit2_1.0.0.bb => libgit2_git.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/libgit2/{libgit2_1.0.0.bb => libgit2_git.bb} (89%) diff --git a/meta-oe/recipes-support/libgit2/libgit2_1.0.0.

[oe] [PATCH 04/10] netdata: upgrade 1.17.0 -> 1.22.1

2020-06-19 Thread Andreas Müller
* 0001-Correct-timeout-issue.patch: timeout is build by coreutils * 0002-Makefiles-does-not-build-contrib-dir.patch: Upstream added identical Signed-off-by: Andreas Müller --- .../netdata/0001-Correct-timeout-issue.patch | 42 --- ...Makefiles-does-not-build-contrib-dir.patch |

[oe] [PATCH 08/10] gnome-control-center: upgrade 3.36.2 -> 3.36.3

2020-06-19 Thread Andreas Müller
Version 3.36.3 - Updated translations Users: - Show add user button also if no users found - Show permissions toolbar also if no users found Signed-off-by: Andreas Müller --- ...ontrol-center_3.36.2.bb => gnome-control-center_3.36.3.bb} | 4 ++-- 1 file change

[oe] [PATCH 05/10] libsass: upgrade 3.6.3 -> 3.6.4 / rename recipe

2020-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-support/sass/{libsass_3.6.3.bb => libsass_git.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/sass/{libsass_3.6.3.bb => libsass_git.bb} (82%) diff --git a/meta-oe/recipes-support/sass/libsass_3.6.3.bb b/m

[oe] [PATCH 07/10] evince: upgrade 3.36.3 -> 3.36.5

2020-06-19 Thread Andreas Müller
Evince3.36.5 Translations: * Matej Urbančič (Slovenian) Evince3.36.4 * pdf: Rever "support 'de facto' tooltip feature" (#1414) Reopens issues #1409 and #1410. Signed-off-by: Andreas Müller --- .../evince/{evinc

[oe] [PATCH 03/10] vlc: upgrade 3.0.10 -> 3.0.11

2020-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-multimedia/vlc/{vlc_3.0.10.bb => vlc_3.0.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/vlc/{vlc_3.0.10.bb => vlc_3.0.11.bb} (98%) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3

[oe] [PATCH 01/10] squid: upgrade 4.9 -> 4.12

2020-06-19 Thread Andreas Müller
License checksum was changed by change of copyright year Changes are found at [1-3] [1] http://www.squid-cache.org/Versions/v4/changesets/SQUID_4_12.html [2] http://www.squid-cache.org/Versions/v4/changesets/SQUID_4_11.html [3] http://www.squid-cache.org/Versions/v4/changesets/SQUID_4_10.html Si

[oe] [PATCH 02/10] libdvdcss: upgrade 1.3.0 -> 1.4.2

2020-06-19 Thread Andreas Müller
License checksum was changed by FSF address change Signed-off-by: Andreas Müller --- .../vlc/{libdvdcss_1.3.0.bb => libdvdcss_1.4.2.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-multimedia/vlc/{libdvdcss_1.3.0.bb => libdvdcss_1.4.2.bb}

Re: [oe] [meta-multimedia][zeus][PATCH] tremor: update SRC_URI as project moved to gitlab

2020-06-19 Thread Andreas Müller
On Thu, Jun 4, 2020 at 8:28 PM Rahul Kumar wrote: > > From: Armin Kuster > > It appears Xiph.Org is now on gitlab > https://gitlab.xiph.org/xiph > > Signed-off-by: Armin Kuster > Signed-off-by: Khem Raj > (cherry picked from commit cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4) > Signed-off-by: Rahu

[oe] [meta-python][PATCH 3/3] python3-msgpack: Upgrade 0.6.2 -> 1.0.0

2020-06-19 Thread Leon Anavi
Upgrade to release 1.0.0: - Remove Python 2 support from the msgpack/_cmsgpack. msgpack/fallback still supports Python 2. - Remove encoding option from the Packer and Unpacker. - Unpacker: The default value of max_buffer_type is changed to 100MiB. - Unpacker: strict_map_key is True by default

[oe] [meta-python][PATCH 1/3] python3-booleanpy: Upgrade 3.7 to 3.8

2020-06-19 Thread Leon Anavi
Upgrade to release 3.8: - Add support for evaluation of boolean expression. - Fix parsing of tokens that have a number as the first character. - Restore proper Python 2 compatibility. - Add pointers to Linux distro packages. Change LICENSE.txt md5 checksum because the year has been updated. Sign

[oe] [meta-python][PATCH 2/3] python3-toml: Upgrade 0.10.0 -> 0.10.1

2020-06-19 Thread Leon Anavi
Upgrade to release 0.10.1: - Removed test for unexpected EOF while parsing string - Raise an exception if EOF is reached and a string is unterminated - Allow loading from bytes paths. - Fix the issue where the parser fails on time attr with no space after = - Fix trailing whitespace in break -

[oe] [meta-python][PATCH 7/7] python3-ptyprocess: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../python/python-ptyprocess.inc | 41 -- .../python/python3-ptyprocess_0.6.0.bb| 43 ++- 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 2.0.10 -> 3.0.5

2020-06-19 Thread Leon Anavi
Upgrade to release 3.0.5 and add HOMEPAGE. The new release brings: New features: - (almost) 100% type annotated. - Native asyncio instead of custom event loops. - Added shift-based text selection. - Added many more vt100 ANSI sequences and keys. - Improved control/shift key support in Windows. - N

[oe] [meta-python][PATCH 5/7] python3-prompt-toolkit: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../python/python-prompt-toolkit.inc | 18 -- .../python/python3-prompt-toolkit_2.0.10.bb| 17 - 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 4/7] python3-pretend: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python-pretend.inc| 9 - .../recipes-devtools/python/python3-pretend_1.0.9.bb | 11 ++- 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 m

[oe] [meta-python][PATCH 3/7] python3-pathlib2: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python-pathlib2.inc | 11 --- .../python/python3-pathlib2_2.3.5.bb| 13 - 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 m

[oe] [meta-python][PATCH 1/7] python3-parse: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python-parse.inc | 26 - .../python/python3-parse_1.15.0.bb| 28 +-- 2 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 m

[oe] [meta-python][PATCH 2/7] python3-passlib: Consolidate in a single file

2020-06-19 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Update HOMEPAGE. Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker has moved to https://foss.heptapod.net/python-libs/passlib/wikis/home Signed-off-by: Leon Anavi --- .../python/python-passlib.inc