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

2016-03-18 Thread Trevor Woerner
On Thu 2016-03-17 @ 03:43:57 PM, Martin Jansa wrote: > c278358 metadata-revs: provide more information I think the general consensus was to not accept patch c278358 since it affected the layout of a file that was expected to be processed by scripts. > e2bf30c buildhistory.bbclass: metadata-revs

[oe] [meta-oe][PATCH v2] ttf-pt-sans: add recipe

2016-03-18 Thread Ioan-Adrian Ratiu
PT Sans is an open source licensed font released in 2010 by ParaType. The ParaTypeFFL-1.3 license file has been submitted to OE-core. Signed-off-by: Ioan-Adrian Ratiu --- .../recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb | 39 ++ 1 file changed, 39

[oe] [meta-qt5] [meta-mingw] Any success using these two layers together?

2016-03-18 Thread Matt Hoosier
Does anybody have experience using meta-qt5 and meta-ming together to produce a usable SDK including Qt development tools for use on a Windows host together? The stock recipes for producing the nativesdk flavors of certain Qt packages would seem to require some modification from vanilla meta-qt5

[oe] [PATCH][meta-browser 1/2] cef3, chromium: fix build with gcc-5.3

2016-03-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...0001-bignum.cc-disable-warning-from-gcc-5.patch | 39 +- ...-image_util.cc-disable-warning-from-gcc-5.patch | 17 +- .../cef3/0003-disable-uninitialized-warning.patch | 24 +

[oe] [PATCH][meta-python] python-cryptography: upgrade to 1.2.3

2016-03-18 Thread Martin Jansa
* needed to fix build with openssl 1.0.2g, see: https://github.com/pyca/cryptography/issues/2750 Signed-off-by: Martin Jansa --- .../{python-cryptography_1.1.bb => python-cryptography_1.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [oe] [meta-oe][PATCH v2] ttf-pt-sans: add recipe

2016-03-18 Thread Martin Jansa
On Fri, Mar 18, 2016 at 05:06:34PM +0200, Ioan-Adrian Ratiu wrote: > PT Sans is an open source licensed font released in 2010 by ParaType. > The ParaTypeFFL-1.3 license file has been submitted to OE-core. > > Signed-off-by: Ioan-Adrian Ratiu > --- >

[oe] [meta-networking][PATCH 2/2] dhcpcd: update to version 6.10.1

2016-03-18 Thread Pascal Bach
Signed-off-by: Pascal Bach --- .../dhcpcd/{dhcpcd_6.10.0.bb => dhcpcd_6.10.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/dhcpcd/{dhcpcd_6.10.0.bb => dhcpcd_6.10.1.bb} (84%) diff --git

[oe] [PATCH][meta-oe 1/2] samba: include auth_unix only with pam in PACKAGECONFIG

2016-03-18 Thread Martin Jansa
* fixes: WARN: samba: samba rdepends on libpam, but it isn't a build dependency? reported by test-dependencies * log.do_package shows: DEBUG: samba: Dependency libpam.so.0 requires package libpam (used by files:

[oe] [PATCH][meta-efl] engrave: blacklist, fails to build now

2016-03-18 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/efl/engrave_svn.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-efl/recipes-efl/efl/engrave_svn.bb b/meta-efl/recipes-efl/efl/engrave_svn.bb index 20da907..f34be98 100644 ---

[oe] [PATCH][meta-browser 2/2] cef3: comment out gtests completely

2016-03-18 Thread Martin Jansa
* the old fix wasn't enough and it was still failing with warnings about unused variables in gtests Signed-off-by: Martin Jansa --- ...-test.h-disable-warning-unused-definition.patch | 72 +- 1 file changed, 70 insertions(+), 2 deletions(-) diff

[oe] [PATCH][meta-oe 2/2] libftdi: Fix cpp-wrapper options

2016-03-18 Thread Martin Jansa
* fixes following issue found with test-dependencies WARN: libftdi: libftdi rdepends on libgcc, but it isn't a build dependency? WARN: libftdi: libftdi rdepends on libstdc++, but it isn't a build dependency? * when boost is found it was still building libftdipp1.so.2.2.0 * as shown in

Re: [oe] [meta-oe][PATCH] ttf-pt-sans: add recipe

2016-03-18 Thread Martin Jansa
On Fri, Mar 18, 2016 at 02:59:04PM +0200, Ioan-Adrian Ratiu wrote: > PT Sans is an open source licensed font released in 2010 by ParaType. > The ParaTypeFFL-1.3 license file has been submitted to OE-core. > > Signed-off-by: Ioan-Adrian Ratiu > --- >