[oe] [meta-python][PATCH] python3-cassandra-driver: update to version 3.12.0

2017-12-22 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cassandra-driver.inc | 4 ++-- ...-cassandra-driver_3.11.0.bb => python3-cassandra-driver_3.12.0.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH] python-django: update to version 1.11.8

2017-12-22 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-django.inc | 18 ++ ...python-django_1.11.5.bb => python-django_1.11.8.bb} | 2 ++ .../recipes-devtools/python/python3-django_1.11.5.bb | 2 --

[oe] [meta-python][PATCH] python-pytest-runner: update to version 3.0

2017-12-22 Thread Derek Straka
Verified license terms remain the same and updated checksum for copyright data modification Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pytest-runner.inc| 6 +++--- .../{python-pytest-runner_2.12.1.bb => python-pytest-runner_3.0.bb} | 0

Re: [oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Mark Asselstine
On Friday, December 22, 2017 2:11:20 PM EST Derek Straka wrote: > Sure. I'm waiting for confirmation it fixes the issue from the ML before > requesting any backports. Sounds good. Thanks. Mark > > On Fri, Dec 22, 2017 at 2:00 PM, Mark Asselstine < > > mark.asselst...@windriver.com> wrote: >

Re: [oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Derek Straka
Sure. I'm waiting for confirmation it fixes the issue from the ML before requesting any backports. On Fri, Dec 22, 2017 at 2:00 PM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > On Fri, Dec 22, 2017 at 9:16 AM, Derek Straka wrote: > > Add the correct version of

Re: [oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Mark Asselstine
On Fri, Dec 22, 2017 at 9:16 AM, Derek Straka wrote: > Add the correct version of python{3}-setuptools-scm-native > Remove the dependency on m2r Derek, Can you please ensure this and other fixes for python-automat are applied to the rocko branch. Recall I had requested this

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

2017-12-22 Thread Derek Straka
Verify license terms remain the same and update the checksum Add required RDEPENDS for minimal python installs Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-werkzeug.inc| 7 --- .../python/{python-werkzeug_0.12.2.bb =>

[oe] [meta-python][PATCH] python-pysocks: update to version 1.6.8

2017-12-22 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-pysocks.inc | 7 +-- .../python/{python-pysocks_1.6.7.bb => python-pysocks_1.6.8.bb}| 0 .../python/{python3-pysocks_1.6.7.bb => python3-pysocks_1.6.8.bb} | 0 3 files changed, 5

[oe] [meta-multimedia][PATCH] rygel: Add lms PACKAGECONFIG item

2017-12-22 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb

Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-22 Thread Derek Straka
Chen, Thanks for bringing this up. Take a look here to see if this proposed patchset fixes your issue: http://lists.openembedded.org/pipermail/openembedded-devel/2017-December/116094.html . -Derek On Fri, Dec 22, 2017 at 4:54 AM, ChenQi wrote: > Hi Derek, > > I noticed

[oe] [meta-python][PATCH] python-automat: fix build dependencies to avoid download during do_compile

2017-12-22 Thread Derek Straka
Add the correct version of python{3}-setuptools-scm-native Remove the dependency on m2r Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-automat.inc | 8 ...001-setup.py-remove-the-dependency-on-m2r.patch | 52 ++ 2 files

Re: [oe] [meta-java] pyro, rocko and per-recipe sysroots

2017-12-22 Thread Jacob Kroon
Hi Otavio, On Fri, Dec 22, 2017 at 1:26 PM, Otavio Salvador wrote: > On Fri, Dec 22, 2017 at 7:30 AM, Jacob Kroon wrote: >> Hi, >> >> On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon wrote: >>> Hi all, >>> >>> I'm

Re: [oe] [meta-qt5][PATCH] qtdeclarative: fix build without opengl support

2017-12-22 Thread Martin Jansa
Can you please test with master-next (where is pending upgrade to 5.10), if this patch is still needed there? If you want to use it with 5.9, then try rocko-next (with pending upgrade to 5.9.3). All my qt5 builds have opengl enabled, so I haven't seen this issue, but the patch as is doesn't

Re: [oe] [meta-java][PATCH v2] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-12-22 Thread Otavio Salvador
On Mon, Dec 11, 2017 at 10:53 AM, Guy Shapiro wrote: > Main changes: > - Fetch the code from the aarch32-port repository. This repository > contains the C1 (Client) JIT, making it much faster than the > currently used version. > - Compile using the newly available

Re: [oe] [meta-java] pyro, rocko and per-recipe sysroots

2017-12-22 Thread Otavio Salvador
On Fri, Dec 22, 2017 at 7:30 AM, Jacob Kroon wrote: > Hi, > > On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon wrote: >> Hi all, >> >> I'm trying to get a recent yocto build together with meta-java up and >> running, but ran into some problems: >> >> 1.

Re: [oe] [meta-python][PATCH] python-automat: add an initial recipe for version 0.6.0

2017-12-22 Thread ChenQi
Hi Derek, I noticed in Automat's setup.py script: setup_requires=[ 'setuptools-scm', 'm2r', ], install_requires=[ "attrs", "six", ], Now the installed_requires entry is handled by the RDEPENDS meta data in recipe. How about the setup_requires

Re: [oe] [meta-java] pyro, rocko and per-recipe sysroots

2017-12-22 Thread Jacob Kroon
Hi, On Fri, Dec 22, 2017 at 8:55 AM, Jacob Kroon wrote: > Hi all, > > I'm trying to get a recent yocto build together with meta-java up and > running, but ran into some problems: > > 1. For rocko, I don't see the corresponding branch in meta-java, > should I use "master" ?