Re: [oe] [warrior][master][PATCH] oprofile: drop kernel-vmlinux from RRECOMMENDS

2019-09-02 Thread Martin Jansa
ping for warrior, this one didn't make it through last PR. On Tue, Jul 30, 2019 at 7:13 PM Martin Jansa wrote: > * now with virtual/kernel dependency dropped we don't want to depend on > kernel signature just for > this RRECOMMENDS > * fixes: >=== Comparing signatures for task

[oe] [meta-oe][PATCH] lvm2: fix blkdeactivate failed with command not found

2019-09-02 Thread Hongxu Jia
Run blkdeactivate failed: ... root@intel-x86-64:~# /usr/sbin/blkdeactivate Deactivating block devices: /usr/sbin/blkdeactivate: line 345: /bin/lsblk: No such file or directory /usr/sbin/blkdeactivate: line 345: /bin/sort: No such file or directory /usr/sbin/blkdeactivate: line 345: /bin/lsblk: No

[oe] [meta-networking] [PATCH] strongswan: upgrade 5.8.0 -> 5.8.1

2019-09-02 Thread Yuan Chao
Signed-off-by: Yuan Chao --- .../strongswan/{strongswan_5.8.0.bb => strongswan_5.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/strongswan/{strongswan_5.8.0.bb => strongswan_5.8.1.bb} (97%) diff --git

Re: [oe] Merge request for thud

2019-09-02 Thread Khem Raj
merged thanks On Mon, Sep 2, 2019 at 8:02 PM akuster808 wrote: > > The following changes since commit 9b3b907f30b0d5b92d58c7e68289184fda733d3e: > > netkit-rsh: add tag to CVE patch (2019-05-27 22:22:25 -0700) > > are available in the git repository at: > >

Re: [oe] pull request for warrior

2019-09-02 Thread Khem Raj
merged thanks On Mon, Sep 2, 2019 at 7:48 PM akuster808 wrote: > > he following changes since commit 222cafdcd97549f67c98833721b4f8f33607555e: > > wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 (2019-07-13 12:43:43 > -0700) > > are available in the git repository at: > >

[oe] Merge request for thud

2019-09-02 Thread akuster808
The following changes since commit 9b3b907f30b0d5b92d58c7e68289184fda733d3e:   netkit-rsh: add tag to CVE patch (2019-05-27 22:22:25 -0700) are available in the git repository at:   https://git.openembedded.org/meta-openembedded aaa6eb0bb5da516373aa9e8c1dde8fdf85a54e95 for you to fetch changes

[oe] pull request for warrior

2019-09-02 Thread akuster808
he following changes since commit 222cafdcd97549f67c98833721b4f8f33607555e:   wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 (2019-07-13 12:43:43 -0700) are available in the git repository at:   https://git.openembedded.org/meta-openembedded 0afee3eacfd18a9962013830028f9e54b4973657 for you

Re: [oe] [warrior 14/23] libopus: Limit forcing ARM mode ISA to v5 only

2019-09-02 Thread akuster808
On 8/31/19 11:32 PM, Adrian Bunk wrote: > On Sat, Aug 31, 2019 at 02:31:35PM -0700, Armin Kuster wrote: >> From: Khem Raj >> >> This lets newer armv7+ still use thumb2 ISA >> >> Signed-off-by: Khem Raj >> Signed-off-by: Armin Kuster >> --- >>

Re: [oe] [warrior] 0/8] patch review

2019-09-02 Thread akuster808
merged. On 9/2/19 4:47 AM, Martin Jansa wrote: > This PR is still only in warrior-next, can this be merged to warrior > before the current PR gets merged to warrior-next (or warrior)? > > On Sun, Jul 21, 2019 at 4:48 PM Khem Raj > wrote: > > On Sun, Jul 21, 2019 at

Re: [oe] [warrior 04/23] network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependencies

2019-09-02 Thread akuster808
On 8/31/19 11:39 PM, Adrian Bunk wrote: > On Sat, Aug 31, 2019 at 02:31:25PM -0700, Armin Kuster wrote: >> From: Adrian Bunk >> >> network-manager-applet stopped using dbus-glib 3 years ago. >> >> Building of the obsolete libnm-gtk is disabled by default in 1.8.20. >> ... > This commit is not

[oe] [meta-networking][PATCH] freeradius: upgrade 3.0.17 -> 3.0.19

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...s-correct-version-number-of-libssl-defect.patch | 44 - ...radius-configure.ac-add-option-for-libcap.patch | 24 +-- ...ius-fix-issues-related-to-m4-include-path.patch | 186 -

[oe] [meta-oe][PATCH V2] iperf2: Fix build with latest libc++

2019-09-02 Thread Khem Raj
Part of this patch was already there for gcc6 fix which was subsequenty dropped in past iperf2 upgrades therefore bring it back see 0647b7d6400b1c40fc6cb40596e56b852ceb85c5 Additionally check for stdbool.h being present on system helps in fixing build with latest clang/libc++ Signed-off-by:

[oe] [meta-oe][PATCH] iperf2: Fix build with latest libc++

2019-09-02 Thread Khem Raj
This patch was accidentally dropped in past iperf2 upgrades therefore bring it back see 0647b7d6400b1c40fc6cb40596e56b852ceb85c5 helps in fixing build with latest clang/libc++ Signed-off-by: Khem Raj --- ...nition-considering-stdbool.h-being-p.patch | 39 +++

Re: [oe] [warrior] 0/8] patch review

2019-09-02 Thread akuster808
On 9/2/19 4:47 AM, Martin Jansa wrote: > This PR is still only in warrior-next, can this be merged to warrior > before the current PR gets merged to warrior-next (or warrior)? correct. I have not sent a merge request. khem did say to me to push it but I was not sure if he meant to mainline or

[oe] [meta-oe][PATCH] zstd: Upgrade 1.4.2 -> 1.4.3

2019-09-02 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/zstd/{zstd_1.4.2.bb => zstd_1.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/zstd/{zstd_1.4.2.bb => zstd_1.4.3.bb} (95%) diff --git a/meta-oe/recipes-extended/zstd/zstd_1.4.2.bb

Re: [oe] [warrior] 0/8] patch review

2019-09-02 Thread Martin Jansa
This PR is still only in warrior-next, can this be merged to warrior before the current PR gets merged to warrior-next (or warrior)? On Sun, Jul 21, 2019 at 4:48 PM Khem Raj wrote: > On Sun, Jul 21, 2019 at 7:41 AM Armin Kuster wrote: > > > > Patch comments window closes on Wednesday. > > > >

[oe] [meta-python][PATCH] python-hyperlink: rdepend on python-idna

2019-09-02 Thread Chen Qi
python hyperlink actually requires python idna. Otherwise, we get the following error. Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3.7/site-packages/hyperlink/_init_.py", line 2, in from ._url import (URL, File

[oe] [meta-oe][PATCH] satyr: upgrade 0.27 -> 0.28

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-support/satyr/{satyr_0.27.bb => satyr_0.28.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-support/satyr/{satyr_0.27.bb => satyr_0.28.bb} (87%) diff --git

[oe] [meta-oe][PATCH] yail: update UPSTREAM_CHECK_GITTAGREGEX

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb index 8ced7b8..e112a5e 100644 ---

[oe] [meta-oe][PATCH] postgresql: 11.4 -> 11.5

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-dbs/postgresql/{postgresql_11.4.bb => postgresql_11.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_11.4.bb => postgresql_11.5.bb} (63%) diff --git

[oe] [meta-networking][PATCH] iscsi-initiator-utils: 2.0.876 -> 2.0.877

2019-09-02 Thread changqing.li
From: Changqing Li License-Update: Update GPLv2 License information Signed-off-by: Changqing Li --- .../0001-Make-iscsid-systemd-usage-optional.patch | 88 + ...g-config-in-Makefiles-for-newer-libraries.patch | 92 ++ ...2.0.876.bb =>

Re: [oe] [mexta-xfce][PATCH 1/3] imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe

2019-09-02 Thread Andreas Müller
On Mon, Sep 2, 2019 at 4:17 AM Kang Kai wrote: > > It seems it transited to gdbus a long time ago but we didn't update > accordingly in imsettings recipe. > > https://bitbucket.org/tagoh/imsettings/commits/ef1c6a125455fea998bcc1a26fc546f9e14a16cd > > commit