[oe] [meta-python][PATCH] python3-requests: Support idna version 3.1

2021-03-04 Thread Fabio Berton
drop this patch. As this recipe was tested with python3-idna_3.1 don't allow higher versions. Signed-off-by: Fabio Berton --- .../setup.py-Support-idna-version-3.1.patch | 40 +++ .../python/python3-requests_2.25.1.bb | 2 + 2 files changed, 42 insertions(+) cre

[oe] [meta-oe][PATCH] beep: Add recipe for version 1.2.2

2020-12-08 Thread Fabio Berton
Based on this recipe: https://github.com/kraj/meta-slugos/blob/master/recipes-slugos/beep/beep_1.2.2.bb Signed-off-by: Fabio Berton --- meta-oe/recipes-extended/beep/beep_1.2.2.bb | 25 +++ .../beep/files/linux-input.patch | 155 ++ 2 files changed, 180

[oe] [meta-oe][PATCH] linuxconsole: Add recipe for version 1.7.0

2020-12-08 Thread Fabio Berton
Add linuxconsole and inputattach-config recipes. The inputattach-config recipe is intend to use as machine configuration file for inputattach. Signed-off-by: Fabio Berton --- .../inputattach-config/inputattach-config.bb | 12 +++ .../inputattach-config/inputattach.conf | 8 ++ .../51

[oe] [meta-oe][PATCH v2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-10 Thread Fabio Berton
Remove --enable-more-warnings from toolchain-clang. This option was removed in ModemManager commit [1]. [1] https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=1c078531a017358241a35475fb24f2bd65d501db Signed-off-by: Fabio Berton --- .../{modemmanager_1.12.12.bb

Re: [oe] [meta-oe][PATCH 1/2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-10 Thread Fabio Berton
with clang. > > On Wed, Sep 9, 2020 at 5:23 AM Fabio Berton > wrote: > > > > Signed-off-by: Fabio Berton > > --- > > .../{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > renam

[oe] [meta-oe][PATCH v2] libqmi: Update 1.26.0 -> 1.26.4

2020-09-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb} (85%) diff --git a/meta-oe/recipes-connectivity/

[oe] [meta-oe][PATCH 1/2] modemmanager: Update 1.12.12 -> 1.14.2

2020-09-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.12.bb => modemmanager_1.14.2.bb} (95%) diff --git a/meta-oe/r

[oe] [meta-oe][PATCH 2/2] libqmi: Update 1.26.0 -> 1.26.4

2020-09-09 Thread Fabio Berton
Switch to autotools-brokensep to use the same directory for build and source avoiding error: configure: error: source directory already configured; run "make distclean" there first Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.26.0.bb => libqmi_1.26.4.bb}

[oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig

2020-06-09 Thread Fabio Berton
libxtst-native it's needed to build openjdk-8-native. Signed-off-by: Fabio Berton --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc

[oe] [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig

2020-06-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- recipes-core/openjdk/openjdk-8-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index f6d617a..24b6f20 100644 --- a/recipes-core/openjdk/openjdk-8

[oe] [meta-oe][PATCH] nanopb: Add recipe for version 0.4.0

2019-12-20 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../recipes-devtools/nanopb/nanopb_0.4.0.bb | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb diff --git a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb b/meta-oe/recipes-devtools

[oe] [meta-oe][PATCH 3/3] emlog: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-core/emlog/emlog.inc | 13 ++ .../emlog/emlog/Drop-use-of-error-h.patch | 113 ++ meta-oe/recipes-core/emlog/emlog/emlog.initd | 25 meta-oe/recipes-core/emlog/emlog_git.bb | 22 .../emlog/kernel

[oe] [meta-oe][PATCH 1/3] mdbus2: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-core/mdbus2/mdbus2_git.bb diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb new

[oe] [meta-oe][PATCH 2/3] jpnevulator: Add recipe

2019-11-27 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../jpnevulator/jpnevulator_git.bb| 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe

[oe] [meta-python][PATCH 4/5] python-zipp: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-zipp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-zipp.inc b/meta-python/recipes-devtools/python/python-zipp.inc index ba18f7216..5f63852ad 100644 --- a/meta-python

[oe] [meta-python][PATCH 2/5] python-more-itertools: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-more-itertools.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-more-itertools.inc b/meta-python/recipes-devtools/python/python-more-itertools.inc index 33095b3d3

[oe] [meta-python][PATCH 5/5] python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk

2019-11-13 Thread Fabio Berton
Python3 recipe rprovides python3-misc only for target and nativesdk, but if we have some recipe that rdepends python3-misc and has native in BBCLASSEXTEND bitbake raises an error showing that nothing rprovides python3-misc-native. Signed-off-by: Fabio Berton --- .../recipes-devtools/python

[oe] [meta-python][PATCH 3/5] python-pathlib2: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pathlib2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pathlib2.inc b/meta-python/recipes-devtools/python/python-pathlib2.inc index c5ba99d4f..3199b56a0 100644 --- a

[oe] [meta-python][PATCH 1/5] python-importlib-metadata: Add native and nativesdk to BBCLASSEXTEND

2019-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-importlib-metadata.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-importlib-metadata.inc b/meta-python/recipes-devtools/python/python-importlib-metadata.inc index

[oe] [meta-python][PATCH] python*-setuptools-scm: Update to version 3.3.3

2019-10-25 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-setuptools-scm.inc | 4 ++-- ...setuptools-scm_2.1.0.bb => python-setuptools-scm_3.3.3.bb} | 0 ...etuptools-scm_2.1.0.bb => python3-setuptools-scm_3.3.3.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCH] ifplugd: Add recipe for version 0.28

2019-10-17 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../ifplugd/ifplugd/Fix-build-with-musl.patch | 31 +++ .../ifplugd/ifplugd_0.28.bb | 25 +++ 2 files changed, 56 insertions(+) create mode 100644 meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with

[oe] [meta-python][PATCH] python*-requests: Update 2.20.1 -> 2.21.0

2019-04-03 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- .../{python-requests_2.20.1.bb => python-requests_2.21.0.bb} | 0 ...{python3-requests_2.20.1.bb => python3-requests_2.21.0.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCH] cpuburn-arm: Add armv7ve as a valid machine

2019-03-22 Thread Fabio Berton
--- meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index d60624c88..6189da39f 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpubur

[oe] [meta-python][PATCH 3/4] python*-xlrd: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-xlrd.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index d1ab05d4f..893e82e05 100644 --- a/meta-python

[oe] [meta-python][PATCH 4/4] python-protobuf: Add nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-protobuf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index b617904d2

[oe] [meta-python][PATCH 1/4] python*-jinja2: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-jinja2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 0c0bf0def..5342eb563 100644 --- a/meta

[oe] [meta-python][PATCH 2/4] python*-markupsafe: Add native and nativesdk to BBCLASSEXTEND

2019-02-07 Thread Fabio Berton
SIGNED-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-markupsafe.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc index 927f84452..437a60cfb 100644

[oe] [meta-qt5][PATCH] cinematicexperience: Add liberation-fonts to RDEPENDS

2018-03-01 Thread Fabio Berton
Install liberation-fonts package to show cinematicexperience fonts. Signed-off-by: Fabio Berton --- recipes-qt/examples/cinematicexperience_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/examples/cinematicexperience_1.0.bb b/recipes-qt/examples

[oe] [meta-oe][PATCH] libqmi: Update to version 1.20.0

2018-02-05 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libqmi/{libqmi_1.16.0.bb => libqmi_1.20.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.16.0.bb => libqmi_1.20.0.bb} (82%) diff --git a/meta-oe/recipes-connec

[oe] [meta-networking][krogoth][PATCH] samba: fix the hardcoded path in init script

2017-11-21 Thread Fabio Berton
From: Jackie Huang Replace the hardcoded path with base_bindir in init script to fix the error: /etc/init.d/samba.sh: line 15: /usr/bin/ps: No such file or directory /etc/init.d/samba.sh: line 17: /usr/bin/sed: No such file or directory /etc/init.d/samba.sh: line 16: /usr/bin/grep: No such file o

[oe] [meta-networking][PATCH v3] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
We need to run oe_runmake install with DESTDIR variable to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
You right, work using oe_runmake install DESTDIR=${D} and DESTDIR is not using when compiling. Thanks On Tue, Oct 31, 2017 at 5:07 PM, Khem Raj wrote: > > On Tue, Oct 31, 2017 at 4:24 AM Fabio Berton < > fabio.ber...@ossystems.com.br> wrote: > >> Hi Khem, >>

[oe] [meta-networking][PATCH v2] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
We need to set DESTDIR variable and run oe_runmake install to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 7 --- 1 file changed, 4 insertions(+), 3

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
Hi Khem, do_compile task uses these EXTRA_OEMAKE variables too. On Mon, Oct 30, 2017 at 9:18 PM, Khem Raj wrote: > On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton > wrote: > > We need to set DESTDIR variable and run eo_runmake install to

[oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-30 Thread Fabio Berton
We need to set DESTDIR variable and run eo_runmake install to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2

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

2017-09-26 Thread Fabio Berton
ing to syslog and daemonizing, don't log to stderr. + vxlan interfaces are now ignored as they are multi-point interfaces. + Maximum number of neighbors for an interface is increased from 4 to 32. Signed-off-by: Fabio Berton --- ...lldpd.service.in-Use-fixed-path-for-mkdir.patch | 32 +

[oe] [meta-python][PATCH] python-aws-iot-device-sdk-python: Add recipe for version 1.1.2

2017-08-29 Thread Fabio Berton
The AWS IoT Device SDK for Python allows developers to write Python script to use their devices to access the AWS IoT platform through MQTT or MQTT over the WebSocket protocol. Signed-off-by: Fabio Berton --- .../python/python-aws-iot-device-sdk-python.inc| 18

Re: [oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-29 Thread Fabio Berton
9, Mark Hatle 写道: >>> >>>> On 8/28/17 8:07 PM, Mark Hatle wrote: >>>> >>>>> On 8/28/17 1:13 PM, Fabio Berton wrote: >>>>> >>>>>> meta-openembedded commit eb8994f44a080d9c7fd2c87b6b6935ad0a55eb27 >>>>>>

[oe] [meta-oe][PATCH] iproute2: Move append to meta-networking layer

2017-08-28 Thread Fabio Berton
-networking to allow build iproute2 without add meta-networking layer to bblayers.conf. Signed-off-by: Fabio Berton --- .../recipes-connectivity/iproute2/iproute2_%.bbappend | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {meta-oe => meta-networking}/recipes-connectiv

[oe] [meta-python][PATCH] python-requests: Update to version 2.18.4

2017-08-21 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- .../python/{python-requests_2.18.3.bb => python-requests_2.18.4.bb} | 0 .../python/{python3-requests_2.18.3.bb => python3-requests_2.18.4.bb} | 0 3 files changed, 2 inse

[oe] [meta-python][PATCH] python-chardet: Extend to native and nativesdk

2017-08-16 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-chardet.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index 25443f870..6035488a7 100644 --- a

[oe] [meta-oe][PATCH] libsodium: Extend recipe for native and nativesdk usage

2017-04-13 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb index 22d315504..cbcbe96cd 100644 --- a/meta

[oe] [meta-oe][PATCH v4 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-10 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libwebsockets/libwebsockets_2.1.0.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb diff --git a/meta-oe/recipes-connectivity/libwebsockets

[oe] [meta-oe][PATCH v4 2/3] libuv: Add recipe for version 1.10.2

2017-02-10 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH v4 1/3] libev: Add recipe for version 4.24

2017-02-10 Thread Fabio Berton
The provided compatibility layer with libevent is still basic, so we need to drop event.h for now to avoid conflicting with libevent. Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libev/libev_4.24.bb | 22 ++ 1 file changed, 22 insertions(+) create mode

[oe] [meta-oe][PATCH v3 1/3] libev: Add recipe for version 4.24

2017-02-09 Thread Fabio Berton
The provided compatibility layer with libevent is still basic, so we need to drop event.h for now to avoid conflicting with libevent. Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libev/libev_4.24.bb | 22 ++ 1 file changed, 22 insertions(+) create mode

[oe] [meta-oe][PATCH v3 2/3] libuv: Add recipe for version 1.10.2

2017-02-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH v3 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-09 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libwebsockets/libwebsockets_2.1.0.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb diff --git a/meta-oe/recipes-connectivity/libwebsockets

Re: [oe] [meta-oe][PATCH v2 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-09 Thread Fabio Berton
Hi Andre, On Wed, Feb 8, 2017 at 6:16 PM, Andre McCurdy wrote: > On Wed, Feb 8, 2017 at 10:13 AM, Fabio Berton > wrote: > > Signed-off-by: Fabio Berton > > --- > > .../libwebsockets/libwebsockets_2.1.0.bb | 32 > ++ > &g

[oe] [meta-oe][PATCH v2 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-08 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libwebsockets/libwebsockets_2.1.0.bb | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb diff --git a/meta-oe/recipes-connectivity/libwebsockets

[oe] [meta-oe][PATCH v2 1/3] libev: Add recipe for version 4.24

2017-02-08 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libev/libev_4.24.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libev/libev_4.24.bb diff --git a/meta-oe/recipes-connectivity/libev/libev_4.24.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH v2 2/3] libuv: Add recipe for version 1.10.2

2017-02-08 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes

Re: [oe] [meta-oe][PATCH 1/3] libev: Add recipe for version 4.24

2017-02-08 Thread Fabio Berton
24.bb > > On Tue, Feb 7, 2017 at 11:32 AM, Fabio Berton > wrote: > > Signed-off-by: Fabio Berton > > --- > > meta-oe/recipes-connectivity/libev/libev_4.24.bb | 14 ++ > > 1 file changed, 14 insertions(+) > > create mode 100644 meta-oe/recipes

[oe] [meta-oe][PATCH 3/3] libwebsockets: Add recipe for version 2.1.0

2017-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../libwebsockets/libwebsockets_2.1.0.bb | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb diff --git a/meta-oe/recipes-connectivity/libwebsockets

[oe] [meta-oe][PATCH 2/3] libuv: Add recipe for version 1.10.2

2017-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH 1/3] libev: Add recipe for version 4.24

2017-02-07 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-oe/recipes-connectivity/libev/libev_4.24.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libev/libev_4.24.bb diff --git a/meta-oe/recipes-connectivity/libev/libev_4.24.bb b/meta-oe/recipes

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

2017-01-30 Thread Fabio Berton
Note: This [1] patch should be applied to build lldpd. [1] https://patchwork.openembedded.org/patch/136616/ On Mon, Jan 30, 2017 at 2:29 PM, Fabio Berton wrote: > This update includes following changes: > > lldpd (0.9.6) > * Changes: > + Add a compile-time option to re

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

2017-01-30 Thread Fabio Berton
dpctl. + Always log to stderr (even in addition to syslog). + `lldpcli watch` accepts a limit on the number of received events. * Fixes: + `lldpcli -f {xml,json} watch` should work now. + Consider `veth` interfaces as physical interfaces. Signed-off-by: Fabio Berton --- .../re

Re: [oe] [meta-browser][PATCH V3 0/3] firefox build fixes

2017-01-12 Thread Fabio Berton
Hi Andreas! The problem was in git am command. When I ran git am, git changes files to fix whitespace errors and patch 0002-use-pkg-config-to-find-nspr.patch doesn't apply in firefox source, failing when running bitbake firefox -c patch. So, I used git am --whitespace=warn and works fine. Patches

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
Ok. I'll test v3. Thanks. On Wed, Jan 11, 2017 at 10:50 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 1:42 PM, Martin Jansa > wrote: > > He could be using more strict PATCHTOOL or the patch got mangled by > > patchwork/git-am. > > > > Can you upload your ch

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
I'm testing with master branch for all layers. On Wed, Jan 11, 2017 at 10:22 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 1:03 PM, Fabio Berton > wrote: > > ERROR: firefox-45.6.0esr-r0 do_patch: Command Error: 'quilt --quilt

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
Yes. On Wed, Jan 11, 2017 at 10:07 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 12:57 PM, Fabio Berton > wrote: > > This patch doesn't apply. > > is git://github.com/OSSystems/meta-browser.git > > still correct

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
ts in file configure Patch 0002-use-pkg-config-to-find-nspr.patch does not apply (enforce with -f) ERROR: firefox-45.6.0esr-r0 do_patch: Function failed: patch_do_patch On Wed, Jan 11, 2017 at 10:01 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Wed, Jan 11, 2017 at 12:57 PM, Fa

Re: [oe] [meta-browser][PATCH V2 2/3] firefox: use pkg-config to find nspr

2017-01-11 Thread Fabio Berton
This patch doesn't apply. On Tue, Jan 10, 2017 at 4:48 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > nspr-config adds path /usr/include > > which causes lots of > > | cc1plus: warning: include location "/usr/include" is unsafe for > cross-compilation [-Wpoison-system-directories] >

Re: [oe] [meta-browser][PATCH V2 0/3] firefox fix build on oe-core master

2017-01-10 Thread Fabio Berton
Hi Andreas! Firefox was updated to version 45.6.0, please update your patches and send a v3. Thanks. On Tue, Jan 10, 2017 at 8:57 AM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Thu, Dec 15, 2016 at 6:52 PM, Andreas Müller > wrote: > > * recent 'use system's nss/nspr' broke fire

Re: [oe] [meta-java][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

2016-12-05 Thread Fabio Berton
Hi Joe, This layer also depends on meta-oe. On Mon, Nov 21, 2016 at 5:35 PM, Joe Slater wrote: > Version "1", and only depend on "core". > > Signed-off-by: Joe Slater > --- > conf/layer.conf |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/conf/layer.conf b/conf/layer.conf >

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.2.1

2016-11-22 Thread Fabio Berton
Hi Martin, I fixed this issue in libpcap recipe and I'll send a patch to oe-core. On Tue, Nov 22, 2016 at 2:52 PM, Martin Jansa wrote: > On Wed, Oct 05, 2016 at 05:33:37PM -0700, Armin Kuster wrote: > > Restore PE > > > > includes 2 security fixes: > > wnpa-sec-2016-57. NCP dissector crash. Fi

Re: [oe] [meta-browser][PATCH 2/3] Disable CHROMIUM_ENABLE_WAYLAND in the x11 recipe

2016-11-18 Thread Fabio Berton
​Hi Jacobo, ​ You need to skip package if x11 is not in DISTRO_FEATURES, like in your chromium-wayland patch. Thanks! On Fri, Nov 18, 2016 at 3:06 PM, Jacobo Aragunde Pérez wrote: > The chromium x11 recipe crashed when run with CHROMIUM_ENABLE_WAYLAND > enabled, because it missed some steps tha

[oe] [meta-python][PATCH] python-humanize, python3-humanize: Add recipe for version 0.5.1

2016-11-10 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-humanize.inc | 10 ++ meta-python/recipes-devtools/python/python-humanize_0.5.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-humanize_0.5.1.bb | 2 ++ 3 files changed, 14 insertions(+) create

[oe] [meta-multimedia][PATCH 1/2] caps: Add recipe for version 0.9.24

2016-10-06 Thread Fabio Berton
CAPS is a collection of audio plugins comprising basic virtual guitar amplification and a small range of classic effects, signal processors and generators of mostly elementary and occasionally exotic nature. Signed-off-by: Fabio Berton --- .../caps/Avoid-ambiguity-in-div-invocation.patch | 32

[oe] [meta-multimedia][PATCH 2/2] alsa-equal: Add recipe for version 0.6

2016-10-06 Thread Fabio Berton
Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be adjusted using an ALSA compatible mixer, like alsamixergui or alsamixer. Signed-off-by: Fabio Berton --- .../alsa-equal/alsa-equal/0001-Fix-asneeded.patch | 37 + .../alsa-equal/0002-Fix-Eq-CAPS-plugin-name.patch

Re: [oe] [meta-python][PATCH] python-scales: add recipe for version 1.0.9

2016-09-29 Thread Fabio Berton
On Thu, Sep 29, 2016 at 10:30 AM, Ruben De Smet wrote: > A python module for tracking server state and statisticst > > Signed-off-by: Ruben De Smet > --- > meta-python/recipes-devtools/python/python-scales.inc | 13 > + > meta-python/recipes-devtools/python/python3-scales_1.0.

[oe] [meta-qt5][krogoth][PATCH] qtwebengine: Add gperf-native to DEPENDS

2016-09-21 Thread Fabio Berton
c129b5 Signed-off-by: Fabio Berton --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 28b9fe6..979f606 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_g

Re: [oe] [meta-python][PATCH 13/17] python-requests, python3-requests: Update to version 2.11.1

2016-09-01 Thread Fabio Berton
:01:27PM -0300, Fabio Berton wrote: > > This commit also change RDEPENDS code style and add python-urllib3 > > as runtime dependence. > > > > Signed-off-by: Fabio Berton > > --- > > meta-python/recipes-devtools/python/python-requests.inc | 17 > ++--

[oe] [meta-python][PATCH 2/2] python-six: Add native and nativesdk to BBCLASSEXTEND

2016-08-31 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-six.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index e54c0e8..e33c01d 100644 --- a/meta-python

[oe] [meta-python][PATCH 1/2] python-certifi: Add native and nativesdk to BBCLASSEXTEND

2016-08-31 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-certifi.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-certifi.inc b/meta-python/recipes-devtools/python/python-certifi.inc index 8c4579a..77fa53b 100644 --- a/meta

Re: [oe] [meta-python][PATCH v2] python-pyopenssl: Extend recipe to support Python 3

2016-08-31 Thread Fabio Berton
Hi Martin, I forgot to set PYTHON_PN in RDEPENDS, please apply this v2 to master-next. Fabio On Wed, Aug 31, 2016 at 4:36 PM, Fabio Berton wrote: > - Add Python 3 recipe > - Add native and nativesdk to BBCLASSEXTEND > > Signed-off-by: Fabio Berton > Signed-off-b

[oe] [meta-python][PATCH v2] python-pyopenssl: Extend recipe to support Python 3

2016-08-31 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-pyopenssl.inc | 23 ++ .../python/python-pyopenssl_16.0.0.bb | 17 +--- .../python

[oe] [meta-oe][PATCH] geis: Add python3-argparse module to RDEPENDS

2016-08-23 Thread Fabio Berton
Python module argparse was removed from python3-misc package, so we need to add new python3-argparse package to RDEPENDS. Signed-off-by: Fabio Berton --- meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support

[oe] [meta-python][PATCH 17/17] python-prompt-toolkit, python3-prompt-toolkit: Add recipe for version 1.0.6

2016-08-22 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-prompt-toolkit.inc | 19 +++ .../python/python-prompt-toolkit_1.0.6.bb | 2 ++ .../python/python3-prompt-toolkit_1.0.6.bb| 9 + 3 files changed, 30 insertions(+) create mode

[oe] [meta-python][PATCH 16/17] python-ndg-httpsclient, python3-ndg-httpsclient: Add recipe for version 0.4.2

2016-08-22 Thread Fabio Berton
Signed-off-by: Fabio Berton --- .../python/python-ndg-httpsclient.inc | 19 +++ .../python/python-ndg-httpsclient_0.4.2.bb| 2 ++ .../python/python3-ndg-httpsclient_0.4.2.bb | 2 ++ 3 files changed, 23 insertions(+) create mode 100644

[oe] [meta-python][PATCH 15/17] python-wcwidth, python3-wcwidth: Add recipe for version 0.1.7

2016-08-22 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-wcwidth.inc | 8 meta-python/recipes-devtools/python/python-wcwidth_0.1.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-wcwidth_0.1.7.bb | 2 ++ 3 files changed, 12 insertions(+) create mode

[oe] [meta-python][PATCH 14/17] python-pysocks, python3-pysocks: Add recipe for version 1.5.7

2016-08-22 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pysocks.inc | 11 +++ meta-python/recipes-devtools/python/python-pysocks_1.5.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-pysocks_1.5.7.bb | 2 ++ 3 files changed, 15 insertions(+) create

[oe] [meta-python][PATCH 13/17] python-requests, python3-requests: Update to version 2.11.1

2016-08-22 Thread Fabio Berton
This commit also change RDEPENDS code style and add python-urllib3 as runtime dependence. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-requests.inc | 17 ++--- ...hon-requests_2.10.0.bb => python-requests_2.11.1.bb} | 0 ...n3-requests_2.10.0

[oe] [meta-python][PATCH 11/17] python-pytest: Extend support to python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND - Change code style for RDEPENDS Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pytest.inc| 16 .../recipes-devtools/python/python-pytest_2.9.1.bb | 10

[oe] [meta-python][PATCH 12/17] python-py: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-py.inc| 8 meta-python/recipes-devtools/python/python-py_1.4.31.bb | 8 +--- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 10/17] python-pretend: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pretend.inc | 8 meta-python/recipes-devtools/python/python-pretend_1.0.8.bb | 8 +--- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 09/17] python-iso8601: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-iso8601.inc| 8 meta-python/recipes-devtools/python/python-iso8601_0.1.11.bb | 8 +--- meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 08/17] python-cryptography-vectors: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND - Use pyppi class Signed-off-by: Fabio Berton --- .../python/python-cryptography-vectors.inc | 15 +++ .../python/python-cryptography-vectors_1.4.bb| 16 ++-- .../python

[oe] [meta-python][PATCH 07/17] python-urllib3: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND - Add python-certifi, python-cryptography, python-idna and python-pyopenssl to RDEPENDS Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-urllib3.inc| 19 +++ .../recipes

[oe] [meta-python][PATCH 06/17] python-pyopenssl: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- .../recipes-devtools/python/python-pyopenssl.inc | 18 ++ .../recipes-devtools/python/python-pyopenssl_16.0.0.bb | 17 + .../python/python3-pyopenssl_16.0.0.bb

[oe] [meta-python][PATCH 05/17] python-pycparser: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pycparser.inc | 8 meta-python/recipes-devtools/python/python-pycparser_2.14.bb | 10 +- meta-python/recipes-devtools/python

[oe] [meta-python][PATCH 03/17] python-idna: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-idna.inc | 9 + meta-python/recipes-devtools/python/python-idna_2.1.bb | 11 +-- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 04/17] python-pyasn1: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND - Add python-lang and python-shell to RDEPENDS Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-pyasn1.inc | 14 ++ meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb | 11

[oe] [meta-python][PATCH 02/17] python-cryptography: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Change DEPENDS and RDEPENDS code style - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- .../python/python-cryptography.inc | 48 .../python/python-cryptography_1.4.bb | 53

[oe] [meta-python][PATCH 01/17] python-cffi: Extend recipe to support Python 3

2016-08-22 Thread Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-cffi.inc | 9 + meta-python/recipes-devtools/python/python-cffi_1.7.0.bb | 11 +-- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 6/8] python-functools32: Add recipe for version 3.2.3-2

2016-08-17 Thread Fabio Berton
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- .../recipes-devtools/python/python-functools32_3.2.3-2.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-functools32_3.2.3-2.bb diff --git a/meta-python

[oe] [meta-python][PATCH 7/8] python-strict-rfc3339, python3-strict-rfc3339: Add recipe for version 0.7

2016-08-17 Thread Fabio Berton
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-strict-rfc3339.inc | 8 meta-python/recipes-devtools/python/python-strict-rfc3339_0.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-strict-rfc3339_0.7.bb | 2 ++ 3

[oe] [meta-python][PATCH 8/8] python-jsonschema, python3-jsonschema: Add recipe for version 2.5.1

2016-08-17 Thread Fabio Berton
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- .../recipes-devtools/python/python-jsonschema.inc | 26 ++ .../python/python-jsonschema_2.5.1.bb | 8 +++ .../python/python3-jsonschema_2.5.1.bb | 6 + 3 files changed, 40

[oe] [meta-python][PATCH 5/8] python-webcolors, python3-webcolors: Add recipe for version 1.5

2016-08-17 Thread Fabio Berton
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-webcolors.inc | 8 meta-python/recipes-devtools/python/python-webcolors_1.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-webcolors_1.5.bb | 2 ++ 3 files changed, 12

  1   2   >