[oe] [meta-networking][PATCH] iscsi-initiator-utils: Fix 32bit build issues with Werror=format-truncation

2019-03-21 Thread mingli.yu
From: Mingli Yu Backport a patch to fix 32bit build issues with string length overflow as below: | idbm.c:679:27: error: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Werror=format-truncation=] | snprintf(passwd_len, 8, "%d", (int)strlen(value)

Re: [oe] [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS

2019-03-21 Thread Khem Raj
On Thu, Mar 21, 2019 at 4:32 PM Paul Eggleton wrote: > On Friday, 22 March 2019 10:29:13 AM NZDT Khem Raj wrote: > > On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt > wrote: > > > > > > On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote: > > > > Commercial usage requires a license according to t

[oe] [PATCH 2/2] rsyslog: Update from 8.37.0 to 8.1903.0

2019-03-21 Thread Randy MacLeod
Remove obsoleted fix-ptest-not-finish patch which is no longer required after rsyslog commit: a5b9fbc02 testbench: remove no longer needed .conf files Add libgcc and python dependencies for ptest: Testsuite summary for rsyslog 8.1903.0 ===

[oe] [PATCH 1/2] imagemagick: fix typo in summary

2019-03-21 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.7.bb index af219abdb..37d5a

Re: [oe] [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS

2019-03-21 Thread Paul Eggleton
On Friday, 22 March 2019 10:29:13 AM NZDT Khem Raj wrote: > On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt wrote: > > > > On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote: > > > Commercial usage requires a license according to the homepage, so set > > > LICENSE_FLAGS = "commercial" to indicate

Re: [oe] [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS

2019-03-21 Thread Khem Raj
On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt wrote: > > On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote: > > Commercial usage requires a license according to the homepage, so set > > LICENSE_FLAGS = "commercial" to indicate that. > > > > Signed-off-by: Paul Eggleton > > --- > > meta-oe/rec

Re: [oe] [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS

2019-03-21 Thread Joshua Watt
On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote: > Commercial usage requires a license according to the homepage, so set > LICENSE_FLAGS = "commercial" to indicate that. > > Signed-off-by: Paul Eggleton > --- > meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++ > 1 file changed, 2 inse

Re: [oe] [OE-core][PATCH v3] nodejs: fix target ldflags using

2019-03-21 Thread Andrej Valek
I know that is a fix for both targets. I didn't specify if it's relevant only for especially meaning target or native ;). Cheers, Andrej On 3/21/19 2:53 PM, Andreas Müller wrote: > On Tue, Mar 19, 2019 at 8:06 AM Andrej Valek wrote: >> >> - do not drop target LDFLAGS >> - even if the target L

Re: [oe] [OE-core][PATCH v3] nodejs: fix target ldflags using

2019-03-21 Thread Andreas Müller
On Tue, Mar 19, 2019 at 8:06 AM Andrej Valek wrote: > > - do not drop target LDFLAGS > - even if the target LDFLAGS have been specified, tools like torque was > linked with system libraries > > Signed-off-by: Andrej Valek > --- > .../nodejs/nodejs/0006-Use-target-ldflags.patch| 24 >

Re: [oe] [meta-networking][PATCH v2] blueman: update to 2.0.8

2019-03-21 Thread Khem Raj
fails with systemd https://errors.yoctoproject.org/Errors/Details/233766/ On Tue, Mar 19, 2019 at 11:51 AM Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > .../blueman/0001-Fix-building-on-musl.patch | 56 +++ > .../{blueman_git.bb => blueman_2.0.8.bb}

[oe] [thud][meta-python][PATCH] python3-blivetgui: Fix _supported_filesystems crash

2019-03-21 Thread Ovidiu Panait
Fix the following error when attempting to use blivet-gui in anaconda: Traceback (most recent call first): File "/usr/lib64/python3.5/site-packages/blivetgui/blivetgui.py", line 153, in supported_filesystems if self._supported_filesystems: File "/usr/lib64/python3.5/site-packages/blivetgui

[oe] [PATCH] physfs: upgrade 3.0.1 -> 3.0.2

2019-03-21 Thread Andreas Müller
Announcement [1] says: This is a collection of small fixes to 3.0.1. All 3.0 users should definitely upgrade right away. [1] https://icculus.org/pipermail/physfs/2019-March/001280.html Signed-off-by: Andreas Müller --- .../physfs/{physfs_3.0.1.bb => physfs_3.0.2.bb} | 4 ++-- 1 f