[oe] [meta-python][PATCH v3] python-sdnotify/python3-sdnotify: Add new recipe

2017-05-19 Thread Moritz Fischer
python-sdnotify/python3-sdnotify is a pure python implementation for systemd's sd_notify mechanism. Signed-off-by: Moritz Fischer --- .../recipes-devtools/python/python-sdnotify.inc | 20 .../recipes-devtools/python/python-sdnotify_0.3.1.bb |

[oe] [meta-python][master][pyro][PATCH, v3] python-cython: mangle scripts to use /usr/bin/env python

2017-05-19 Thread S. Lockwood-Childs
This prevents runtime failure "bad interpreter: No such file or directory" from running native cython when the native python is installed at a long path, exceeding the 128-character limit for shebang lines on linux. Exceeding the limit was already possible when using a long path for topdir, but it

[oe] [meta-python][master][pyro][PATCH, v2] python-cython: mangle scripts to use /usr/bin/env python

2017-05-19 Thread S. Lockwood-Childs
This prevents runtime failure "bad interpreter: No such file or directory" from running native cython when the native python is installed at a long path, exceeding the 128-character limit for

[oe] [meta-python][master][pyro][PATCH] python-cython: mangle scripts to use /usr/bin/env python

2017-05-19 Thread S. Lockwood-Childs
This prevents runtime failure "bad interpreter: No such file or directory" from running native cython when the native python is installed at a long path, exceeding the 128-character limit for shebang lines on linux. Exceeding the limit was already possible when using a long path for topdir, but it

Re: [oe] [meta-python][PATCH v2] python-sdnotify/python3-sdnotify: Add new recipe

2017-05-19 Thread Derek Straka
Can you rework the patch to place the common portions into an inc file? Thanks On Fri, May 19, 2017 at 3:03 PM, Moritz Fischer wrote: > python-sdnotify/python3-sdnotify is a pure python implementation for > systemd's sd_notify mechanism. > > Signed-off-by: Moritz

[oe] [meta-perl][PATCH] libnet-dns-perl: update to version 1.10

2017-05-19 Thread Derek Straka
Verified the license remains the same Signed-off-by: Derek Straka --- .../libnet/{libnet-dns-perl_1.06.bb => libnet-dns-perl_1.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.06.bb =>

[oe] [meta-perl][PATCH] libcgi-perl: update to version 4.36

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-perl/libcgi/{libcgi-perl_4.35.bb => libcgi-perl_4.36.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.35.bb => libcgi-perl_4.36.bb} (82%) diff --git

[oe] [meta-perl][PATCH] libcurses-perl: update to version 1.36

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- .../libcurses/{libcurses-perl_1.34.bb => libcurses-perl_1.36.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libcurses/{libcurses-perl_1.34.bb => libcurses-perl_1.36.bb} (80%) diff --git

[oe] [meta-perl][PATCH] libstrictures-perl: update to version 2.000003

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- ...{libstrictures-perl_2.02.bb => libstrictures-perl_2.03.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-perl/recipes-perl/libstrictures/{libstrictures-perl_2.02.bb => libstrictures-perl_2.03.bb}

[oe] [meta-perl][PATCH] libsub-exporter-progressive-perl: update to version 0.001013

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- ...erl_0.001011.bb => libsub-exporter-progressive-perl_0.001013.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/libsub/{libsub-exporter-progressive-perl_0.001011.bb =>

[oe] [meta-perl][PATCH] libmodule-build-tiny-perl: update to version 0.039

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- ...-build-tiny-perl_0.036.bb => libmodule-build-tiny-perl_0.039.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/libmodule/{libmodule-build-tiny-perl_0.036.bb => libmodule-build-tiny-perl_0.039.bb}

Re: [oe] [meta-oe][PATCH] xf86-video-geode: Update to 2.11.18

2017-05-19 Thread Martin Jansa
Still seems to be failing: http://errors.yoctoproject.org/Errors/Details/142984/ On Tue, May 16, 2017 at 11:45 AM, Clément Perrochaud < clement.perroch...@openmailbox.org> wrote: > This release includes the patch required for 2.11.16 and fixes the > build issue. > Removed from blacklist. > >

[oe] State of bitbake world, Failed tasks 2017-05-17

2017-05-19 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-python][PATCH v2] python-sdnotify/python3-sdnotify: Add new recipe

2017-05-19 Thread Moritz Fischer
python-sdnotify/python3-sdnotify is a pure python implementation for systemd's sd_notify mechanism. Signed-off-by: Moritz Fischer --- .../python/python-sdnotify_0.3.1.bb| 22 ++ .../python/python3-sdnotify_0.3.1.bb | 22

Re: [oe] [meta-python][PATCH] python-sdnotify/python3-sdnotify: Add new recipe

2017-05-19 Thread Moritz Fischer
Sorry for the noise, I fatfingered that one ... resending ... On Fri, May 19, 2017 at 11:56 AM, Moritz Fischer wrote: > python-sdnotify/python3-sdnotify is a pure python implementation for > systemd's sd_notify mechanism. > > Signed-off-by: Moritz Fischer

[oe] [meta-python][PATCH] python-sdnotify/python3-sdnotify: Add new recipe

2017-05-19 Thread Moritz Fischer
python-sdnotify/python3-sdnotify is a pure python implementation for systemd's sd_notify mechanism. Signed-off-by: Moritz Fischer --- .../python-sdnotify/python-sdnotify_0.3.1.bb | 22 ++ .../python-sdnotify/python3-sdnotify_0.3.1.bb | 22

[oe] [meta-python][PATCH] python-psutil: update to version 5.2.2

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- .../python/{python-psutil_5.2.0.bb => python-psutil_5.2.2.bb} | 0 .../python/{python3-psutil_5.2.0.bb => python3-psutil_5.2.2.bb} | 0 3 files

[oe] [meta-python][PATCH] python-pyro4: update to version 4.59

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python-pyro4/{python-pyro4_4.55.bb => python-pyro4_4.59.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-connectivity/python-pyro4/{python-pyro4_4.55.bb => python-pyro4_4.59.bb} (70%) diff

[oe] [meta-python][PATCH] python-certifi: update to version 2017.4.17

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-certifi.inc| 4 ++-- .../{python-certifi_2017.1.23.bb => python-certifi_2017.4.17.bb} | 0 .../{python3-certifi_2017.1.23.bb => python3-certifi_2017.4.17.bb}| 0 3 files

[oe] [meta-python][PATCH] python-pymisp: update to version 2.4.71

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pymisp.inc | 6 +++--- .../python/{python-pymisp_2.4.67.bb => python-pymisp_2.4.71.bb} | 0 .../python/{python3-pymisp_2.4.67.bb => python3-pymisp_2.4.71.bb} | 0 3 files changed, 3

[oe] [meta-python][PATCH] python-markupsafe: update to version 1.0

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-markupsafe.inc | 6 +++--- .../python/{python-markupsafe_0.23.bb => python-markupsafe_1.0.bb} | 0 .../{python3-markupsafe_0.23.bb => python3-markupsafe_1.0.bb} | 0 3 files changed, 3

[oe] [meta-python][PATCH 2/2] python-cryptography: update to version 1.8.1

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cryptography.inc | 4 ++-- .../{python-cryptography_1.7.2.bb => python-cryptography_1.8.1.bb}| 0 .../{python3-cryptography_1.7.2.bb => python3-cryptography_1.8.1.bb} | 0 3 files

[oe] [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 1.8.1

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cryptography-vectors.inc | 4 ++-- ...tography-vectors_1.7.2.bb => python-cryptography-vectors_1.8.1.bb} | 0 ...ography-vectors_1.7.2.bb => python3-cryptography-vectors_1.8.1.bb} | 0 3 files

[oe] [meta-python][PATCH] python-backports-functools-lru-cache: update to version 1.4

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python-backports-functools-lru-cache_1.3.bb | 14 -- .../python-backports-functools-lru-cache_1.4.bb | 19 +++ 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python-jinja: update to version 2.9.6

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-jinja2.inc | 4 ++-- .../python/{python-jinja2_2.9.5.bb => python-jinja2_2.9.6.bb} | 0 .../python/{python3-jinja2_2.9.5.bb => python3-jinja2_2.9.6.bb} | 0 3 files

[oe] [PATCH v4] hwloc: Add

2017-05-19 Thread Haris Okanovic
https://www.open-mpi.org/projects/hwloc/ "The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and

[oe] [meta-python][PATCH] python-werkzeug: update to version 0.12.2

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++-- .../python/{python-werkzeug_0.11.15.bb => python-werkzeug_0.12.2.bb} | 0 .../{python3-werkzeug_0.11.15.bb => python3-werkzeug_0.12.2.bb} | 0 3 files

[oe] [meta-python][PATCH 1/2] python-zopeinterface: fixup test package

2017-05-19 Thread Mark Asselstine
The recipe seems to have the intent of creating a 'tests' package but doesn't follow through on this intent. Rename 'tests' to 'test' to match other python test packages and follow through on the intent to actually produce a 'test' package. Signed-off-by: Mark Asselstine

[oe] [meta-python][PATCH 2/2] python3-zopeinterface: add python3 packaging

2017-05-19 Thread Mark Asselstine
Matching what has been done with other python packages, move the existing recipe into a .inc file and then create python and python3 specific bb files to allow the generation of python2 or python3 versions. Signed-off-by: Mark Asselstine ---

[oe] [meta-python][PATCH] python-pbr: update to version 3.0.0

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python-pbr_2.0.0.bb => python-pbr_3.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pbr_2.0.0.bb => python-pbr_3.0.0.bb} (75%) diff --git

[oe] [meta-webserver][PATCH] nginx: update stable version to 1.12.0

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-webserver/recipes-httpd/nginx/nginx_1.10.3.bb | 6 -- meta-webserver/recipes-httpd/nginx/nginx_1.12.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.10.3.bb

[oe] [meta-webserver][PATCH] nginx: update development version to 1.13.0

2017-05-19 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-webserver/recipes-httpd/nginx/nginx_1.11.10.bb | 10 -- meta-webserver/recipes-httpd/nginx/nginx_1.13.0.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644

[oe] [meta-java] rxtx fails to build because of upstream website dead

2017-05-19 Thread Romain Bazile
Hello everyone, The source website ( http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip ) for librxtx (in recipes-extended/rxtx/rxtx_2.2.0.bb ) is down. Again. Due to the chronic instability of this website, would it make sense to include the source file directly into the meta-java layer as a

[oe] [meta-oe] [PATCH v2] opencv: Make opencv-ts create share library intead of static

2017-05-19 Thread Huang Qiyu
Refer to other distro,make opencv-ts create share library intead of static. Signed-off-by: Huang Qiyu --- ...-ts-create-share-library-intead-of-static.patch | 26 +++ .../opencv/0001-To-fix-errors-as-following.patch | 53 ++