[oe] [meta-networking] [PATCH] snort: upgrade 2.9.14.1 -> 2.9.15

2019-10-24 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- .../recipes-connectivity/snort/{snort_2.9.14.1.bb => snort_2.9.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/snort/{snort_2.9.14.1.bb => snort_2.9.15.bb} (96%) diff --git

[oe] [meta-networking][PATCH] blueman: fix fail to enable bluetooth issue

2019-10-24 Thread kai.kang
From: Kai Kang When launch blueman-manager while bluetooth is disable, it may fails with error: Failed to enable bluetooth Because when get bluetooth status right after change its status, the status may not be updated that plugin applet/KillSwitch.py sets the bluetooth status via method of

Re: [oe] [meta-python][PATCH v2] python-waitress: Add recipes

2019-10-24 Thread Khem Raj
Now I see that its already in master see https://git.openembedded.org/meta-openembedded/commit/?id=aaeb37656349db7f8562bf0ac1c11685f20a5212 On Thu, Oct 24, 2019 at 1:46 PM Khem Raj wrote: > > Hi Martin > > Thanks for following up on this usually patches appear on > patchwork.openembedded.org

Re: [oe] [PATCH] perf: Add /scripts to sources

2019-10-24 Thread Daniel Díaz
Hello! On Thu, 24 Oct 2019 at 13:24, akuster808 wrote: > wrong ml > I think you want openembedded-c...@lists.openembedded.org Indeed. Thanks for the heads-up! Greetings! Daniel Díaz daniel.d...@linaro.org > On 10/24/19 10:52 AM, Daniel Díaz wrote: > > As of linux-next-20191022, we need

Re: [oe] [PATCH] perf: Add /scripts to sources

2019-10-24 Thread akuster808
wrong ml I think you want openembedded-c...@lists.openembedded.org On 10/24/19 10:52 AM, Daniel Díaz wrote: > As of linux-next-20191022, we need bpf_helpers_doc.py in order to > build libbpf, which lives in /scripts. Otherwise, do_compile fails > with: > | /bin/sh: 1: >

[oe] [PATCH] perf: Add /scripts to sources

2019-10-24 Thread Daniel Díaz
As of linux-next-20191022, we need bpf_helpers_doc.py in order to build libbpf, which lives in /scripts. Otherwise, do_compile fails with: | /bin/sh: 1: /oe/build/tmp/work/machine-triplet/perf/1.0-r9/perf-1.0/scripts/bpf_helpers_doc.py: not found | Makefile:184: recipe for target

[oe] [meta-python][PATCH 9/9] Python: click: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python click is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-click.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-click.inc

[oe] [meta-python][PATCH 5/9] Python: pyserial: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pyserial is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pyserial.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc

[oe] [meta-python][PATCH 6/9] Python: pika: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pika is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pika.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pika.inc

[oe] [meta-python][PATCH 8/9] Python: flask wtf: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python flask wtf is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-wtf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-wtf.inc

[oe] [meta-python][PATCH 7/9] Python: flask: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python flask is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask.inc

[oe] [meta-python][PATCH 4/9] Python: whoosh: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python whoosh is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-whoosh.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc

[oe] [meta-python][PATCH 3/9] Python: lazy object proxy: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python lazy object proxy is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- .../recipes-devtools/python/python-lazy-object-proxy.inc| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc

[oe] [meta-python][PATCH 2/9] Python: flask xstatic: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python flask xstatic is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-xstatic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic.inc

[oe] [meta-python][PATCH 1/9] Python: flask pymongo: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python flask pymongo is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-pymongo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo.inc

[oe] [meta-python][PATCH 6/9] Python: rdflib: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python rdflib is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-rdflib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc

[oe] [meta-python][PATCH 7/9] Python: wtforms: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python wtforms is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-wtforms.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-wtforms.inc

[oe] [meta-python][PATCH 9/9] Python: pysnmp: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pysnmp is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb

[oe] [meta-python][PATCH 4/9] Python: prettytable: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python prettytable is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-prettytable.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-prettytable.inc

[oe] [meta-python][PATCH 2/9] Python: netaddr: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python netaddr is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-netaddr.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc

[oe] [meta-python][PATCH 5/9] Python: pysocks: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pysocks is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pysocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc

[oe] [meta-python][PATCH 3/9] Python: pretend: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pretend is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pretend.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pretend.inc

[oe] [meta-python][PATCH 8/9] Python: supervisor: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python supervisor is BSD-4-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-supervisor.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-supervisor.inc

[oe] [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python evdev is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-evdev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-evdev.inc

Re: [oe] [meta-oe][PATCH 4/6] libiio: Inherit distutils-base for packaging python files

2019-10-24 Thread Adrian Bunk
On Thu, Oct 24, 2019 at 12:53:53AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta-oe/recipes-support/libiio/libiio_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb >

Re: [oe] [meta-python][PATCH v2] python-waitress: Add recipes

2019-10-24 Thread Khem Raj
Hi Martin Thanks for following up on this usually patches appear on patchwork.openembedded.org and I pick it up from there it seems either I missed it or it did not appear on patchwork If it’s not staged in master-next and there is no response to it then it went missing I am traveling these days

Re: [oe] [meta-python][PATCH v2] python-waitress: Add recipes

2019-10-24 Thread Martin Schwan
Hi, just wanted to kindly ask if anyone had time reviewing this patch? This is my first patch for this project, maybe I am missing something. Is there anything that stops this from being merged? On Wed, 2019-10-09 at 14:32 +0200, Martin Schwan wrote: > Waitress is a pure-Python WSGI server. > >

Re: [oe] [meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3

2019-10-24 Thread Marek
Or use any other email client like Claws, works perfectly for upstream patches On Thu, 24 Oct 2019 at 11:07, Michał Lower wrote: > > thanks for the hint, will do. > > czw., 24 paź 2019 o 11:03 Khem Raj napisał(a): > > > > On Thu, Oct 24, 2019 at 9:48 AM Michał Lower wrote: > > > > > > > please

[oe] [meta-python][PATCH 07/10] Python: passlib: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python passlib is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-passlib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-passlib.inc

[oe] [meta-python][PATCH 06/10] Python: isodate: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python isodate is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-isodate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-isodate.inc

[oe] [meta-python][PATCH 09/10] Python: webcolors: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python webcolors is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-webcolors.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-webcolors.inc

[oe] [meta-python][PATCH 10/10] Python: werkzeug: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python werkzeug is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-werkzeug.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc

[oe] [meta-python][PATCH 08/10] Python: pynetlinux: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pynetlinux is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pynetlinux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pynetlinux.inc

[oe] [meta-python][PATCH 05/10] Python: falsk mail: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python falsk mail is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-mail.inc

[oe] [meta-python][PATCH 04/10] Python: flask babel: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python falsk babel is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-babel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-babel.inc

[oe] [meta-python][PATCH 03/10] Python: feed formatter: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python feed formatter is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-feedformatter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc

[oe] [meta-python][PATCH 01/10] Python: alembic: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python alembic is MIT. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-alembic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-alembic.inc

[oe] [meta-python][PATCH 02/10] Python: decorator: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python decorator is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-decorator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-decorator.inc

[oe] [meta-python][PATCH 09/10] Python: xlrd: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python xlrd is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-xlrd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc

[oe] [meta-python][PATCH 03/10] Python: ply: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python ply is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-ply.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-ply.inc

[oe] [meta-python][PATCH 08/10] Python: wrapt: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python wrapt is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-wrapt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-wrapt.inc

[oe] [meta-python][PATCH 10/10] Python: h5py: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python h5py is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb

[oe] [meta-python][PATCH 01/10] Python: flask-sqlalchemy: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python flask-sqlalchemy is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc

[oe] [meta-python][PATCH 02/10] Python: meld3: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python meld3 is BSD-4-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-meld3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-meld3.inc

[oe] [meta-python][PATCH 05/10] Python: prompt toolkit: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python prompt toolkit is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-prompt-toolkit.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-prompt-toolkit.inc

[oe] [meta-python][PATCH 06/10] Python: pysmi: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pysmi is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pysmi_0.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.2.2.bb

[oe] [meta-python][PATCH 07/10] Python: speaklater: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python speaklater is BSD-3-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-speaklater.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-speaklater.inc

[oe] [meta-python][PATCH 04/10] Python: pocket sphinx: Clarify BSD license variant

2019-10-24 Thread Christophe PRIOUZEAU
The License of python pocket sphinx is BSD-2-Clause. Signed-off-by: Christophe Priouzeau --- meta-python/recipes-devtools/python/python-pocketsphinx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-pocketsphinx.inc

Re: [oe] [meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3

2019-10-24 Thread Michał Lower
thanks for the hint, will do. czw., 24 paź 2019 o 11:03 Khem Raj napisał(a): > > On Thu, Oct 24, 2019 at 9:48 AM Michał Lower wrote: > > > > > please use git format-patch to generate it > > This is exactly what I've did. Sadly it appears that Gmail inserts > > line breaks on its own. Can I send

Re: [oe] [meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3

2019-10-24 Thread Khem Raj
On Thu, Oct 24, 2019 at 9:48 AM Michał Lower wrote: > > > please use git format-patch to generate it > This is exactly what I've did. Sadly it appears that Gmail inserts > line breaks on its own. Can I send the patch as an attachment so it > will be kept intact? I cannot use git send-email since

Re: [oe] [meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3

2019-10-24 Thread Michał Lower
> please use git format-patch to generate it This is exactly what I've did. Sadly it appears that Gmail inserts line breaks on its own. Can I send the patch as an attachment so it will be kept intact? I cannot use git send-email since it doesn't support gmail two actor authentication and my

Re: [oe] [meta-python][PATCH] update python setuptools-scm from 2.1.0 to 3.3.3

2019-10-24 Thread Khem Raj
Hi Michał This patch appears malformed. So please use git format-patch to generate it and git send-email to send it also rebase it on top of latest master On Tue, Oct 22, 2019 at 9:03 AM Michał Lower wrote: > > Previous version fails to compile for zeus branch. Upgrading fixes that. > >

Re: [oe] [PATCH] libiio: Disable python support for determism

2019-10-24 Thread Khem Raj
On Wed, Oct 23, 2019 at 9:14 PM Richard Purdie wrote: > > Recent cmake changes in OE-Core mean python is now detected from > PATH. For determism, disable the python bindings to match > previous behaviour. > > Signed-off-by: Richard Purdie > --- > meta-oe/recipes-support/libiio/libiio_git.bb | 1

[oe] [meta-oe][PATCH] multipath-tools: upgrade 0.8.2 -> 0.8.3

2019-10-24 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../{multipath-tools_0.8.2.bb => multipath-tools_0.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.8.2.bb => multipath-tools_0.8.3.bb} (98%) diff --git

Re: [oe] [PATCH 2/2] python3-astor: Fix issue with new version of setuptools

2019-10-24 Thread Khem Raj
Hi Richard there is a upstream proposed fix as pointed by Adrian which I picked instead On Wed, Oct 23, 2019 at 10:17 PM Richard Purdie wrote: > > Signed-off-by: Richard Purdie > --- > .../python3-astor/fix-new-setuptools.patch | 18 ++ > .../python/python3-astor_0.8.0.bb

[oe] [meta-oe][PATCH] hwdata: upgrade 327 -> 328

2019-10-24 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index e661020..cd21950 100644 ---

Re: [oe] [PATCH 1/2] python3-astor: Upgrade 0.7.1->0.8.0

2019-10-24 Thread Khem Raj
Hi Richard This also needed SRCREV bump, so I have actually staged a fix with that change as well. On Wed, Oct 23, 2019 at 10:17 PM Richard Purdie wrote: > > Signed-off-by: Richard Purdie > --- > .../python/{python3-astor_0.7.1.bb => python3-astor_0.8.0.bb} | 0 > 1 file changed, 0

[oe] [meta-oe][PATCH 6/6] upm: Define PYTHON_INCLUDE_DIR and PYTHON_LIBRARY for cmake

2019-10-24 Thread Khem Raj
Otherwise it peeks into native sysroot now and starts using native python which is undesirable, this is happening after the oe-core change https://git.openembedded.org/openembedded-core/commit/?id=7847f431cd8db59fce8c9401a603c4b0678ee16d Signed-off-by: Khem Raj ---

[oe] [meta-python][PATCH 3/6] python3-astor: Fix build with setuptools>=41.4

2019-10-24 Thread Khem Raj
Signed-off-by: Khem Raj --- ...f3ff7ad8818475b6e107e63aa9a54252d2a9.patch | 87 +++ .../python/python3-astor_0.8.bb | 4 +- 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 4/6] libiio: Inherit distutils-base for packaging python files

2019-10-24 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/libiio/libiio_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 4e57d5b77b..489cb1a9e0 100644 ---

[oe] [meta-oe][PATCH 2/6] libftdi: Add target deps for python bindings

2019-10-24 Thread Khem Raj
helps linking with right libraries for python bindings Signed-off-by: Khem Raj --- meta-oe/recipes-support/libftdi/libftdi_1.4.bb | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb

[oe] [meta-oe][PATCH 5/6] mraa: Define PYTHON_LIBRARY and PYTHON_INCLUDE_DIR

2019-10-24 Thread Khem Raj
Otherwise it starts to look into native sysroot which we really do not want Signed-off-by: Khem Raj --- meta-oe/recipes-extended/mraa/mraa_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb index

[oe] [meta-python][PATCH 1/6] python3-astor: Upgrade to 0.8

2019-10-24 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/{python3-astor_0.7.1.bb => python3-astor_0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astor_0.7.1.bb => python3-astor_0.8.bb} (87%) diff --git

[oe] [meta-networking][PATCH] drbd-utils: upgrade 9.10.0 -> 9.11.0

2019-10-24 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../drbd/{drbd-utils_9.10.0.bb => drbd-utils_9.11.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/drbd/{drbd-utils_9.10.0.bb => drbd-utils_9.11.0.bb} (93%) diff --git

[oe] [meta-python] [PATCH] python-bcrypt: upgrade 3.1.4 -> 3.1.7

2019-10-24 Thread Zang Ruochen
Signed-off-by: Zang Ruochen --- meta-python/recipes-devtools/python/python-bcrypt.inc | 4 ++-- .../python/{python-bcrypt_3.1.4.bb => python-bcrypt_3.1.7.bb} | 0 .../python/{python3-bcrypt_3.1.4.bb => python3-bcrypt_3.1.7.bb} | 0 3 files changed, 2 insertions(+),