[oe] [meta-filesystems][PATCH] fuse: upgrate to 2.9.4

2015-09-18 Thread jackie.huang
From: Jackie Huang Changes: * Remove 001-fix_exec_environment_for_mount_and_umount.patch which has been included in the new version * Add sysvinit and systemd support * For systemd, there is not a fuse.service since systemd provides

[oe] [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN for multilib

2015-09-18 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb index

[oe] [meta-oe][PATCH 0/3] 3 fixes for multilib

2015-09-18 Thread Yi Zhao
The following changes since commit 1692d5c3020434404fc1ee6911a60b88287a5efb: netmap: add new package (2015-09-15 10:49:30 -0400) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/multilib-fixes

[oe] [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib

2015-09-18 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb

[oe] [meta-oe][PATCH] waf-samba.bbclass: remove bashism

2015-09-18 Thread jackie.huang
From: Jackie Huang use '=' instead of '==' so this works with dash as /bin/sh Signed-off-by: Jackie Huang --- meta-oe/classes/waf-samba.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-qt5][PATCH] qtbase: Allow enabling harfbuzz via PACKAGECONFIG

2015-09-18 Thread Pascal Bach
Signed-off-by: Pascal Bach --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index d4dfd83..95802f7 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb

[oe] [meta-qt5][PATCH] qtbase: use system provided sqlite instead of bundled one

2015-09-18 Thread Pascal Bach
If PACKAGECONFIG = "sql-sqlite" is set use the system provided sqlite3 and not the bundled one. Signed-off-by: Pascal Bach --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase_git.bb

Re: [oe] [PATCH] opencv: backport commit to compile with ppc

2015-09-18 Thread Khem Raj
On Fri, Sep 18, 2015 at 7:25 AM, Lukas Bulwahn wrote: > During the testing of the meta-ros layer, I discovered that opencv > does not cross-compile for the ppc architecture. The error is > reported in the meta-ros issue tracker #355 [1]. To address this > error,

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2015-09-13

2015-09-18 Thread akuster808
On 09/18/2015 04:54 AM, Martin Jansa wrote: > On Wed, Aug 26, 2015 at 03:56:04PM +0200, Martin Jansa wrote: >> Time for even more PNBLACKLISTs.. > > And it got even worse. > > This run was built without sstate, so QA issues should be more complete. > I need to update the report script to show

[oe] [meta-filesystems][PATCH 1/1] sshfs-fuse: correct definition of S

2015-09-18 Thread Joe Slater
Use BP instead of P so that multilib builds work. Signed-off-by: Joe Slater --- .../sshfs-fuse/sshfs-fuse_2.5.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb

[oe] Use of ConnMan to manage 3G connection

2015-09-18 Thread Otavio Salvador
Hello, We are working in a project which we would like to use ConnMan to manage the 3G connect. So far we had a hard time to get proper examples of this working. Does someone knows if it is indeed supported by ConnMan? -- Otavio Salvador O.S. Systems

Re: [oe] Fido backports

2015-09-18 Thread Martin Jansa
On Thu, Sep 17, 2015 at 03:08:27PM -0300, Otavio Salvador wrote: > Hello Martin, > Hello Armin, > > Please queue following backports for Fido: > > # Fixes > 6ea7ac01 > 607b114d > > If noone has objections I would like to propose the backport of: > > # Upgrade > 2c57f950a > > # New recipe >

[oe] [meta-qt5][PATCH v3 1/2] qtwebkit: do not redefine all PACKAGES

2015-09-18 Thread Samuli Piippo
Modify qtwebkit recipe so that it removes the conflicting {PN}-examples* packages, instead of redefining all packages again. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtwebkit_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-qt5][PATCH v3 2/2] qt5: package Qt Quick Designer files separately

2015-09-18 Thread Samuli Piippo
Some modules (at least Qt Quick Controls and Qt Canvas 3d) have extra files for Qt Quick Designer integration, which are not needed in the image. Create new ${PN}-qmldesigner package that includes those files instead of ${PN}-qmlplugins. Signed-off-by: Samuli Piippo

Re: [oe] [PATCH 4/9] evolution-data-server: fix locale installation path

2015-09-18 Thread Martin Jansa
On Tue, Sep 08, 2015 at 05:42:55PM +0200, Andreas Müller wrote: > fixes: > > WARNING: QA Issue: evolution-data-server: Files/directories were installed > but not shipped in any package: > /usr/locale > /usr/locale/xh > /usr/locale/hu > /usr/locale/nn > /usr/locale/fi > ... Can you

Re: [oe] [OE-core] [PATCH V2 2/3] systemd: Upgrade 219 -> 225

2015-09-18 Thread Andreas Müller
On Fri, Sep 18, 2015 at 12:33 PM, Adrian Freihofer wrote: > Hi Martin, hi Andreas > > You are right, my patches are almost obsolete. Just some details might be > worth to be noticed: > > libgudev might be improved by adding: > RCONFLICTS_${PN} = "systemd (<= 220)" >

[oe] State of bitbake world, Failed tasks 2015-09-13

2015-09-18 Thread Martin Jansa
On Wed, Aug 26, 2015 at 03:56:04PM +0200, Martin Jansa wrote: > Time for even more PNBLACKLISTs.. And it got even worse. This run was built without sstate, so QA issues should be more complete. I need to update the report script to show new types of QA issues (and some old ones which weren't

[oe] [PATCH][meta-efl 2/2] e-wm: upgrade to 0.19.10

2015-09-18 Thread Martin Jansa
* announcement: https://phab.enlightenment.org/phame/live/3/post/e19_10_release/ Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/e-wm_0.19.10.bb | 19 +++ meta-efl/recipes-efl/e17/e-wm_0.19.9.bb | 19 --- 2 files changed, 19

[oe] [PATCH][meta-efl 1/2] terminology: upgrade to 0.9.1

2015-09-18 Thread Martin Jansa
* announcement: https://phab.enlightenment.org/phame/live/3/post/terminology_0_9/ https://phab.enlightenment.org/phame/live/3/post/terminology_0_9_1/ Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/terminology_0.8.0.bb | 8

[oe] [meta-filesystems][PATCH v2] fuse: upgrade to 2.9.4

2015-09-18 Thread jackie.huang
From: Jackie Huang Changes: * Remove 001-fix_exec_environment_for_mount_and_umount.patch which has been included in the new version * Add sysvinit and systemd support * For systemd, there is not a fuse.service since systemd provides

Re: [oe] [meta-filesystems][PATCH] fuse: upgrate to 2.9.4

2015-09-18 Thread Huang, Jie (Jackie)
Sorry, a typo in the title, I will fix and re-send. Thanks, Jackie > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of jackie.hu...@windriver.com > Sent: Friday, September 18, 2015

[oe] [meta-networking][PATCH] xl2tpd: 1.3.0 -> 1.3.6

2015-09-18 Thread kai.kang
From: Kai Kang Upgrade xl2tpd v1.3.0-46-gdf7e30e to 1.3.6. * drop PR * add patch to fix build failure with gcc 5.x Signed-off-by: Kai Kang --- .../recipes-protocols/xl2tpd/xl2tpd.inc| 2 -

[oe] [PATCH] opencv: backport commit to compile with ppc

2015-09-18 Thread Lukas Bulwahn
During the testing of the meta-ros layer, I discovered that opencv does not cross-compile for the ppc architecture. The error is reported in the meta-ros issue tracker #355 [1]. To address this error, this commit applies a patch that is already provided upstream in the opencv version 3.0. [1]

[oe] [PATCH][meta-gnome] gnome-themes: drop localedir override from configure to fix locale installation

2015-09-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../gnome-themes/drop-localedir-override.patch | 22 ++ .../recipes-gnome/themes/gnome-themes_2.32.1.bb| 4 +++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644

Re: [oe] [OE-core] [PATCH V2 2/3] systemd: Upgrade 219 -> 225

2015-09-18 Thread Martin Jansa
Hi Adrian, we're not accepting github's pull requests, see README. Andreas already send many fixes for gudev, please check master-next if something is missing from your changes and resend to ML. On Fri, Sep 18, 2015 at 9:46 AM, Adrian Freihofer < adrian.freiho...@neratec.com> wrote: > Hi

Re: [oe] Fido backports

2015-09-18 Thread akuster808
On 09/18/2015 05:09 AM, Martin Jansa wrote: > On Thu, Sep 17, 2015 at 03:08:27PM -0300, Otavio Salvador wrote: >> Hello Martin, >> Hello Armin, >> >> Please queue following backports for Fido: >> >> # Fixes >> 6ea7ac01 >> 607b114d Acked-by: Armin Kuster for the two

Re: [oe] Fido backports

2015-09-18 Thread Otavio Salvador
On Fri, Sep 18, 2015 at 1:59 PM, akuster808 wrote: >>> If noone has objections I would like to propose the backport of: >>> >>> # Upgrade >>> 2c57f950a > > Is going from 0.9.2 -> 1.2.1 bug or security fixes ? Give me a real good > reason to allow this. Neither that I am

[oe] [meta-networking][PATCH v4] lldpd: Add recipe

2015-09-18 Thread Fabio Berton
lldpd is a 802.1AB implementation, a L2 network discovery protocol. It also supports CDP, EDP and various other protocols. Signed-off-by: Fabio Berton --- .../lldpd/files/fix-libevent-configure.patch | 39 +++

Re: [oe] Fido backports

2015-09-18 Thread Martin Jansa
On Fri, Sep 18, 2015 at 02:23:02PM -0300, Otavio Salvador wrote: > On Fri, Sep 18, 2015 at 1:59 PM, akuster808 wrote: > >>> If noone has objections I would like to propose the backport of: > >>> > >>> # Upgrade > >>> 2c57f950a > > > > Is going from 0.9.2 -> 1.2.1 bug or