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

2018-02-11 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-django.inc| 5 +++-- .../python/{python-django_1.11.9.bb => python-django_1.11.10.bb} | 0 .../python/{python3-django_1.11.9.bb => python3-django_1.11.10.bb} | 0 3 files changed,

[oe] [meta-python][PATCH] python-webcolors: update to version 1.8

2018-02-11 Thread Derek Straka
Update license checksum for copyright date change and verify terms remain the same Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-webcolors.inc| 6 +++--- .../python/{python-webcolors_1.7.bb => python-webcolors_1.8.bb} | 0

[oe] [meta-python][PATCH] python-pycryptodome: update to version 3.4.11

2018-02-11 Thread Derek Straka
Update RDEPENDS to work on minimal python distribution Create a test package for unit tests Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-pycryptodome.inc | 20 ++-- ...todome_3.4.8.bb => python-pycryptodome_3.4.11.bb} | 0

[oe] [meta-python][PATCH] python-msgpack: update to version 0.5.2

2018-02-11 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-msgpack.inc| 4 ++-- .../python/{python-msgpack_0.5.1.bb => python-msgpack_0.5.2.bb} | 0 .../python/{python3-msgpack_0.5.1.bb => python3-msgpack_0.5.2.bb} | 0 3 files

[oe] [meta-python][PATCH] python-greenlet: update to version 0.4.13

2018-02-11 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-greenlet.inc | 4 ++-- .../python/{python-greenlet_0.4.12.bb => python-greenlet_0.4.13.bb} | 0 .../python/{python3-greenlet_0.4.12.bb => python3-greenlet_0.4.13.bb} | 0 3 files

[oe] [meta-networking][PATCH] waf-samba.bbclass: No longer inherit waf.bbclass

2018-02-11 Thread Joshua Watt
waf-samba.bbclass uses waf in a very different way than the "standard" method that waf.bbclass targets and ends getting very little useful functionality from that class. Signed-off-by: Joshua Watt --- meta-networking/classes/waf-samba.bbclass | 29

Re: [oe] [meta-networking][PATCH] waf-samba: skip waf_preconfigure() prefunc from waf.bbclass

2018-02-11 Thread Joshua Watt
On Sat, Feb 10, 2018 at 9:39 AM, Kyle Russell wrote: > waf_preconfigure() fails in samba packages because wafbin is packaged > differently, and we already pass bindir and libdir through > CONFIGUREOPTS. > > Signed-off-by: Kyle Russell > --- >

Re: [oe] [meta-oe][PATCH] xrdp: enable cpliboard

2018-02-11 Thread Anuj Mittal
On 02/12/2018 07:36 PM, zhengrq wrote: > Add --enable-fuse option to enable cpliboard when copying from window OS to > linux. > > Signed-off-by: Zheng Ruoqin > --- > meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-networking][PATCH] waf-samba: skip waf_preconfigure() prefunc from waf.bbclass

2018-02-11 Thread Kyle Russell
That seems reasonable to me. I didn't really like how this change implicitly depended on the base waf class setup either, but I wasn't sure if the breakage was on anyone's radar. I'll try out your other patch tomorrow. Thanks! On Sun, Feb 11, 2018 at 4:30 PM, Joshua Watt

[oe] [meta-oe][PATCH] tomoyo-tools: 20140601 -> 20170102

2018-02-11 Thread Huang Qiyu
Upgrade tomoyo-tools from 2.5.0-20140601 to 2.5.0-20170102. Signed-off-by: Huang Qiyu --- meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH] xrdp: enable cpliboard

2018-02-11 Thread zhengrq
Add --enable-fuse option to enable cpliboard when copying from window OS to linux. Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-networking][PATCH] waf-samba.bbclass: No longer inherit waf.bbclass

2018-02-11 Thread Robert Yang
On 02/12/2018 05:51 AM, Joshua Watt wrote: waf-samba.bbclass uses waf in a very different way than the "standard" method that waf.bbclass targets and ends getting very little useful functionality from that class. Signed-off-by: Joshua Watt ---

Re: [oe] [meta-networking][PATCH] waf-samba.bbclass: No longer inherit waf.bbclass

2018-02-11 Thread Joshua Watt
On Feb 11, 2018 20:29, "Robert Yang" wrote: On 02/12/2018 05:51 AM, Joshua Watt wrote: > waf-samba.bbclass uses waf in a very different way than the "standard" > method that waf.bbclass targets and ends getting very little useful > functionality from that class. > >