Re: [oe] [PATCH][meta-networking] libnetfilter-conntrack: update to 1.0.7

2019-05-09 Thread Khem Raj
Hi Oleksandr this is breaking conntrack-tools I believe see https://errors.yoctoproject.org/Errors/Details/239969/ On Tue, May 7, 2019 at 3:22 PM Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > ...-conntrack_1.0.6.bb => libnetfilter-conntrack_1.0.7.bb} | 7 +++ >

[oe] [meta-oe][PATCH] cpupower: remove LIC_FILES_CHKSUM

2019-05-09 Thread Nicolas Dechesne
cpupower is a 'special' recipe since it does "inherit kernelsrc" , which essentially means that it doesn't have its own sources, but reuse the kernel source tree, from virtual/kernel recipe. As such, checking the license file in cpupower recipe does not seem relevant, since it does not fetch

Re: [oe] [PATCH] Remove me as maintainer

2019-05-09 Thread akuster808
On 5/9/19 9:16 AM, Andreas Müller wrote: > Signed-off-by: Andreas Müller Sorry to see you leave. Thanks for all your work on this layer. - armin > --- > meta-xfce/README | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta-xfce/README b/meta-xfce/README > index 7431e8b7c..84b019896

Re: [oe] [PATCH] python3-tinydb: add version 3.13.0

2019-05-09 Thread Alexander Kanavin
On Thu, 9 May 2019 at 18:24, Parthiban Nallathambi wrote: > It's not copying the file into recipes-sysroot, but into native just for > the installation purpose. That was a bit hasty reply, yes. Still, as we are installing a target package, we need the target sysconfigdata, not the native one.

Re: [oe] [meta-oe][patch v2] dnf-plugin-tui: new recipe

2019-05-09 Thread Khem Raj
Somehow this patch is not captured by patchwork, can you resend it so we can get it on patchwork ? On Thu, May 9, 2019 at 5:14 AM Zheng, Ruoqin wrote: > > Ping > > -- > Zheng Ruoqin > Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) > ADDR.:

Re: [oe] [oe-commits] [meta-openembedded] 04/06: fluidsynth: Explicitly disable readline support

2019-05-09 Thread Khem Raj
On Wed, May 8, 2019 at 3:41 PM Andreas Müller wrote: > > On Wed, May 8, 2019 at 11:35 PM wrote: > > > > This is an automated email from the git hooks/post-receive script. > > > > khem pushed a commit to branch master-next > > in repository meta-openembedded. > > > > commit

Re: [oe] [PATCH] python3-tinydb: add version 3.13.0

2019-05-09 Thread Parthiban Nallathambi
Hello Alex, On 5/9/19 6:07 PM, Alexander Kanavin wrote: Sorru but no. You should not copy native-specific configuration into target directories. The correct way is to depend on target python3, and fix resulting failures. It's not copying the file into recipes-sysroot, but into native just

[oe] [PATCH] Remove me as maintainer

2019-05-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/README | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-xfce/README b/meta-xfce/README index 7431e8b7c..84b019896 100644 --- a/meta-xfce/README +++ b/meta-xfce/README @@ -19,4 +19,3 @@ Send pull requests to

Re: [oe] [PATCH] python3-tinydb: add version 3.13.0

2019-05-09 Thread Alexander Kanavin
Sorru but no. You should not copy native-specific configuration into target directories. The correct way is to depend on target python3, and fix resulting failures. Alex > On 9 May 2019, at 10.15, Parthiban Nallathambi wrote: > > Note: > Installation expects _sysconfigdata.py in native

[oe] [meta-networking][PATCH] dovecot: Upgrade 2.2.36 -> 2.2.36.3

2019-05-09 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../dovecot/{dovecot_2.2.36.bb => dovecot_2.2.36.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.bb => dovecot_2.2.36.3.bb} (95%) diff --git

[oe] [meta-networking][PATCH] postfix: Upgrade 3.4.1 -> 3.4.5

2019-05-09 Thread Adrian Bunk
Remove patch for issue fixed upstream. Signed-off-by: Adrian Bunk --- .../postfix/files/linux_5.x.patch | 27 --- .../{postfix_3.4.1.bb => postfix_3.4.5.bb}| 5 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH] dnrd: Remove stale files of recipe removed 2 years ago

2019-05-09 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../dnrd/dnrd/dnrd.conf.sample| 21 - .../recipes-daemons/dnrd/dnrd/dnrd.init | 94 --- .../recipes-daemons/dnrd/dnrd/dnrd.service| 12 --- 3 files changed, 127 deletions(-) delete mode 100644

[oe] [meta-networking][PATCH] pptp-linux: Upgrade 1.9.0 -> 1.10.0

2019-05-09 Thread Adrian Bunk
Remove patch for issue fixed upstream. Signed-off-by: Adrian Bunk --- .../0001-include-missing-sys-types.h.patch| 28 --- ...tp-linux_1.9.0.bb => pptp-linux_1.10.0.bb} | 5 ++-- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644

Re: [oe] [meta-oe][patch v2] dnf-plugin-tui: new recipe

2019-05-09 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Zheng, Ruoqin/郑 若钦 > Sent:

[oe] [PATCH] python3-tinydb: add version 3.13.0

2019-05-09 Thread Parthiban Nallathambi
Note: Installation expects _sysconfigdata.py in native python DIR, but python3 doesn't have copy for it. Adding the copy in python3 recipe breaks other python packages. Patched locally in _prepend specific to tinydb Signed-off-by: Parthiban Nallathambi ---

[oe] [meta-python] [PATCH] python-pymongo: upgrade 3.7.2 -> 3.8.0

2019-05-09 Thread Zang Ruochen
-Upgrade from python-pymongo_3.7.2.bb to python-pymongo_3.8.0.bb. -Upgrade from python3-pymongo_3.7.2.bb to python3-pymongo_3.8.0.bb. Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-pymongo.inc| 4 ++-- .../{python-pymongo_3.7.2.bb => python-pymongo_3.8.0.bb}

[oe] [meta-python] [PATCH] python-psutil: upgrade 5.6.1 -> 5.6.2

2019-05-09 Thread Zang Ruochen
-Upgrade from python-psutil_5.6.1.bb to python-psutil_5.6.2.bb. -Upgrade from python3-psutil_5.6.1.bb to python3-psutil_5.6.2.bb Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- .../python/{python-psutil_5.6.1.bb => python-psutil_5.6.2.bb}

[oe] [meta-python] [PATCH] python-pbr: upgrade 5.1.3 -> 5.2.0

2019-05-09 Thread Zang Ruochen
-Upgrade from python-pbr_5.1.3.bb to python-pbr_5.2.0.bb. Signed-off-by: Zang Ruochen --- .../python/{python-pbr_5.1.3.bb => python-pbr_5.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pbr_5.1.3.bb =>

[oe] [meta-python] [PATCH] python-mock: upgrade 2.0.0 -> 3.0.5

2019-05-09 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../python/{python-mock_2.0.0.bb => python-mock_3.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-mock_2.0.0.bb => python-mock_3.0.5.bb} (74%) diff --git