[oe] [meta-filesystems][PATCH] fuse-exfat: fix mount detection of mount.exfat

2017-03-01 Thread Tom Hayward
When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was removed from the recipe. This left the installation target as sbindir (/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/. With

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-03-01

2017-03-01 Thread Andreas Müller
On Wed, Mar 1, 2017 at 8:55 PM, Martin Jansa wrote: > * > openembedded-core/meta/recipes-extended/parted/parted_3.2.bb:do_compile_ptest_base Before Martin blacklists gparted for dependency :) 1. Autobuilder error log says: | ../libparted/fs/.libs/libparted-fs-resize.so: error: undefined ref

Re: [oe] [PATCH] Make use of the new bb.utils.filter() function

2017-03-01 Thread Andreas Müller
On Wed, Mar 1, 2017 at 6:30 PM, Peter Kjellerstedt wrote: > Signed-off-by: Peter Kjellerstedt TBH: I don't like this patch: * It combines things which do not share same labels by design. Naming package-configs with same label as distro-feature is a nice to have but not a design rule. * To me ol

[oe] [meta-python][PATCH] python-pysqlite: add initial recipe for version 2.8.3

2017-03-01 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-pysqlite.inc| 18 ++ .../recipes-devtools/python/python-pysqlite_2.8.3.bb | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pysqlite.inc create mod

[oe] State of bitbake world, Failed tasks 2017-03-01

2017-03-01 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||q

Re: [oe] [meta-ruby][PATCHv2] bundler: resolve build issues with RSS

2017-03-01 Thread Derek Straka
I have no idea then because it builds on my jenkins instance with and without gold. Someone who uses ruby can look into a fix. Thanks. On Wed, Mar 1, 2017 at 1:56 PM, Martin Jansa wrote: > On Tue, Feb 28, 2017 at 04:25:50PM -0500, Derek Straka wrote: > > Signed-off-by: Derek Straka > > Fails

Re: [oe] [meta-ruby][PATCHv2] bundler: resolve build issues with RSS

2017-03-01 Thread Martin Jansa
On Tue, Feb 28, 2017 at 04:25:50PM -0500, Derek Straka wrote: > Signed-off-by: Derek Straka Fails the same as v1: http://errors.yoctoproject.org/Errors/Details/134457/ > --- > meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --

Re: [oe] [meta-oe][PATCH] efivar: update to 0.30 to fix readdir* issues

2017-03-01 Thread Martin Jansa
On Fri, Feb 17, 2017 at 09:11:25AM +0100, Koen Kooi wrote: > Drop patches with upstream fixes. > > Signed-off-by: Koen Kooi > --- > .../efivar/efivar/0002-disable-static-build.patch | 33 > .../0004-fix-unknow-option-for-gold-linker.patch | 38 -- > .../fix-co

[oe] [PATCH] Make use of the new bb.utils.filter() function

2017-03-01 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta-efl/recipes-efl/e17/e-wm.inc | 4 +--- meta-efl/recipes-efl/efl/efl.inc | 2 +- .../gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb | 2 +- meta-gnome/recipes-gnome/gvfs/gvfs_1.28.3.bb

[oe] [meta-python][PATCH] python-sqlalchemy: update to version 1.1.6

2017-03-01 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-sqlalchemy.inc| 5 +++-- .../{python-sqlalchemy_1.1.5.bb => python-sqlalchemy_1.1.6.bb} | 0 .../{python3-sqlalchemy_1.1.5.bb => python3-sqlalchemy_1.1.6.bb} | 0 3 files changed, 3 insertions(+), 2 d

[oe] [meta-python][PATCH] python-pymisp: update to version 2.4.67

2017-03-01 Thread Derek Straka
Verify license remains and update checksum Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pymisp.inc | 8 .../python/{python-pymisp_2.4.65.bb => python-pymisp_2.4.67.bb} | 0 .../python/{python3-pymisp_2.4.65.bb => python3-pymisp_2.4.67.bb} | 0

[oe] [meta-python][PATCH] python-parse: update to version 1.8.0

2017-03-01 Thread Derek Straka
Verified that license remains the same and updated the checksum Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-parse_1.6.6.bb | 8 meta-python/recipes-devtools/python/python-parse_1.8.0.bb | 13 + 2 files changed, 13 insertions(+), 8 deletions(-)

Re: [oe] [meta-oe][PATCH] gitver: fix try/except syntax for python3 support

2017-03-01 Thread Alejandro Mery
On 01/03/17 14:19, Alejandro Mery wrote: > https://www.python.org/dev/peps/pep-3110/ > > It's backward compatible with 2.6+ > > Signed-off-by: Alejandro Mery > --- > meta-oe/classes/gitver.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/classes/gitver.

[oe] [meta-oe][PATCH] gitver: fix try/except syntax for python3 support

2017-03-01 Thread Alejandro Mery
https://www.python.org/dev/peps/pep-3110/ It's backward compatible with 2.6+ Signed-off-by: Alejandro Mery --- meta-oe/classes/gitver.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/classes/gitver.bbclass b/meta-oe/classes/gitver.bbclass index e7b5155ee..

[oe] [meta-python][PATCH] python-idna: update to version 2.4

2017-03-01 Thread Derek Straka
Verified the license remains the same and updated the checksum for the new copyright year. Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-idna.inc| 10 +++--- .../python/{python-idna_2.2.bb => python-idna_2.4.bb} | 0 .../python/{python3-idna

[oe] [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain

2017-03-01 Thread Yann PERON
--- recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb index 1521dbf..2735135 100755 --- a/recipes-qt/pack

Re: [oe] [OE-core] [PATCH 1/1] recipes-extended: Move efivar from meta-openembedded to oe-core

2017-03-01 Thread Martin Jansa
I think it's missing pkgconfig http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111603.html and fix is already on ML: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111628.html If I don't forget I might re-try your earlier upgrade: http://lists.ope