Re: [oe] [meta-oe][PATCH 7/7] libdbi-perl: add runtime dependency on perl

2019-08-16 Thread Khem Raj
On Fri, Aug 16, 2019 at 3:40 AM Martin Jansa wrote: > > * fixes: > ERROR: QA Issue: /usr/bin/dbiproxy contained in package libdbi-perl > requires /usr/bin/perl, but no providers found in RDEPENDS_libdbi-perl? > [file-rdeps] > > Signed-off-by: Martin Jansa > --- >

[oe] [meta-oe][PATCH] cli11: Remove dev pkg dep to main pkg

2019-08-16 Thread Brad Bishop
cli11 is header-only and the main package is empty. Remove the dependency to cli11 from cli11-dev so cli11-dev can be included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Brad Bishop --- meta-oe/recipes-support/cli11/cli11_1.8.0.bb | 3 +++ 1 file changed, 3

Re: [oe] [meta-oe][PATCH 2/4] mongodb: add to PNBLACKLIST

2019-08-16 Thread Khem Raj
On Fri, Aug 16, 2019 at 8:19 AM Vincent Prince wrote: > > Hi all, > > In order to get mongodb back, I'm trying to bump version from current r4.0.6 > to r4.2.0 which support python3. > > How do you guys refresh current OE patches over new releases? > I'm thinking something like: > - apply

Re: [oe] [meta-oe][PATCH 2/4] mongodb: add to PNBLACKLIST

2019-08-16 Thread Vincent Prince
Hi all, In order to get mongodb back, I'm trying to bump version from current r4.0.6 to r4.2.0 which support python3. How do you guys refresh current OE patches over new releases? I'm thinking something like: - apply patches on git r4.0.6 commit - pull 4.2.0 - cherry-pick patch commits - use

[oe] [meta-oe][PATCH] scsirastools: add runtime dependency on bash II

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /etc/init.d/sgdisk contained in package scsirastools-diskmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-diskmon? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | 2 +- 1 file

Re: [oe] [PATCH 10/13] parole: upgrade 1.0.2 -> 1.0.4

2019-08-16 Thread Khem Raj
On Thu, Aug 15, 2019 at 11:07 PM Kang Kai wrote: > > On 2019/8/16 上午5:56, Andreas Müller wrote: > > Bufixe release > > A typo here. Others are fine with me. > > Acked-by: Kai Kang > Thanks pulled into master-next. > Regards, > Kai > > > > > > > Signed-off-by: Andreas Müller > > --- > >

Re: [oe] [meta-oe][PATCH 1/7] freeradius: add runtime dependency on perl

2019-08-16 Thread Khem Raj
Martin thanks for doing these patches, the builds have been showing these erorrs for few days now. I was also wondering if we should also take opportunity move the dependent files to their own packages in some cases. but this set looks fine On Fri, Aug 16, 2019 at 3:40 AM Martin Jansa wrote: > >

[oe] [meta-oe][PATCH 7/7] libdbi-perl: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/dbiproxy contained in package libdbi-perl requires /usr/bin/perl, but no providers found in RDEPENDS_libdbi-perl? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb | 1 + 1 file changed, 1 insertion(+) diff

[oe] [meta-oe][PATCH 4/7] dnf-plugin-tui: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/lib/python3.7/site-packages/dnf-plugins/dnf-host contained in package dnf-plugin-tui requires /bin/bash, but no providers found in RDEPENDS_dnf-plugin-tui? [file-rdeps] * fix the indentation as well Signed-off-by: Martin Jansa ---

[oe] [meta-oe][PATCH 5/7] edac-utils: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/edac-ctl contained in package edac-utils requires /usr/bin/perl, but no providers found in RDEPENDS_edac-utils? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | 6 +- 1 file changed, 5 insertions(+), 1

[oe] [meta-oe][PATCH 6/7] lmsensors: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/pwmconfig contained in package lmsensors-pwmconfig requires /bin/bash, but no providers found in RDEPENDS_lmsensors-pwmconfig? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb | 2 +- 1 file changed, 1

[oe] [meta-oe][PATCH 3/7] libcec: add runtime dependency on python3-core

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/pyCecClient contained in package libcec-tools requires /usr/bin/python3, but no providers found in RDEPENDS_libcec-tools? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/libcec/libcec_git.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-oe][PATCH 1/7] freeradius: add runtime dependency on perl

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/bin/radcrypt contained in package freeradius-utils requires /usr/bin/perl, but no providers found in RDEPENDS_freeradius-utils? [file-rdeps] Signed-off-by: Martin Jansa --- .../recipes-connectivity/freeradius/freeradius_3.0.17.bb| 2 +- 1 file changed,

[oe] [meta-oe][PATCH 2/7] scsirastools: add runtime dependency on bash

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /etc/init.d/sgraid contained in package scsirastools-raidmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-raidmon? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | 2 +- 1 file

[oe] [meta-oe][PATCH 2/2] iotop: add runtime dependency on python-core

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps] Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/iotop/iotop_0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/2] nodejs: fix QA error about /usr/bin/python dependency

2019-08-16 Thread Martin Jansa
* fixes: ERROR: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] Signed-off-by: Martin Jansa ---

[oe] [meta-python] [PATCH] python-flask-pymongo: upgrade 0.5.1 -> 2.3.0

2019-08-16 Thread Zang Ruochen
From: Yuan Chao Add depends of python-vcversioner. Signed-off-by: Yuan Chao --- meta-python/recipes-devtools/python/python-flask-pymongo.inc| 6 -- ...{python-flask-pymongo_0.5.1.bb => python-flask-pymongo_2.3.0.bb} | 0 ...ython3-flask-pymongo_0.5.1.bb =>

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

2019-08-16 Thread Zang Ruochen
From: Yuan Chao Signed-off-by: Yuan Chao --- meta-python/recipes-devtools/python/python-pymongo.inc| 4 ++-- .../python/{python-pymongo_3.8.0.bb => python-pymongo_3.9.0.bb} | 0 .../python/{python3-pymongo_3.8.0.bb => python3-pymongo_3.9.0.bb} | 0 3 files changed, 2

[oe] [meta-xfce][Patch] xfce4-datetime-setter: fix compile error and requires distro feature x11

2019-08-16 Thread kai.kang
From: Kai Kang It fails to compile xfce4-datetime-setter occasionally when system load is high: | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory |42 | #include "cc-datetime-resources.h" | | ^ | compilation

[oe] [PATCH v2 10/13] parole: upgrade 1.0.2 -> 1.0.4

2019-08-16 Thread Andreas Müller
* This is a bufix release * Also removed dependencies redundant with "inherit xfce-app" Signed-off-by: Andreas Müller --- .../parole/{parole_1.0.2.bb => parole_1.0.4.bb} | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) rename

Re: [oe] [PATCH 10/13] parole: upgrade 1.0.2 -> 1.0.4

2019-08-16 Thread Adrian Bunk
On Thu, Aug 15, 2019 at 11:56:02PM +0200, Andreas Müller wrote: >... > inherit xfce-app gtk-doc mime > > DEPENDS += " \ > -glib-2.0 \ > dbus-glib \ > -gtk+3 \ > -\ > xfce4-dev-tools-native \ > libxfce4util \ > libxfce4ui \ >... This looks like an unrelated

Re: [oe] [PATCH 10/13] parole: upgrade 1.0.2 -> 1.0.4

2019-08-16 Thread Kang Kai
On 2019/8/16 上午5:56, Andreas Müller wrote: Bufixe release A typo here. Others are fine with me. Acked-by: Kai Kang Regards, Kai Signed-off-by: Andreas Müller --- .../parole/{parole_1.0.2.bb => parole_1.0.4.bb} | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-)