Re: [oe] [dunfell 00/20] Merge request Sept 7

2020-09-07 Thread Khem Raj
On Mon, Sep 7, 2020 at 11:03 AM akuster wrote: > > Please consider these changes for Dunfell. > > The following changes since commit 654ad8bea49f142d20b2b96c0dd44810a6be233a: > > jsoncpp: add PE do to revert to older PV (2020-07-18 07:24:39 -0700) > > are available in the Git repository at: > >

[oe] [dunfell 00/20] Merge request Sept 7

2020-09-07 Thread akuster
Please consider these changes for Dunfell. The following changes since commit 654ad8bea49f142d20b2b96c0dd44810a6be233a: jsoncpp: add PE do to revert to older PV (2020-07-18 07:24:39 -0700) are available in the Git repository at: git://git.openembedded.org/meta-openembedded dunfell-next

Re: [oe] [meta-networking][PATCH 3/3] mdns: add BSD-3-Clause to LICENSE

2020-09-07 Thread akuster
On 9/5/20 10:29 AM, Mikko Rapeli wrote: > The LICENSE file in source tree says: > > The majority of the source code in the mDNSResponder project is licensed > under the terms of the Apache License, Version 2.0, available from: > > > To accommodate

Re: [oe] [meta-python][PATCH 09/10] gyp: Upgrade to latest version

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Upgrade to latest version for the git repository: - Add support for CLANG_ENABLE_OBJC_WEAK - Prevent propogation to configurations of nested 'dependent-settings' directives Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH 10/10] python3-fann2: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python-fann2.inc| 9 - .../recipes-devtools/python/python3-fann2_1.1.2.bb | 13 +++-- 2

Re: [oe] [meta-python][PATCH 08/10] gyp: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/gyp/gyp.inc| 13 - meta-python/recipes-devtools/gyp/gyp_git.bb | 15 ++- 2 files

Re: [oe] [meta-python][PATCH 03/10] python3-traitlets: Upgrade 5.0.2 -> 5.0.3

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Upgrade to release 5.0.3: - handle allow_none in from_string Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-traitlets_5.0.2.bb => python3-traitlets_5.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 05/10] python3-hyperframe: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-hyperframe/python-hyperframe.inc | 10 -- .../python-hyperframe/python3-hyperframe_5.2.0.bb | 11 +--

Re: [oe] [meta-python][PATCH 04/10] python3-priority: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-priority/python-priority.inc | 10 -- .../python-priority/python3-priority_1.3.0.bb | 11 +--

Re: [oe] [meta-python][PATCH 07/10] python3-gsocketpool: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-gsocketpool/python-gsocketpool.inc | 12 .../python3-gsocketpool_0.1.6.bb | 14 --

Re: [oe] [meta-python][PATCH 06/10] python3-mprpc: Consolidate in a single file

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python-mprpc/python-mprpc.inc | 13 - .../python-mprpc/python3-mprpc_0.1.17.bb | 15 +--

Re: [oe] [meta-python][PATCH 01/10] python3-ruamel-yaml: Upgrade 0.16.10 -> 0.16.11

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Upgrade to release 0.16.11: - workaround issue with setuptools 0.50 and importing pip Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...-ruamel-yaml_0.16.10.bb => python3-ruamel-yaml_0.16.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [oe] [meta-python][PATCH 02/10] python3-cmd2: Upgrade 1.3.8 -> 1.3.9

2020-09-07 Thread Trevor Gamblin
On 9/4/20 9:47 AM, Leon Anavi wrote: Upgrade to release 1.3.9: Breaking Changes: - CommandSet.on_unregister() is now called as first step in unregistering a CommandSet and not the last. CommandSet.on_unregistered() is now the last step. Enhancements: - Added CommandSet.on_registered().

[oe] [meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python

2020-09-07 Thread Martin Jansa
* it was a bit tricky to find this, because $ bitbake -g lib32-python $ grep '"python\.' task-depends.dot doesn't show anything, but if you set COMPATIBLE_HOST_pn-python = "^(?!x86_64).*" $ bitbake lib32-python will fail with: NOTE: Resolving any missing task queue dependencies

[oe] [meta-oe][PATCH] cukinia: new package

2020-09-07 Thread leckijakub
Signed-off-by: leckijakub --- meta-oe/recipes-test/cukinia/cukinia_git.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-test/cukinia/cukinia_git.bb diff --git a/meta-oe/recipes-test/cukinia/cukinia_git.bb