[oe] [meta-networking][PATCH 1/2 v2] samba: add missing RDEPENDS

2017-11-06 Thread jackie.huang
From: Jackie Huang * samba-tool requires the python modules from samba-python or it fails with: Traceback (most recent call last): File "/usr/bin/samba-tool", line 33, in from samba.netcmd.main import cmd_sambatool ImportError: No module named

[oe] [meta-networking][PATCH 0/2 v2] samba: fixes for AD DC service

2017-11-06 Thread jackie.huang
From: Jackie Huang v2 comments: * disable ad-dc and enable mitkrb5 by default to avoid an known issue. -- The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96: libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34

[oe] [meta-networking][PATCH 2/2 v2] samba: fix for AD DC service

2017-11-06 Thread jackie.huang
From: Jackie Huang The Active Directory (AD) domain controller (DC) service is installed by default since the commit: """ commit 28b8edc760d5e0664ad4861464f5de06f5fc305a samba: install all systemd unit files This includes samba.service, which other major distributions

[oe] [meta-networking][PATCH V2: 0/1] Upgrade corosync

2017-11-06 Thread kai.kang
From: Kai Kang V2: * remove gcc option '-fpie' by append configure cache value 'ap_cv_cc_pie=no' to fix TEXTREL QA issue for linker gold. Build for both ld.gold and ld.bfd Kai Kang (1): corosync: 2.4.2 -> 2.4.3 ...001-Include-fcntl.h-for-F_-and-O_-defines.patch |

[oe] [meta-networking][PATCH V2 1/1] corosync: 2.4.2 -> 2.4.3

2017-11-06 Thread kai.kang
From: Kai Kang Upgrade corosync from 2.4.2 to 2.4.3. * remove patch which is merged by upstream * remove gcc option '-fpie' by append configure cache value 'ap_cv_cc_pie=no' to fix TEXTREL QA issue for linker gold * disable autostart of corosync. It only works after

Re: [oe] [meta-oe][PATCH] gnome-common: add PACKAGECONFIG for autoconf-archive

2017-11-06 Thread ChenQi
ping On 10/24/2017 04:19 PM, qi.c...@windriver.com wrote: From: Chen Qi Add PACKAGECONFIG for autoconf-archive. Default to enable it to avoid m4 file conflicts between gnome-common and autoconf-archive. e.g. IMAGE_INSTALL_append = " gnome-common autoconf-archive-dev"

[oe] [meta-python][PATCH] python-scrypt: add new package

2017-11-06 Thread Mark Asselstine
This python package provides bindings for the scrypt key derivation function library. (https://bitbucket.org/mhallin/py-scrypt/overview) Signed-off-by: Mark Asselstine --- meta-python/recipes-devtools/python/python-scrypt.inc | 12

Re: [oe] [yocto] [Openembedded-architecture] [RFC] stable branch naming scheme

2017-11-06 Thread akuster808
On 11/06/2017 08:43 AM, Denys Dmytriyenko wrote: > On Fri, Nov 03, 2017 at 09:20:43AM -0700, akuster808 wrote: >> Hello, >> >> The problem I hope to solve is that a Maintainer can stage changes in >> any branch in the contrib repos making it difficult for folks to track >> their back port

Re: [oe] [Openembedded-architecture] [RFC] stable branch naming scheme

2017-11-06 Thread Denys Dmytriyenko
On Fri, Nov 03, 2017 at 09:20:43AM -0700, akuster808 wrote: > Hello, > > The problem I hope to solve is that a Maintainer can stage changes in > any branch in the contrib repos making it difficult for folks to track > their back port requests. The also makes it harder to automate any kind > of

Re: [oe] [PATCH 01/10] tumbler: make thumbnails work again

2017-11-06 Thread Andreas Müller
On Mon, Nov 6, 2017 at 5:23 PM, Martin Jansa wrote: > Hi Andreas, > > I'm ignoring all of them now, Armin is now taking care of master branch as > well. > > BTW: your e-mails often end in my gmail spam with: > *Why is this message in Spam?* It has a from address in

Re: [oe] [PATCH 01/10] tumbler: make thumbnails work again

2017-11-06 Thread Martin Jansa
Hi Andreas, I'm ignoring all of them now, Armin is now taking care of master branch as well. BTW: your e-mails often end in my gmail spam with: *Why is this message in Spam?* It has a from address in googlemail.com but has failed googlemail.com's required tests for authentication. I don't know

Re: [oe] [PATCH 01/10] tumbler: make thumbnails work again

2017-11-06 Thread Andreas Müller
On Thu, Nov 2, 2017 at 6:07 PM, Andreas Müller wrote: > > PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnaile > r,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" > >> > >>> > +do_install_appen() { >>> >>> typo >>> >>>

Re: [oe] [meta-networking] [PATCH] corosync: 2.4.2 -> 2.4.3

2017-11-06 Thread Kang Kai
On 2017年11月03日 09:54, Kang Kai wrote: On 2017年11月02日 19:22, Martin Jansa wrote: Does this fix the textrel QA issue reported in every world build in last couple months? http://errors.yoctoproject.org/Errors/Details/157987/ I built for qemux86-64 and qemuarm64 and didn't meet such issue. And