Re: [oe] [meta-qt5][PATCH] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
* Martin Jansa [151015 21:48]: > On Thu, Oct 15, 2015 at 08:21:27PM +0200, Anders Darander wrote: > > Two files in /usr/lib, were own by the uid of the build process. > > Signed-off-by: Anders Darander > > --- > > recipes-qt/qt5/qtbase_git.bb | 2

Re: [oe] [meta-qt5][PATCH v2] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
* Anders Darander [151019 08:17]: > fi > -cp -a ${B}/lib/libqt* ${D}${libdir} > +install -m 0644 ${B}/lib/libqt* ${D}${libdir} V2 changes cp directly to install, instead of running chown. (As was done in V1). Cheers, Anders > # Remove example.pro file

[oe] [meta-qt5][PATCH v2] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
By using cp, the wrong uid ended up in the package. Use install, as that will automatically handle the uid and gid. Signed-off-by: Anders Darander --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-java] update email address

2015-10-19 Thread Otavio Salvador
On Mon, Oct 19, 2015 at 2:20 AM, Maxin B. John wrote: > On Fri, Oct 16, 2015 at 12:26:46PM -0300, Otavio Salvador wrote: >> Can you send a formal patch for it? > > Since it was a miscellaneous change in README file, I have pushed that change > before sending out this mail as

Re: [oe] [meta-multimedia][PATCH 2/5] aalib: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Strange. This built fine for me, with the current master and MACHINE= qemux86-64 . Nevertheless, I'll add a CFLAGS_append = " -fPIC " line. On 10/08/2015 12:25 PM, Martin Jansa wrote: On Wed, Sep 23, 2015 at 03:56:04PM +0200, Carlos Rafael Giani wrote: Signed-off-by: Carlos Rafael Giani

[oe] [meta-networking][PATCH] drbd: fix permission bits of drbd.service

2015-10-19 Thread Chen Qi
The permission bits should be 0644 instead of 0755. Signed-off-by: Chen Qi --- ...e.in-fix-permission-bits-for-drbd.service.patch | 25 ++ .../recipes-support/drbd/drbd-utils_8.9.3.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644

[oe] Updates to meta-java (master) in 2015-10-19

2015-10-19 Thread Otavio Salvador
Hello, I pushed following updates: commit 38f4c1365c11c0c369e297ec53591439be589fb0 (HEAD -> pending, yocto/master, m/master) Author: Jens Rehsack Date: Fri Oct 16 19:31:09 2015 +0200 openjdk7: remove broken/unsupported VM's Since Shark is utterly broken and

Re: [oe] [meta-java] update email address

2015-10-19 Thread Maxin B. John
Hi Otavio, On Fri, Oct 16, 2015 at 12:26:46PM -0300, Otavio Salvador wrote: > On Fri, Oct 16, 2015 at 1:16 AM, Maxin B. John wrote: > > Hi, > > > > Updated my email address in README: > > > > README: update contact info > > Signed-off-by: Maxin B. John

[oe] [meta-oe][PATCH] iperf3 :upgrade to 3.1

2015-10-19 Thread b40290
From: Chunrong Guo --- .../iperf3/iperf3/automake-foreign.patch | 14 ++- .../iperf3/iperf3/fix-examples.patch | 107 - meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | 9 +- 3 files changed, 10 insertions(+), 120

[oe] [meta-oe][PATCH] lmsensors-config: add configuration file sensord

2015-10-19 Thread Li xin
From: Li Xin It is needed to start sensord.service. Signed-off-by: Li Xin --- .../recipes-support/lm_sensors/lmsensors-config/sensord | 16 .../recipes-support/lm_sensors/lmsensors-config_1.0.bb | 5 +++-- 2 files

[oe] [WIP][meta-qt5][PATCH 2/2] qt5: upgrade to latest revision in 5.6 branch (5.6.0-alpha1+)

2015-10-19 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 13 +- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc | 2 +- recipes-qt/qt5/qtbase-native_git.bb| 11

[oe] [WIP][meta-qt5][PATCH 1/2] qt5: upgrade to latest revision in 5.5 branch (5.5.1+)

2015-10-19 Thread Martin Jansa
* this is probably last upgrade for jethro branch, master will switch to 5.6 soon Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb| 2 +- recipes-qt/qt5/qt3d_git.bb| 2 +-

Re: [oe] [meta-initramfs][PATCH 1/1] dracut: RDEPEND on util-linux

2015-10-19 Thread Slater, Joseph
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Khem Raj > Sent: Friday, October 16, 2015 1:05 PM > To: openembeded-devel > Subject: Re: [oe] [meta-initramfs][PATCH 1/1] dracut:

[oe] [meta-multimedia][PATCH v2] aalib: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/aalib/aalib_1.4rc4.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/aalib/aalib_1.4rc4.bb diff --git

[oe] [meta-multimedia][PATCH 3/4] libdvdnav: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/libdvdnav/libdvdnav_5.0.3.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_5.0.3.bb diff --git

[oe] [meta-multimedia][PATCH 1/4] vo-aacenc: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/opencore-amr/vo-aacenc_0.1.3.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/opencore-amr/vo-aacenc_0.1.3.bb diff --git

[oe] [meta-multimedia][PATCH 4/4] libsrtp: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-support/libsrtp/libsrtp_1.5.2.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb diff --git

Re: [oe] [meta-multimedia][PATCH 2/5] aalib: add new recipe

2015-10-19 Thread Khem Raj
> On Oct 19, 2015, at 5:49 AM, Carlos Rafael Giani > wrote: > > Strange. This built fine for me, with the current master and MACHINE= > qemux86-64 . Nevertheless, I'll add a CFLAGS_append = " -fPIC " line. hmm, do you mean x86_64 or x86 qemu ? I would understand if

[oe] [meta-multimedia][PATCH] gst-plugins-ugly: Fix opencore AMR plugin support

2015-10-19 Thread Carlos Rafael Giani
opencore 0.1.3 and later use a different header installation path. Fix the gst-plugins-ugly AMR plugin to use the correct paths, and add packageconfigs for amrwb and amrnb. Signed-off-by: Carlos Rafael Giani --- .../0002-Fix-opencore-include-paths.patch | 58

[oe] [meta-multimedia][PATCH 2/4] vo-amrwbenc: add new recipe

2015-10-19 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../recipes-multimedia/opencore-amr/vo-amrwbenc_0.1.3.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/opencore-amr/vo-amrwbenc_0.1.3.bb diff --git

[oe] [PATCH 0/5] Dizzy-next update

2015-10-19 Thread Armin Kuster
Please consider these changes for dizzy next The following changes since commit 7f1df52e9409edcc4d4cd5f34694f8740f56e1bf: fuse: fix for CVE-2015-3202 Privilege Escalation (2015-07-19 17:05:16 -0700) are available in the git repository at: git://github.com/akuster/meta-openembedded

[oe] dizzy-next sync to dizzy

2015-10-19 Thread akuster808
Hello Martin, Are there issues with the changes in dizzy-next? need Otavio to signoff? Dizzy behind by: 7f1df52 fuse: fix for CVE-2015-3202 Privilege Escalation e3dbf78 ipsec-tools: Security Advisory - CVE-2015-4047 0fb90be mariadb: Security Advisory -CVE-2015-2305 c580b62 libssh2: fix

[oe] [meta-oe][PATCH] lmsensors: remove unused service file

2015-10-19 Thread Li xin
From: Li Xin * Upstream ships a systemd service file sensord.service now, so we don't need this anymore. * Install lm_sensors.service and fancontrol.service to support systemd systems. lm_sensors.service: Initialize hardware monitoring sensors.

[oe] [meta-oe][PATCH] luajit: Upgrade to 2.1 beta1

2015-10-19 Thread Khem Raj
Signed-off-by: Khem Raj --- ...p-automatically-this-leaves-the-stripping.patch | 33 -- .../luajit/{luajit_2.0.4.bb => luajit_2.1.bb} | 17 +-- 2 files changed, 9 insertions(+), 41 deletions(-) delete mode 100644