[oe] [meta-python][PATCH 09/11] python3-click-repl: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for click-repl, REPL plugin for Click. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-click-repl_0.1.6.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb diff --git a/meta-python/r

[oe] [meta-python][PATCH 07/11] python3-nocasedict: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for nocasedict, a case-insensitive ordered dictionary for Python. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-nocasedict_0.5.0.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb

[oe] [meta-python][PATCH 04/11] python3-tabulate: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for tabulate, a pretty-print tabular data. Changelog for release 0.8.7: - Bug fixes. New format: `pretty`. HTML escaping. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-tabulate_0.8.7.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-py

[oe] [meta-python][PATCH 05/11] python3-asciitree: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for asciitree that draws ASCII trees. Signed-off-by: Leon Anavi --- .../recipes-devtools/python/python3-asciitree_0.3.3.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb diff --git a/meta-python/rec

[oe] [meta-python][PATCH 10/11] python3-click-spinner: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for click-spinner, a spinner for Click. Signed-off-by: Leon Anavi --- .../python/python3-click-spinner_0.1.10.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb diff --git a/meta-py

[oe] [meta-python][PATCH 11/11] python3-pywbemtools: Add recipe

2020-08-21 Thread Leon Anavi
Add release 0.7.1 of the python client tools to work with WBEM Servers using the PyWBEM API: - Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid WinError 995 - Fixed exception when command entered in interactive mode, on Python 2 - Test: Default connection file does not get resto

[oe] [meta-python][PATCH 01/11] python3-pywbem: Upgrade 0.17.4 -> 1.0.2

2020-08-21 Thread Leon Anavi
Upgrade to release 1.0.2: - Fixed erronously raised HeaderParseError when WBEM server returns Content-type: text/xml. This content-type is valid according to DSP0200. Added testcases. - Fixed handling of ReturnQueryResultClass=True in WBEMConnection.OpenQueryInstances(). - Mock: In the mock

[oe] [meta-python][PATCH 02/11] python3-pydicti: Add recipe

2020-08-21 Thread Leon Anavi
Add pydicti, a case insensitive derivable dictionary. Changelog for release 1.1.3: - avoid key recomputation in __setitem__ License-Update: Add WTFPL Signed-off-by: Leon Anavi --- meta-python/licenses/WTFPL | 14 ++ .../python/python3-pydicti_1.1.3.bb

[oe] [meta-python][PATCH 06/11] python3-custom-inherit: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for custom-inherit, a Python package that provides customized docstring inheritance schemes between derived classes and their parents. Changelog for release 2.3.0: - Add three new built-in styles, numpy_with_merge, google_with_merge, and numpy_napoleon_with_merge, which permit users

[oe] [meta-python][PATCH 03/11] python3-yamlloader: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for yamlloader, an ordered YAML loader and dumper for PyYAML. Changelog for 0.5.5: - As of Python version 3.7, the insertion order in dict is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for Ordered

[oe] [meta-python][PATCH 08/11] python3-nocaselist: Add recipe

2020-08-21 Thread Leon Anavi
Add recipe for nocaselist, a case-insensitive list for Python. Changelog for 1.0.1: - Fixed the incorrect behavior of the ‘+’ and ‘+=’ operators to now (correctly) treat the right hand operand as an iterable of items to be added, instead of (incorrectly) as a single item. For ‘+’, the right

[oe] [PATCH v2] emacs: Create a new recipe for emacs

2020-08-21 Thread Alejandro Hernandez Samaniego
Emacs is for obvious reasons one of the most important and powerful editors, being the first program released by the GNU project and being maintained for many years. Its not the obvious choice when being used on a small or resource constrained device, but, on this recipe I was able to split it int

Re: [oe] [PATCH] emacs: Create a new recipe for emacs

2020-08-21 Thread Alejandro Hernandez Samaniego
Hi Khem, On Fri, Aug 21, 2020, 2:25 PM Khem Raj wrote: > > > On 8/21/20 12:26 AM, Alejandro Hernandez Samaniego wrote: > > Emacs is for obvious reasons one of the most important > > and powerful editors, being the first program released > > by the GNU project and being maintained for many years.

Re: [oe] [PATCH] asio: extend recipe to add native support

2020-08-21 Thread Khem Raj
On 8/21/20 9:56 AM, Bjarne Michelsen wrote: Native support is not required by anything in oe-core, but may be useful for some project specfic use cases. Signed-off-by: Bjarne Michelsen --- meta-oe/recipes-support/asio/asio_1.16.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/m

Re: [oe] [PATCH] emacs: Create a new recipe for emacs

2020-08-21 Thread Khem Raj
On 8/21/20 12:26 AM, Alejandro Hernandez Samaniego wrote: Emacs is for obvious reasons one of the most important and powerful editors, being the first program released by the GNU project and being maintained for many years. Its not the obvious choice when being used on a small or resource cons

[oe] [PATCH] asio: extend recipe to add native support

2020-08-21 Thread Bjarne Michelsen
Native support is not required by anything in oe-core, but may be useful for some project specfic use cases. Signed-off-by: Bjarne Michelsen --- meta-oe/recipes-support/asio/asio_1.16.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/asio/asio_1.16.1.bb b/meta

[oe] [meta-oe][PATCH] fbida: require opengl in DISTRO_FEATURES

2020-08-21 Thread Martin Jansa
* dependency on libepoxy causes: meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_2.14.bb DEPENDS on or otherwise requires it) libepoxy was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) in world builds without opengl in DISTRO_FEATURES Signed-off-by: Mart

Re: [oe] Failed to fetch URL https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip

2020-08-21 Thread Alexander Kanavin
A fix should be arriving to meta-java shortly and a patch was already posted here yesterday. Alex On Fri, 21 Aug 2020 at 16:32, Chencheng Zhang wrote: > Hi, > > The source of cacao seems to be invalid which makes the repice falsified: > https://layers.openembedded.org/layerindex/recipe/23632/ >

[oe] Failed to fetch URL https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip

2020-08-21 Thread Chencheng Zhang
Hi, The source of cacao seems to be invalid which makes the repice falsified: https://layers.openembedded.org/layerindex/recipe/23632/ And this prevents Yocto from building openjre. Could someone be kind enough to update the cacao recipe? Thanks & Regards, Chencheng -=-=-=-=-=-=-=-=-=-=-=- Links:

[oe] [meta-networking][PATCH] bearssl: fix missing install

2020-08-21 Thread Jens Rehsack
Default Makefile of bearssl doesn't have a make target which hadn't enough attraction when creating the recipe. Add missing functionality. Signed-off-by: Jens Rehsack --- .../recipes-connectivity/bearssl/bearssl_0.6.bb| 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta-

[oe] [meta-oe] [PATCH] sanlock: upgrade 3.8.1 -> 3.8.2

2020-08-21 Thread zangrc
Signed-off-by: Zang Ruochen --- .../sanlock/{sanlock_3.8.1.bb => sanlock_3.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/sanlock/{sanlock_3.8.1.bb => sanlock_3.8.2.bb} (96%) diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.1

[oe] [meta-perl] [PATCH] libnet-dns-perl: upgrade 1.25 -> 1.26

2020-08-21 Thread zangrc
Signed-off-by: Zang Ruochen --- .../{libnet-dns-perl_1.25.bb => libnet-dns-perl_1.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.25.bb => libnet-dns-perl_1.26.bb} (92%) diff --git a/meta-perl/recipes-perl/libnet/lib

[oe] [meta-oe] [PATCH] openldap: upgrade 2.4.50 -> 2.4.51

2020-08-21 Thread zangrc
Signed-off-by: Zang Ruochen --- .../openldap/{openldap_2.4.50.bb => openldap_2.4.51.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/openldap/{openldap_2.4.50.bb => openldap_2.4.51.bb} (98%) diff --git a/meta-oe/recipes-support/openldap/openlda

[oe] [meta-oe] [PATCH] nlohmann-json: upgrade 3.9.0 -> 3.9.1

2020-08-21 Thread zangrc
Signed-off-by: Zang Ruochen --- .../{nlohmann-json_3.9.0.bb => nlohmann-json_3.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/nlohmann-json/{nlohmann-json_3.9.0.bb => nlohmann-json_3.9.1.bb} (92%) diff --git a/meta-oe/recipes-devtools/nlo

[oe] [meta-oe] [PATCH] protobuf: upgrade 3.12.3 -> 3.13.0

2020-08-21 Thread zangrc
Signed-off-by: Zang Ruochen --- .../protobuf/{protobuf_3.12.3.bb => protobuf_3.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_3.12.3.bb => protobuf_3.13.0.bb} (98%) diff --git a/meta-oe/recipes-devtools/protobuf/protobu

[oe] [meta-java][PATCH] openjdk-8-native: Don't warn for stripped libfreetype.so.6

2020-08-21 Thread Jonatan Pålsson
Mimic the approach used in openjdk-8-cross.inc and add INSANE_SKIP for "already-skipped" to avoid the following warning: WARNING: openjdk-8-native-252-r0 do_populate_sysroot: File '.. snip .. /build/tmp/work/x86_64-linux/openjdk-8-native/252-r0/recipe-sysroot-native/usr/lib/jvm/openjdk-8-nati

[oe] [PATCH] emacs: Create a new recipe for emacs

2020-08-21 Thread Alejandro Hernandez Samaniego
Emacs is for obvious reasons one of the most important and powerful editors, being the first program released by the GNU project and being maintained for many years. Its not the obvious choice when being used on a small or resource constrained device, but, on this recipe I was able to split it int