[oe] [meta-networking][PATCH] chrony: Upgrade to 4.0

2020-11-23 Thread Khem Raj
ChangeLog is here [1] Do not install /var/log as it conflicts with basefiles package Collected errors: * check_data_file_clashes: Package chrony wants to install file /var/log But that file is already provided by package * base-files Remove CVE patch since its upstream Forward port

[oe][meta-oe][PATCH] fcgiwrap: add recipe

2020-11-23 Thread Joshua Watt via lists.openembedded.org
From: Senthil Selvaganesan fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx and other web servers that may need it. Homepage: https://github.com/gnosek/fcgiwrap. Signed-off-by: Senthil Selvaganesan Signed-off-by: Joshua Watt

Re: [oe] [meta-oe][PATCH v2] thingsboard-gateway: Move under dynamic layers

2020-11-23 Thread Khem Raj
On Mon, Nov 23, 2020 at 6:46 AM Martin Jansa wrote: > > Acked-by: Martin Jansa > > BTW: "python3-jsonpath-rw: Add recipe for v1.4.0" commit is also only in > master-next branch (and after this), so thingsboard-gateway_2.5.2.bb is > broken in master completely (not only when meta-python layer

Re: [oe] [meta-oe][PATCH] cpp-netlib: add bitbake recipe

2020-11-23 Thread Sinan Kaya
On 11/23/2020 1:14 PM, Khem Raj wrote: >> I guess, I should have been a bit more clear. So question is/was if >> this package >> should be packages into packagegroup-meta-oe as well, since this helps in >> ensuring that we can find any packaging issues etc. which normal world >> builds dont. >> >

Re: [oe] Dunfell-next merge request Nov 23

2020-11-23 Thread Khem Raj
merged thanks. On Mon, Nov 23, 2020 at 11:41 AM akuster808 wrote: > > The following changes since commit 2a5c534d2b9f01e9c0f39701fccd7fc874945b1c: > > python3-pykwalify: fix missing comma (2020-10-04 16:32:42 -0700) > > are available in the Git repository at: > >

Re: [oe] [meta-oe][PATCH v2] thingsboard-gateway: Move under dynamic layers

2020-11-23 Thread Martin Jansa
Acked-by: Martin Jansa BTW: "python3-jsonpath-rw: Add recipe for v1.4.0" commit is also only in master-next branch (and after this), so thingsboard-gateway_2.5.2.bb is broken in master completely (not only when meta-python layer isn't included). On Thu, Nov 19, 2020 at 4:58 PM Khem Raj wrote:

Re: [oe][meta-oe][PATCH] fcgiwrap: add recipe

2020-11-23 Thread Khem Raj
On Mon, Nov 23, 2020 at 6:17 AM Joshua Watt via lists.openembedded.org wrote: > > From: Senthil Selvaganesan > > fcgiwrap is a simple server for running CGI applications over FastCGI. > It hopes to provide clean CGI support to Nginx and other web servers > that may need it. Homepage:

Re: [oe] [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.6.20 -> 2020.11.8

2020-11-23 Thread Trevor Gamblin
On 2020-11-18 9:02 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 2020.11.8: - Declare support for Python 3.9 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...hon3-certifi_2020.6.20.bb => python3-certifi_2020.11.8.bb} |

Re: [oe] [meta-python][PATCH 3/3] python3-toml: Upgrade 0.10.1 -> 0.10.2

2020-11-23 Thread Trevor Gamblin
On 2020-11-20 4:29 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.10.2: - Added toml.dump example to Quick Tutorial - Skip numpy tests when numpy is not available - Bug fix: ids were based on the string, rather than the actual

Re: [oe] [meta-python][PATCH 2/3] python3-arpeggio: Upgrade 1.9.2 -> 1.10.1

2020-11-23 Thread Trevor Gamblin
On 2020-11-20 4:29 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.10.1: - Fix packaging, exclude examples from wheel Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...thon3-arpeggio_1.9.2.bb =>

Re: [oe] [meta-python][PATCH 1/3] python3-cantools: Upgrade 35.3.0 -> 35.5.0

2020-11-23 Thread Trevor Gamblin
On 2020-11-20 4:29 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 35.5.0: - Added support for CAN FD in monitor.py cli tool Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-cantools_35.3.0.bb =>

Re: [oe] [meta-python][PATCH 4/5] python3-bitarray: Upgrade 1.6.0 -> 1.6.1

2020-11-23 Thread Trevor Gamblin
On 2020-11-18 9:02 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.6.1: - use PyType_Ready for all types: bitarray, bitarrayiterator, decodeiterator, decodetree, searchiterator Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin

Re: [oe] [meta-python][PATCH 1/3] python3-pytest: Upgrade to 6.1.2

2020-11-23 Thread Trevor Gamblin
On 2020-11-23 1:24 a.m., Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../{python3-pytest_6.1.0.bb => python3-pytest_6.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 3/3] python3-sortedcontainers: Add recipe

2020-11-23 Thread Trevor Gamblin
On 2020-11-23 1:24 a.m., Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Its needed by python3-numpy pytests Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-sortedcontainers_2.3.0.bb | 9 + 1 file changed, 9

Re: [oe] [meta-python][PATCH 2/3] python3-hypothesis: Add recipe

2020-11-23 Thread Trevor Gamblin
On 2020-11-23 1:24 a.m., Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Its needed by python3-numpy pytests Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-hypothesis_5.41.3.bb| 14 ++ 1 file changed, 14

[oe] Dunfell-next merge request Nov 23

2020-11-23 Thread akuster
The following changes since commit 2a5c534d2b9f01e9c0f39701fccd7fc874945b1c:   python3-pykwalify: fix missing comma (2020-10-04 16:32:42 -0700) are available in the Git repository at:   git://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to

Re: [oe] [meta-python][PATCH 2/5] python3-diskcache: Upgrade 5.0.3 -> 5.1.0

2020-11-23 Thread Trevor Gamblin
On 2020-11-18 9:02 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 5.1.0: - Support transactions in FanoutCache (probably a bad idea) - Prevent cache shard attribute access when unsafe Signed-off-by: Leon Anavi Acked-by: Trevor

Re: [oe] [meta-python][PATCH 1/5] python3-gmqtt: Upgrade 0.6.7 -> 0.6.8

2020-11-23 Thread Trevor Gamblin
On 2020-11-18 9:02 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.6.8: - Fix encode str to bytes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-gmqtt_0.6.7.bb => python3-gmqtt_0.6.8.bb} | 4 ++-- 1

Re: [oe] [meta-python][PATCH 5/5] python3-jsonpath-rw: Add recipe for v1.4.0

2020-11-23 Thread Trevor Gamblin
On 2020-11-17 6:04 p.m., Khem Raj wrote: [Please note this e-mail is from an EXTERNAL e-mail address] From: "hasan.men" Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../python/python3-jsonpath-rw_1.4.0.bb | 12 1 file changed, 12 insertions(+)

Re: [oe] [meta-python][PATCH 3/5] python3-croniter: Upgrade 0.3.35 -> 0.3.36

2020-11-23 Thread Trevor Gamblin
On 2020-11-18 9:02 a.m., Leon Anavi wrote: [Please note this e-mail is from an EXTERNAL e-mail address] Upgrade to release 0.3.36: - Updated docs section regarding max_years_between_matches to be more shorter and hopefully more relevant - Don't install tests Signed-off-by: Leon Anavi

[oe] [meta-python][PATCH] packagegroup-meta-python: Add newly added recipes to packagegroup-meta-python3

2020-11-23 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index

[oe] [meta-python][PATCH] python3-jinja2: Fix ptest RDEPENDS and file installation

2020-11-23 Thread Trevor Gamblin
jinja2's ptest is failing when running meta-python-ptest-image. This is happening for two reasons: 1) python3-jinja2 is in oe-core, but the ptests are disabled. 2) python3-toml is required for the ptest; Because of #1, do_install_ptest doesn't actually run and so no tests are installed for

Re: [oe] [meta-oe][PATCH] cpp-netlib: add bitbake recipe

2020-11-23 Thread Khem Raj
On 11/22/20 6:47 PM, Khem Raj wrote: On Sun, Nov 22, 2020 at 6:11 PM Sinan Kaya wrote: On 11/21/2020 2:20 AM, Khem Raj wrote: can we add it to testing packagegroup too please ? hmm, why would this belong to testing group? This is a support library for networking similar to boost. I

Re: [oe] [meta-oe][PATCH v5] heaptrack: add bitbake recipe

2020-11-23 Thread Khem Raj
Hi Sinan This fails to build on musl https://errors.yoctoproject.org/Errors/Details/538799/ On Sun, Nov 22, 2020 at 6:09 PM Sinan Kaya wrote: > > Add this useful tool to the devtools list. > > Reviewed-by: Otavio Salvador > Signed-off-by: Sinan Kaya > --- >

Re: [oe] [meta-oe][PATCH] heaptrack: Mark RISCV host incompatible

2020-11-23 Thread Sinan Kaya
On 11/23/2020 6:54 PM, Khem Raj wrote: > +# libiunwind is not yet ported to RISCV Small typo here libiunwind vs. libunwind. Reviewed-by: Sinan Kaya otherwise. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88088):

Re: [oe] [meta-oe][PATCH] heaptrack: Mark RISCV host incompatible

2020-11-23 Thread Khem Raj
On Mon, Nov 23, 2020 at 4:04 PM Sinan Kaya wrote: > > On 11/23/2020 6:54 PM, Khem Raj wrote: > > +# libiunwind is not yet ported to RISCV > > > Small typo here libiunwind vs. libunwind. > > Reviewed-by: Sinan Kaya > Thanks, fixed in master-next > otherwise. -=-=-=-=-=-=-=-=-=-=-=- Links: You

[oe] [meta-oe][PATCH] heaptrack: Mark RISCV host incompatible

2020-11-23 Thread Khem Raj
Depends on libunwind, which is not yet supported on riscv architecture Signed-off-by: Khem Raj Cc: Sinan Kaya --- meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb

[oe] [meta-oe][PATCH] heaptrack: Fix build on musl

2020-11-23 Thread Khem Raj
Improve upon summary and description fields Add PV to the recipe Signed-off-by: Khem Raj Cc: Sinan Kaya --- ...heaptrack-Replace-__pid_t-with-pid_t.patch | 26 ...t-Include-dlfcn.h-for-dlopen-dlclose.patch | 38 ++ ...d-Make-noexcept-attribute-conditiona.patch | 118

Re: [oe] [meta-oe][PATCH] heaptrack: Fix build on musl

2020-11-23 Thread Sinan Kaya
On 11/23/2020 6:42 PM, Khem Raj wrote: > ++#ifdef __GLIBC__ > ++#define NOEXECPT noexcept > ++#else > ++#define NOEXECPT > ++#endif Small typo here NOEXECPT vs. NOEXCEPT. Reviewed-by: Sinan Kaya otherwise. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[oe] [meta-oe] [PATCH] dnf-plugin-tui: Update to the latest version

2020-11-23 Thread zhengruoqin
dnf-plugin-tui now needs to clean up the pseudo directory before starting. Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH] packagegroup-meta-oe: Exclude heaptrack for rv32/rv64

2020-11-23 Thread Khem Raj
Signed-off-by: Khem Raj Cc: Sinan Kaya --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

Re: [oe] [meta-oe][PATCH] packagegroup-meta-oe: Exclude heaptrack for rv32/rv64

2020-11-23 Thread Sinan Kaya
On 11/23/2020 7:51 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > Cc: Sinan Kaya > --- > meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb >

[oe] [meta-oe][PATCH] php: remove the failing ${D}/${TMPDIR} code

2020-11-23 Thread Khem Raj
From: Max Kellermann Appending ${TMPDIR} to ${D} doesn't make any sense, because both are absolute paths. And additionally, the code fails: rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty Signed-off-by: Max Kellermann

Re: [oe] [meta-java] [zeus] cacao ERROR 404

2020-11-23 Thread Richard Leitner
Hi Eric, On Thu, Nov 19, 2020 at 02:33:49PM +0100, Eric Boccati wrote: > Hi, > > im trying to build jre using your meta-java pulling it from last commit of > zeus branch but cacao fetch fail: The zeus branch for meta-java isn't maintained anymore. Please update to dunfell, gatesgarth or master.

Re: [oe] [meta-java] [zeus] cacao ERROR 404

2020-11-23 Thread Eric Boccati
Hi Richard, I figured out the problem pulling changes from last commit of master branch, i will submit a patch when i finish test on it. EB /Electronics that lead the way/ *Eric BOCCATI* Software Designer Tel +41 91 911 77 00 TEQ SA - Via al Municipio 16 - 6917 Lugano - Barbengo -