Re: [oe] [meta-networking][PATCH] meta-networking: fix recipes build with external tool-set

2020-01-19 Thread Sumit Garg
On Sat, 18 Jan 2020 at 00:24, Khem Raj wrote: > > On 1/16/20 11:19 PM, Sumit Garg wrote: > > - drbd-utils: fix native tool dependency which was implicitly met while > >building with source GCC tool-set. > > - unbound: Use HOST_SYS variable instead of TARGET_PREFIX for libtool as > >

Re: [oe] [meta-networking][PATCH] meta-networking: fix recipes build with external tool-set

2020-01-19 Thread Sumit Garg
On Sat, 18 Jan 2020 at 00:18, Khem Raj wrote: > > On 1/16/20 11:19 PM, Sumit Garg wrote: > > - drbd-utils: fix native tool dependency which was implicitly met while > >building with source GCC tool-set. > > - unbound: Use HOST_SYS variable instead of TARGET_PREFIX for libtool as > >

[oe] Network failed, no DHCP response updated from thud to zeus

2020-01-19 Thread JH
Hi, I updated thud to zeus on imx6 with WiFi network, the WiFi network is no longer work, connman sent DHCP request, but no DHCP response received, could anyone advise what could be missing? I saw another email OP failed Ethernet network after updating from thud to zeus, looks like something is

[oe] [meta-python2][PATCH v2] python-cmd2: downgrade to 0.8.9

2020-01-19 Thread Tim Orling
* 0.8.9 was the last version with Python 2.7 support * add missing RDEPENDS: - python-argparse FIXME: missing dependency on python-enum, which is not currently packaged by python_2.7 Signed-off-by: Tim Orling --- .../python/{python-cmd2_0.9.21.bb => python-cmd2_0.8.9.bb} | 7 ---

Re: [oe] [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes

2020-01-19 Thread Khem Raj
On Sun, Jan 19, 2020 at 5:04 PM Andreas Müller wrote: > > On Mon, Jan 20, 2020 at 1:35 AM Khem Raj wrote: > > > > Signed-off-by: Khem Raj > > --- > > .../recipes-devtools/python/python3-pytoml_0.1.21.bb | 2 ++ > > .../recipes-devtools/python/python3-jsmin_2.2.2.bb| 11 +++ > > 2

[oe] [meta-python2][PATCH v2] packagegroup-meta-python2: add python-soupsieve

2020-01-19 Thread Tim Orling
Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb index 8ee9bad9..41ba3abd

[oe] [meta-python2][PATCH] packagegroup-meta-python2: add pyton-soupsieve

2020-01-19 Thread Tim Orling
Signed-off-by: Tim Orling --- recipes-core/packagegroups/packagegroup-meta-python2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/packagegroups/packagegroup-meta-python2.bb b/recipes-core/packagegroups/packagegroup-meta-python2.bb index 8ee9bad9..41ba3abd

Re: [oe] [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes

2020-01-19 Thread Andreas Müller
On Mon, Jan 20, 2020 at 1:35 AM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > .../recipes-devtools/python/python3-pytoml_0.1.21.bb | 2 ++ > .../recipes-devtools/python/python3-jsmin_2.2.2.bb| 11 +++ > 2 files changed, 13 insertions(+) > create mode 100644

[oe] [PATCH 3/5] meta-networking: Remove using python2

2020-01-19 Thread Khem Raj
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/crda/crda_3.18.bb | 2 +- .../recipes-connectivity/freeradius/freeradius_3.0.19.bb| 4 ++--

[oe] [PATCH 5/5] cherokee: Use python3 native during build

2020-01-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-webserver/recipes-httpd/cherokee/cherokee_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb index 490fc53f9e..d16e04e6b1 100644

[oe] [PATCH 4/5] meta-oe: Remove using python2

2020-01-19 Thread Khem Raj
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj --- .../recipes-connectivity/gammu/gammu_1.32.0.bb | 2 +- .../telepathy/telepathy-idle_0.2.0.bb | 2 +-

[oe] [PATCH 1/5] python3-pytoml,python3-jsmin: Add recipes

2020-01-19 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytoml_0.1.21.bb | 2 ++ .../recipes-devtools/python/python3-jsmin_2.2.2.bb| 11 +++ 2 files changed, 13 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python3-pytoml_0.1.21.bb create mode 100644

[oe] [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS

2020-01-19 Thread Tim Orling
* target has run-time dependencies on: - python-html - python-logging Unexpectedly, class-target += override is wiping out RDEPENDS_${PN}, so explicitly add the rest of the run-time dependencies (python-html5lib, python-lxml, python-soupsieve). Signed-off-by: Tim Orling ---

[oe] [zeus 8/8] adduser: set default shell with /sbin/nologin

2020-01-19 Thread Armin Kuster
From: Kai Kang Shell nologin whether provided by shadow or util-linux is installed to /sbin/nologin in oe-core. But the default shell of adduser is /usr/sbin/nologin and will fail to create a new user. Set the default shell with /sbin/nologin to fix the issue. Signed-off-by: Kai Kang

[oe] [zeus 4/8] websocketapp: Fix multilib build

2020-01-19 Thread Armin Kuster
From: Khem Raj Fixes ERROR: websocketpp-0.8.1-r0 do_package: QA Issue: websocketpp: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/websocketpp /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake

[oe] [zeus 7/8] websocketpp: refresh clang patch

2020-01-19 Thread Armin Kuster
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj (cherry picked from commit 45476f9d6a9d7b02a549a19f0e841957a808d3ce) Signed-off-by: Armin Kuster --- .../websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch

[oe] [zeus 2/8] dnsmasq: CVE-2019-14834

2020-01-19 Thread Armin Kuster
From: Zhixiong Chi Backport the CVE patch from the upstream to fix the memory leak. Signed-off-by: Zhixiong Chi Signed-off-by: Khem Raj (cherry picked from commit c8ca82feb5d6ceb843aad33dada947b456f7fcac) Signed-off-by: Armin Kuster --- ...-dnsmasq-fix-memory-leak-in-helper-c.patch | 49

[oe] [zeus 6/8] websocketpp: Fix clang specific flags in cmake files

2020-01-19 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit f7030891ef062eeb0e9ca01d4a6191b309e6a307) Signed-off-by: Armin Kuster --- .../0001-Correct-clang-compiler-flags.patch | 32 +++ .../websocketpp/websocketpp_0.8.1.bb | 1 + 2 files changed, 33

[oe] [zeus 3/8] cpprest: fix cmake installation directory

2020-01-19 Thread Armin Kuster
From: Gianfranco Costamagna This should help reverse-dependencies find the cmake files also in multiarch locations Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj (cherry picked from commit 2ca15ad3d80172f47b107bb4e346827efa431769)

[oe] [zeus 5/8] websocketpp: add various upstream accepted and proposed patches to fix various issues, including:

2020-01-19 Thread Armin Kuster
From: Gianfranco Costamagna - build failure with boost 1.71 - bad installation of header files correct version on some OSes. - fix version minor number - fix Scons script not being Python3 ready - build examples and tests only if ptest is enabled in DISTRO_FEATURES - do not depend on websocketpp

[oe] [zeus 0/8] Patch review

2020-01-19 Thread Armin Kuster
Please review and provide feedback by Tuesday. The following changes since commit e855ecc6d35677e79780adc57b2552213c995731: ruli: Fix install step and build samples too (2020-01-05 14:44:11 -0800) are available in the Git repository at: git://git.openembedded.org/meta-openembedded-contrib

[oe] [zeus 1/8] nodejs: libatomic patch should be target specific

2020-01-19 Thread Armin Kuster
From: Khem Raj host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by: Khem Raj Acked-by: Andreas Müller

[oe] [meta-python2][PATCH] python-backports-functools-lru-cache: 1.5 -> 1.6.1

2020-01-19 Thread Tim Orling
* Add run-time dependency on python-pkgutil * Install backports/functools_lru_cache.py License-Update: LICENSE file is now provided Upstream release notes: - v1.6.1 Publish release notes on readthedocs. - v1.6.0 Refresh package metadata. Use black for code style. Enroll with

[oe] [meta-python2][PATCH] python-humanfriendly: add missing RDEPENDS

2020-01-19 Thread Tim Orling
Missing run-time dependencies: - python-html (humanfriendly.compat -> html.parsing) - python-multiprocessing - python-unittest (humanfriendly.compat) Signed-off-by: Tim Orling --- recipes-devtools/python/python-humanfriendly_4.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [meta-filesystems][PATCH] fatcat: Add recipe

2020-01-19 Thread Khem Raj
On Sat, Jan 18, 2020 at 3:15 AM Alex Kiernan wrote: > > fatcat is a tool designed to manipulate FAT filesystems, in order to > explore, extract, repair, recover and forensic them. It currently > supports FAT12, FAT16 and FAT32. > Fails musl build

[oe] [meta-oe] [PATCH] sassc: upgrade 3.5.0 -> 3.6.1

2020-01-19 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-oe/recipes-support/sass/sassc_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 044c0c7fc..3c7a55cc3 100644 ---