Re: [oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Andrej Rode
Hi, I think you could just do SRC_URI += and remove patch=1 and pnum=1 they are defaults. yeah, that would be better, but as Martin pointed out all my pending patches are already merged. Sorry for resending and not checking if they are already merged. I was looking at patchwork, but

Re: [oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-27 Thread Andrej Rode
On 27/04/17 15:08, Martin Jansa wrote: All 4 changes were already merged, please rebase and send what's left as follow-up patch. Oh, last time I checked they weren't, sorry for the noise :/ I'll see what's left (: Cheers, Andrej -- ___

[oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-27 Thread Andrej Rode
Add recipe for python-mprpc, a messagepack RPC library for python Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python-mprpc/files/0001-fix_setup_py.patch | 34 ++ .../python-mprpc/python-mprpc_0.1.13.bb| 17 +++ 2 files chang

[oe] [meta-python][PATCH v3 1/2] python-gsocketpool: add new recipe

2017-04-27 Thread Andrej Rode
Adds recipe for python-gsocketpool as a dependency for python-mprpc Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../files/0001-fix_setup_py.patch | 35 ++ .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 16 ++ 2 files chang

[oe] [meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1

2017-04-27 Thread Andrej Rode
Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python/python-gevent/libev-conf.patch | 26 .../python/python-gevent_0.13.8.bb | 15 .../recipes-devtools/python/python-gevent_1.2.1.bb | 28 ++ 3

[oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-27 Thread Andrej Rode
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- meta-python/recipes-devtools/python/python-systemd_234.bb | 13 + meta-python/recipes-devtools/python/python3-systemd_

[oe] [meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1

2017-04-21 Thread Andrej Rode
Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python/python-gevent/libev-conf.patch | 26 .../python/python-gevent_0.13.8.bb | 15 .../recipes-devtools/python/python-gevent_1.2.1.bb | 28 ++ 3

[oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-21 Thread Andrej Rode
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- meta-python/recipes-devtools/python/python-systemd_234.bb | 13 + meta-python/recipes-devtools/python/python3-systemd_

[oe] [meta-python][PATCH v3] python-systemd, python3-systemd: add a new recipes

2017-04-13 Thread Andrej Rode
Adds new recipe for python-systemd and python3-systemd which provide python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- meta-python/recipes-devtools/python/python-systemd_234.bb | 13 + meta-python/recipes-devtools/python/python3-systemd_

[oe] [meta-python][PATCH] gevent: update 0.13.8 -> 1.2.1

2017-04-13 Thread Andrej Rode
Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python/python-gevent/libev-conf.patch | 26 .../python/python-gevent_0.13.8.bb | 15 .../recipes-devtools/python/python-gevent_1.2.1.bb | 28 ++ 3

[oe] [meta-python][PATCH v3 2/2] python-mprpc: add new recipe

2017-04-13 Thread Andrej Rode
Add recipe for python-mprpc, a messagepack RPC library for python Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python-mprpc/files/0001-fix_setup_py.patch | 34 ++ .../python-mprpc/python-mprpc_0.1.13.bb| 17 +++ 2 files chang

[oe] [meta-python][PATCH v3 1/2] python-gsocketpool: add new recipe

2017-04-13 Thread Andrej Rode
Adds recipe for python-gsocketpool as a dependency for python-mprpc Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../files/0001-fix_setup_py.patch | 35 ++ .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 16 ++ 2 files chang

[oe] [meta-python][PATCH v2] systemd-python: add a new recipe

2017-04-10 Thread Andrej Rode
Adds new recipe for python-systemd, python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- meta-python/recipes-devtools/python/python-systemd_234.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/

Re: [oe] [meta-python][PATCH v2 1/2] python-gsocketpool: add new recipe

2017-04-06 Thread Andrej Rode
com> wrote: > The Signed-off-by: line should be in commit message, not in separate > e-mail, patchwork might include the SOB, but it will still leave empty > commit message body, why don't you move your reply there? > > On Thu, Apr 6, 2017 at 3:04 AM, Andrej Rode <andrej.r...@ett

Re: [oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-06 Thread Andrej Rode
On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling < timothy.t.orl...@linux.intel.com> wrote: > > > On Apr 6, 2017, at 3:12 AM, Andrej Rode <andrej.r...@ettus.com> wrote: > > > > Adds new recipe for systemd-python, python bindings for libsystemd > > > > This

[oe] [meta-python][PATCH] systemd-python: add a new recipe

2017-04-05 Thread Andrej Rode
Adds new recipe for systemd-python, python bindings for libsystemd Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- meta-python/recipes-devtools/python/systemd-python_234.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/s

[oe] [meta-python][PATCH v2 2/2] python-mprpc: add new recipe

2017-04-05 Thread Andrej Rode
Add recipe for python-mprpc, a messagepack RPC library for python Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python-mprpc/python-mprpc_0.1.13.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-connectivity/

[oe] [meta-python][PATCH v2 1/2] python-gsocketpool: add new recipe

2017-04-05 Thread Andrej Rode
Adds recipe for python-gsocketpool as a dependency for python-mprpc Signed-off-by: Andrej Rode <andrej.r...@ettus.com> --- .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-connectivity/

[oe] [PATCH 1/2] python-gsocketpool: add new recipe

2017-04-05 Thread Andrej Rode
--- .../python-gsocketpool/python-gsocketpool_0.1.5.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool_0.1.5.bb diff --git

[oe] (no subject)

2017-04-05 Thread Andrej Rode
This patchset adds python-mprpc and python-gsocketpool to meta-python. mprpc is a messagepack RPC implementation for python. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org