Re: [oe] [PATCH] cyrus-sasl: Drop unneeded group addition

2016-04-13 Thread akuster808
On 04/13/2016 06:23 AM, Richard Purdie wrote: > The mail group is provided by base-passwd so would always be present. > Therefore > drop the uneeded group addition from this recipe. > > This works around the recent user cleanup code improvements which meant > this started causing failures for

[oe] [meta-oe][RFC PATCH] crash: add cross package

2016-04-13 Thread Goran Cengic
This patch adds the cross package for the crash recipe. I've built and tested crash-cross for ARM on x86_64 host only. The way to pass GDB_CONF_FLAGS and --target to GDB build without removing -m32 from CFLAGS is awkward but that is what I could come up with, without changing the patch files

[oe] [meta-oe][PATCH] libmodbus: add support for the libmodbus development release

2016-04-13 Thread Pascal Bach
libmodbus has two release streams: - stable: which currently is 3.0.x and does only receive fixes - development: 3.1.x which receives new features and according to upstream is also very stable Some users require access to the newer features. So a recipe for the development branch but leave the

[oe] [PATCH] cyrus-sasl: Drop unneeded group addition

2016-04-13 Thread Richard Purdie
The mail group is provided by base-passwd so would always be present. Therefore drop the uneeded group addition from this recipe. This works around the recent user cleanup code improvements which meant this started causing failures for people. Signed-off-by: Richard Purdie

[oe] [meta-python][PATCH 9/9] python-wtforms: Add recipe for version 2.0.2

2016-04-13 Thread Fabio Berton
It's a flexible forms validation and rendering library for python web development. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644

[oe] [meta-python][PATCH 8/9] python-pam: Add recipe for version 1.8.2

2016-04-13 Thread Fabio Berton
It's a python PAM module using ctypes, py3/py2. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pam_1.8.2.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pam_1.8.2.bb

[oe] [meta-python][PATCH 6/9] python-flask-sqlalchemy: Add recipe for version 2.1

2016-04-13 Thread Fabio Berton
It's adds SQLAlchemy support to your Flask application. Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-flask-sqlalchemy_2.1.bb | 12 1 file changed, 12 insertions(+) create mode 100644

[oe] [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4

2016-04-13 Thread Fabio Berton
It's a fast, simple object-to-object and broadcast signaling. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-blinker_1.4.bb | 8 1 file changed, 8 insertions(+) create mode 100644

[oe] [meta-python][PATCH 5/9] python-flask-navigation: Add recipe for version 0.2.0

2016-04-13 Thread Fabio Berton
It's the navigation of Flask application. Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-flask-navigation_0.2.0.bb | 12 1 file changed, 12 insertions(+) create mode 100644

[oe] [meta-python][PATCH 7/9] python-flask-wtf: Add recipe for version 0.12

2016-04-13 Thread Fabio Berton
It's a simple integration of Flask and WTForms. Signed-off-by: Fabio Berton --- .../import-simplejson-as-json.patch| 28 ++ .../python/python-flask-wtf_0.12.bb| 17 + 2 files changed, 45 insertions(+)

[oe] [meta-python][PATCH 4/9] python-flask-bootstrap: Add recipe for version 3.3.5.7

2016-04-13 Thread Fabio Berton
It's an extension that includes Bootstrap in your project, without any boilerplate code. Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[oe] [meta-python][PATCH 3/9] python-flask-bcrypt: Add recipe for version 0.7.1

2016-04-13 Thread Fabio Berton
It's a brcrypt hashing for Flask. Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-flask-bcrypt_0.7.1.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb

[oe] [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0

2016-04-13 Thread Fabio Berton
It's a modern password hashing for your software and your servers. Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-bcrypt_2.0.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] umip: Disable parallel make

2016-04-13 Thread Adrian Dudau
The following error can ocurr in a race condition: scan.l:38:18: fatal error: gram.h: No such file or directory http://errors.yoctoproject.org/Errors/Details/56158/ That is, the scan.l file is parsed before the gram.h file is generated. To avoid this, we clear the PARALLEL_MAKE variable.

Re: [oe] Build failures due to libtdb racing with libbsd

2016-04-13 Thread Jens Rehsack
> Am 13.04.2016 um 11:41 schrieb Ulf Magnusson : > > Hello, > > I get libtdb build failures like the following. The failing file > varies between runs. > > ERROR: oe_runmake failed > ERROR: Function failed: do_compile > Log data follows: > | DEBUG: Executing shell function

Re: [oe] [meta-oe][PATCH] Revert "umip: blacklist"

2016-04-13 Thread Adrian Dudau
On tis, 2016-04-12 at 19:25 +0200, Martin Jansa wrote: > On Tue, Apr 12, 2016 at 04:59:16PM +0200, Adrian Dudau wrote: > > This reverts commit d82b0d8f638d1e1c7d9175605eadabfb99a6d345. > > > > The SRC_URI is up again, no need to blacklist the recipe anymore. > > What about the second part with

Re: [oe] Build failures due to libtdb racing with libbsd

2016-04-13 Thread Ulf Magnusson
On Wed, Apr 13, 2016 at 11:41 AM, Ulf Magnusson wrote: > Hello, > > I get libtdb build failures like the following. The failing file > varies between runs. > > ERROR: oe_runmake failed > ERROR: Function failed: do_compile > Log data follows: > | DEBUG: Executing shell

[oe] Build failures due to libtdb racing with libbsd

2016-04-13 Thread Ulf Magnusson
Hello, I get libtdb build failures like the following. The failing file varies between runs. ERROR: oe_runmake failed ERROR: Function failed: do_compile Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 16 -e MAKEFLAGS= | WAF_MAKE=1