[oe] [meta-oe][PATCH] nodejs: update to 4.3.1

2016-02-26 Thread Jonathan Liu
Fixes CVE-2016-2086 and CVE-2016-2216. LICENSE checksum changed because it was regenerated using the new tools/license-builder.sh script but the licensing remains the same. Signed-off-by: Jonathan Liu --- .../recipes-devtools/nodejs/{nodejs_4.2.6.bb => nodejs_4.3.1.bb}| 6 +++--- 1 file cha

[oe] [meta-qt5][PATCH] libconnman-qt5: update to 1.0.98

2016-02-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb index 0fc4bc0..c9a8140 100644 --- a/recipes-qt/li

Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2016-02-26 Thread Joe MacDonald
On Wed, Nov 25, 2015 at 3:27 AM, wrote: > From: Jackie Huang > > Kernel modules may not have the same architecture as user space. > So we tell INSANE_SKIP to skip checking the arch for the modules. > This is consistent with other kernel modules and the kernel recipe. > This one still hasn't bee

Re: [oe] [PATCH] postfix: permission of /var/spool/mail seems incorrect

2016-02-26 Thread Joe MacDonald
[[oe] [PATCH] postfix: permission of /var/spool/mail seems incorrect] On 16.01.25 (Mon 16:54) Zhenbo Gao wrote: > See the following output: > root@qemu0:~# rpm -qlv postfix | grep /var/spool/mail > drwxr-sr-x 2 postfix nogroup 0 Sep 8 08:46 /var/spool/mail > The permission of /var/spool/mail "r-s

Re: [oe] Still many meta-networking changes waiting in patchwork/master-next

2016-02-26 Thread Joe MacDonald
Hi Martin, [Re: [oe] Still many meta-networking changes waiting in patchwork/master-next] On 16.02.26 (Fri 20:56) Martin Jansa wrote: > On Fri, Feb 26, 2016 at 01:13:17PM -0500, Joe MacDonald wrote: > > Hey Martin, > > > > [[oe] Still many meta-networking changes waiting in patchwork/master-nex

Re: [oe] [jethro] Backport proposal

2016-02-26 Thread Otavio Salvador
On Fri, Feb 26, 2016 at 6:07 PM, Martin Jansa wrote: > better to include oe-core ML not oe-devel. Resent. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -

Re: [oe] [jethro] Backport proposal

2016-02-26 Thread Martin Jansa
better to include oe-core ML not oe-devel. On Fri, Feb 26, 2016 at 9:55 PM, akuster808 wrote: > On 2/24/16 11:50 AM, Otavio Salvador wrote: > > Hello folks > > > > [Cced Robert Yang] > > > > I would like to propuse the backport of following changes: > > > Seems responsible to me. > > - armin > >

Re: [oe] [jethro] Backport proposal

2016-02-26 Thread akuster808
On 2/24/16 11:50 AM, Otavio Salvador wrote: > Hello folks > > [Cced Robert Yang] > > I would like to propuse the backport of following changes: Seems responsible to me. - armin > > Author: Mariano Lopez > Date: Wed Dec 30 06:52:54 2015 + > > image_types.bbclass: Rebuild when WICVARS c

Re: [oe] Still many meta-networking changes waiting in patchwork/master-next

2016-02-26 Thread Martin Jansa
On Fri, Feb 26, 2016 at 01:13:17PM -0500, Joe MacDonald wrote: > Hey Martin, > > [[oe] Still many meta-networking changes waiting in patchwork/master-next] On > 16.02.25 (Thu 18:19) Martin Jansa wrote: > > > Hi Joe. > > > > there are still 18 meta-networking commits in master-next: > > I thoug

Re: [oe] [PATCHv2][meta-browser 2/2] recipes: Replace "mv" with "cp -R --no-dereference --preserve=mode, links"

2016-02-26 Thread Khem Raj
> On Feb 26, 2016, at 10:03 AM, Martin Jansa wrote: > > * Using "cp -a" leaks UID of user running the builds, causing > many QA warnings. > * See this thread for details: > > http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html > > Signed-off-by: Martin Jansa

Re: [oe] Still many meta-networking changes waiting in patchwork/master-next

2016-02-26 Thread Joe MacDonald
Hey Martin, [[oe] Still many meta-networking changes waiting in patchwork/master-next] On 16.02.25 (Thu 18:19) Martin Jansa wrote: > Hi Joe. > > there are still 18 meta-networking commits in master-next: I thought I'd follow up to this and let you know I'll do something with these before the e

[oe] [PATCHv2][meta-browser 2/2] recipes: Replace "mv" with "cp -R --no-dereference --preserve=mode, links"

2016-02-26 Thread Martin Jansa
* Using "cp -a" leaks UID of user running the builds, causing many QA warnings. * See this thread for details: http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html Signed-off-by: Martin Jansa --- recipes-mozilla/firefox-addon/firefox-addon.inc | 2 +- 1 file c

[oe] [PATCHv2][meta-browser 1/2] chromium: fix build with newer gcc

2016-02-26 Thread Martin Jansa
* for whatever reason setting -Wstrict-overflow just for problematic line doesn't work and it needs to be adjusted on function definition * the errors are also report line number where the function starts not the specific line which causes that warning ../../third_party/WebKit/Source/wtf/dtoa/b

[oe] [PATCH] plymouth: fix empty plymouth-initrd after oe-core's libexec path transition

2016-02-26 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb index 1fb4443..9ca8502 100644 --- a/meta-oe/reci

[oe] [PATCH] gpsd: Fix build when static libs disabled

2016-02-26 Thread Maxin B. John
Fix this build error: SCons Error: no such option: --disable-static Signed-off-by: Maxin B. John --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index

[oe] [meta-qt5][PATCH] qtwebkit: backport patch to fix linking with qtwebkit

2016-02-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../0004-Fix-linking-with-libpthread.patch | 33 ++ recipes-qt/qt5/qtwebkit_git.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 recipes-qt/qt5/qtwebkit/0004-Fix-linking-with-libpthread.patch diff --

[oe] [meta-qt5][PATCH] libconnman-qt5: remove blacklist

2016-02-26 Thread Jonathan Liu
The package no longer fails sanity test because of connman-qt5.pc containing references to build host paths. Signed-off-by: Jonathan Liu --- recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recip

[oe] [meta-qt5][PATCH] qtbase: fix up pkgconfig replacements

2016-02-26 Thread Jonathan Liu
The replacements were being done in qt_module.prf which is not included when building 3rd party libraries. To resolve this, move the replacements from qt_module.prf to qt.prf which is included when building any qmake project. The pkgconfig include replacement is removed as it doesn't seem to be nee