[oe] [meta-python][PATCH 1/8] python-progress, python3-progress: Add recipe for version 1.2

2016-08-17 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-progress.inc | 9 + meta-python/recipes-devtools/python/python-progress_1.2.bb | 2 ++ meta-python/reci

Re: [oe] [meta-java][PATCH v2] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Fabio Berton
It works for me. I tested using host gcc 4.9.x and oe-core krogoth. Without this patch bitbake fail with ExpansionError during parsing. On Thu, Jul 21, 2016 at 10:09 AM, Sven Ebenfeld < sven.ebenf...@vaillant-group.com> wrote: > During my recipe parsing, GCCVERSION in the cross case seems to >

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-11 Thread Fabio Berton
Hi Patrick, I tested your solution and works fine. Can you send this as a patch to list? Thanks, Fabio. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-11 Thread Fabio Berton
Hi Patrick, Yes, same problem here. I'm using Debian Jessie with GCC 4.9.2. On Mon, Jul 11, 2016 at 8:29 AM, Patrick Ohly wrote: > Dan McGregor gmail.com> writes: > > From: Daniel McGregor vecima.com> > > > > GCC 6 sets the default C++ standard to C++14 and introduces

[oe] [meta-java][PATCH] rxtx: Add remove-libtool class to remove all .la files

2016-07-04 Thread Fabio Berton
/work/cortexa9hf-neon-emcontrols-linux-gnueabi/ rxtx/2.2.0-r2/sysroot-destdir/usr/lib/jni [la] ERROR: rxtx-2.2.0-r2 do_populate_sysroot: QA staging was broken by the package built above ERROR: rxtx-2.2.0-r2 do_populate_sysroot: Function failed: do_qa_staging Signed-off-by: Fabio Berton <fabio.

Re: [oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-04 Thread Fabio Berton
Hi Khem, The option -fno-schedule-insn2 is not needed. I sent a v2. Thanks. On Fri, Jul 1, 2016 at 11:56 AM, Fabio Berton <fabio.ber...@ossystems.com.br > wrote: > For me only worked with these options, but I can make more tests and try > without -fno-schedule-insn2 option. >

[oe] [meta-browser][PATCH v2] firefox: Fix build using gcc 6

2016-07-04 Thread Fabio Berton
Append CFLAGS and CXXFLAGS to set work around code which gcc6 would otherwise regard as out-of-specification and allow it to produce a working program. Add patch to to correct the source to be compatible with gcc6 by preventing c++ scope errors. Signed-off-by: Fabio Berton <fabio.

Re: [oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-01 Thread Fabio Berton
For me only worked with these options, but I can make more tests and try without -fno-schedule-insn2 option. On Fri, Jul 1, 2016 at 11:49 AM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, Jul 1, 2016 at 6:13 AM, Fabio Berton > <fabio.ber...@ossystems.com.br> wrote:

[oe] [meta-browser][PATCH] firefox: Fix build using gcc 6

2016-07-01 Thread Fabio Berton
Append CFLAGS and CXXFLAGS to set work around code which gcc6 would otherwise regard as out-of-specification and allow it to produce a working program. Add patch to to correct the source to be compatible with gcc6 by preventing c++ scope errors. Signed-off-by: Fabio Berton <fabio.

[oe] [meta-python][krogoth] Backport python recipes

2016-04-25 Thread Fabio Berton
Hi all, Recently I sent some python recipes for review and last week were merged to master. Could these recipes be backported for krogoth? I tested all them in krogoth branch. Recipes are listed bellow: python-bcrypt: cb95c5edaa977c8361628dab04b95192c423fc1a python-blinker:

[oe] [meta-python][PATCH 3/3] python-visitor: Add recipe for version 0.1.2

2016-04-18 Thread Fabio Berton
A tiny pythonic visitor implementation. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-visitor_0.1.2.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-visitor_0.1.2.bb

[oe] [meta-python][PATCH 2/3] python-netaddr: Add recipe for version 0.7.18

2016-04-18 Thread Fabio Berton
A network address manipulation library for Python. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-netaddr_0.7.18.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/

[oe] [meta-python][PATCH 1/3] python-dominate: Add recipe for version 2.2.0

2016-04-18 Thread Fabio Berton
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-dominate_2.2.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode

[oe] [meta-networking][PATCH v2] lldpd: Update to version 0.9.2

2016-04-14 Thread Fabio Berton
supporting 32bit was 10.6. Fix: - By default, when using port alias as description, use port name as port ID. - Miscellaneous fixes with netlink cache. - Ensure large netlink messages can be received. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../r

[oe] [meta-networking][PATCH] lldpd: Update to version 0.9.2

2016-04-14 Thread Fabio Berton
was 10.6. - Fix: - By default, when using port alias as description, use port name - as port ID. - Miscellaneous fixes with netlink cache. - Ensure large netlink messages can be received. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../recipes-daemons

[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 <fabio.ber...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-

[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 <fabio.ber...@ossystems.com.br> --- 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.

[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 <fabio.ber...@ossystems.com.br> --- .../recipes-devtools/python/python-flask-sqlalchemy_2.1.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/

[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 <fabio.ber...@ossystems.com.br> --- meta-python/recipes-devtools/python/python-blinker_1.4.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/

[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 <fabio.ber...@ossystems.com.br> --- .../recipes-devtools/python/python-flask-navigation_0.2.0.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python

[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 <fabio.ber...@ossystems.com.br> --- .../import-simplejson-as-json.patch| 28 ++ .../python/python-flask-wtf_0.12.bb| 17 + 2 files changed, 45 inse

[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 <fabio.ber...@ossystems.com.br> --- .../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 <fabio.ber...@ossystems.com.br> --- .../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.

[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 <fabio.ber...@ossystems.com.br> --- .../recipes-devtools/python/python-bcrypt_2.0.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-de

[oe] [meta-oe][PATCH] fio: Remove --disable-static from EXTRA_OECONF

2016-02-18 Thread Fabio Berton
this option. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb index dca0e64..5bf387c 100644 ---

[oe] [meta-python][PATCH] python-daemonize: Update to version 2.4.2

2016-02-01 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../python/{python-daemonize_2.4.1.bb => python-daemonize_2.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-daemonize_2.4.1.bb => python-daemonize_2

[oe] [meta-browser][PATCH 2/2] firefox-l10n-*: Update to version 38.4.0esr

2015-12-11 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...firefox-l10n-ach_38.2.1esr.bb => firefox-l10n-ach_38.4.0esr.bb} | 4 ++-- .../{firefox-l10n-af_38.2.1esr.bb => firefox-l10n-af_38.4.0esr.bb} | 4 ++-- .../{firefox-l10n-an_38.2.1esr.bb => firefox-l10n-an_38

[oe] [meta-browser][PATCH 1/2] firefox: Update to version 38.4.0esr

2015-12-11 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../firefox/{firefox_38.2.1esr.bb => firefox_38.4.0esr.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-mozilla/firefox/{firefox_38.2.1esr.bb => firefox_38.4.0esr.bb} (96%)

[oe] [meta-python][PATCH 1/2] python-daemonize: Update to version 2.4.1

2015-12-11 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../python/{python-daemonize_2.3.1.bb => python-daemonize_2.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-daemonize_2.3.1.bb => python-daemonize_2

[oe] [meta-python][PATCH 2/2] python-cffi: Update to version 1.3.1

2015-12-11 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../python/{python-cffi_1.3.0.bb => python-cffi_1.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-cffi_1.3.0.bb => python-cffi_1.3.1.bb}

[oe] [meta-networking][PATCH v2] lldpd: Update to version 0.7.19

2015-11-05 Thread Fabio Berton
The new release has following important changes, worth noticing: - fix-libevent-configure patch has been applied upstream - fix for CVE-2015-8012 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../lldpd/files/fix-libevent-configure.patch

[oe] [meta-networking][PATCH] lldpd: Update to version 0.7.19

2015-10-29 Thread Fabio Berton
The fix-libevent-configure patch has been applied upstream, so we removed it. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../lldpd/files/fix-libevent-configure.patch | 39 -- .../lldpd/{lldpd_0.7.17.bb => lldpd_0.7.19.bb} | 5 ++-

[oe] [meta-python][PATCH] python-cffi: Update to version 1.3.0

2015-10-29 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../python/{python-cffi_1.2.1.bb => python-cffi_1.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-cffi_1.2.1.bb => python-cffi_1.3.0.bb}

[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 <fabio.ber...@ossystems.com.br> --- .../lldpd/files/fix-libevent-configure.patch | 39 +++ .../recipes-daemons/lldpd

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

2015-09-15 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 <fabio.ber...@ossystems.com.br> --- .../lldpd/files/fix-libevent-configure.patch | 39 +++ .../recipes-daemons/lldpd

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

2015-09-15 Thread Fabio Berton
From: Fabio Berton <fabio.ber...@ossystems.com.br> 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 <fabio.ber...@ossystems.com.br> --- .../recipes-connectivity/lldpd/files/lldpd.d

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

2015-09-15 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 <fabio.ber...@ossystems.com.br> --- .../recipes-daemons/lldpd/files/lldpd.default | 2 + .../recipes-daemons/lldpd/files/lldpd.

[oe] [meta-python][PATCH v2 2/2] python-cffi: Upgrade to version 1.2.1

2015-09-10 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../python/{python-cffi_0.9.2.bb => python-cffi_1.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-cffi_0.9.2.bb => python-cffi_1.2.1.bb}

[oe] [meta-python][PATCH v2 1/2] python-pyzmq: Add python-multiprocessing in RDEPENDS

2015-09-10 Thread Fabio Berton
.py", line 7, in from zmq.devices import basedevice, proxydevice, monitoredqueue, monitoredqueuedevice File "/usr/lib/python2.7/site-packages/zmq/devices/basedevice.py", line 9, in from multiprocessing import Process ImportError: No module named multiprocessing Signed-off-by: Fabio

[oe] [meta-python][PATCH] python-pyroute2: Add recipe

2015-08-31 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../import-simplejson-as-json.patch| 26 ++ .../python/python-pyroute2_0.3.12.bb | 14 2 files changed, 40 insertions(+) create mode 100644 meta-python/recipes-de

[oe] [meta-oe][PATCH] python-pyroute2: Add recipe

2015-08-31 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../import-simplejson-as-json.patch| 26 ++ .../python/python-pyroute2_0.3.12.bb | 14 2 files changed, 40 insertions(+) create mode 100644 meta-python/recipes-de

Re: [oe] [meta-oe][PATCH] dialog-static: blacklist

2015-04-23 Thread Fabio Berton
Hi! I fixed this adding the function below on dialog-static recipe, the function add --static flag to pkg-config. do_configure_prepend(){ sed -i 's,pkg-config,pkg-config --static,g' -i configure } On 04/23/2015 11:37 AM, openembedded-devel-requ...@lists.openembedded.org wrote: Send

<    1   2