Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-18 Thread Anders Darander
* Mark Asselstine [160418 22:34]: > The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 > [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only > dnsmasq runtime. No sysvinit scripts are included in systemd only > builds (and should not

[oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-18 Thread Joe MacDonald
From: Mark Asselstine The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only dnsmasq runtime. No sysvinit scripts are included in systemd only builds (and should not be) and the dnsmasq

[oe] [meta-networking][PATCH 4/5] libldb: Update to latest stable

2016-04-18 Thread Joe MacDonald
The update of Samba requires a newer version of libldb, so update it. Signed-off-by: Joe MacDonald --- ...not-import-target-module-while-cross-compile.patch | 19 ++- .../libldb/{libldb_1.1.21.bb => libldb_1.1.26.bb} | 4 ++-- 2 files changed, 12

[oe] [meta-networking][PATCH 3/5] libtevent: Update to latest stable

2016-04-18 Thread Joe MacDonald
The update of Samba requires a newer version of libtevent, so update it. Signed-off-by: Joe MacDonald --- .../libtevent/{libtevent_0.9.25.bb => libtevent_0.9.28.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 2/5] libtdb: Update to latest stable

2016-04-18 Thread Joe MacDonald
The update of Samba requires a newer version of libtdb, so update it. Signed-off-by: Joe MacDonald --- .../recipes-support/libtdb/{libtdb_1.3.7.bb => libtdb_1.3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-networking][PATCH 1/5] libtalloc: Update to latest stable

2016-04-18 Thread Joe MacDonald
The update of Samba requires a newer version of libtalloc, so update it. Signed-off-by: Joe MacDonald --- .../libtalloc/{libtalloc_2.1.3.bb => libtalloc_2.1.6.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename

[oe] Update Samba

2016-04-18 Thread Joe MacDonald
I'm still doing some testing on this and I haven't built for all the architectures yet, but it passed at least the most basic smoke-test. Given the number of outstanding CVEs against our current version of Samba (thanks Armin! :-)) I think it's best fo rus to update this rather than trying to do

[oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-18 Thread Mark Asselstine
The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 [dnsmasq: steal resolvconf support from Ubuntu] broke systemd only dnsmasq runtime. No sysvinit scripts are included in systemd only builds (and should not be) and the dnsmasq executable has not moved to /usr/sbin. Reverting to

Re: [oe] [OE-core] [RFT] GCC 6 Recipes

2016-04-18 Thread Dan McGregor
On 17 April 2016 at 23:15, Khem Raj wrote: > Hello all, > > I have put together a potential gcc6 upgrade recipe set, and pushed the > branch to tree here > > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 > > and also at github fork of mine. > >

Re: [oe] [meta-networking][PATCH] dnsmasq: steal resolvconf support from Ubuntu

2016-04-18 Thread Mark Asselstine
On Wed, Apr 6, 2016 at 9:01 AM, Anders Darander wrote: > Hm, unfortunately I didn't notice before this went in. > > * Jens Rehsack [160228 13:35]: > >> Add support for resolvconf integration as done in Ubuntu. This implies >> updates of start-scripts,

[oe] [meta-python][PATCH 3/3] python-visitor: Add recipe for version 0.1.2

2016-04-18 Thread Fabio Berton
A tiny pythonic visitor implementation. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-visitor_0.1.2.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-visitor_0.1.2.bb diff

[oe] [meta-python][PATCH 2/3] python-netaddr: Add recipe for version 0.7.18

2016-04-18 Thread Fabio Berton
A network address manipulation library for Python. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-netaddr_0.7.18.bb | 8 1 file changed, 8 insertions(+) create mode 100644

[oe] [meta-python][PATCH 1/3] python-dominate: Add recipe for version 2.2.0

2016-04-18 Thread Fabio Berton
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-dominate_2.2.0.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[oe] patch requests for meta-openembedded jethro

2016-04-18 Thread akuster808
I am staging patches for another jethro update https://github.com/akuster/meta-openembedded/tree/akuster/jethro-next c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96..5e36615e77df2111c680d1f828b99e00bde7f1e6 If you sent a patch for jethro and you don't see in in the branch above, please let me know.

[oe] [meta-oe][PATCH 2/2] flite: fix license issue.

2016-04-18 Thread Armin Kuster
copy license from http://www.speech.cs.cmu.edu/flite/ and include text WARNING: flite-alsa: No generic license file exists for: flite in any provider Signed-off-by: Armin Kuster --- meta-oe/licenses/flite | 32 1 file changed, 32

[oe] [meta-oe][PATCH 1/2] xcursorgen: fix Licnese issue

2016-04-18 Thread Armin Kuster
WARNING: xcursorgen: No generic license file exists for: ManishSingh in any provider copied COPYING file to meta-oe licenses to fix issue. Signed-off-by: Armin Kuster --- meta-oe/licenses/ManishSingh | 19 +++ 1 file changed, 19 insertions(+) create mode

Re: [oe] x11nvc: useless rpath?

2016-04-18 Thread Khem Raj
You can use patchelf to remove it in do install append. Ideal fix is.to correct the linker arguments On Apr 18, 2016 2:57 AM, "Gary Thomas" wrote: > I'm getting this error (used to be a warning only): > ERROR: x11vnc-0.9.13-r0 do_package_qa: QA Issue: x11vnc: >

Re: [oe] [PATCH] cyrus-sasl: Drop unneeded group addition

2016-04-18 Thread Otavio Salvador
On Wed, Apr 13, 2016 at 10:23 AM, Richard Purdie wrote: > The mail group is provided by base-passwd so would always be present. > Therefore > drop the uneeded group addition from this recipe. > > This works around the recent user cleanup code improvements

Re: [oe] x11nvc: useless rpath?

2016-04-18 Thread Gary Thomas
On 2016-04-18 11:56, Gary Thomas wrote: I'm getting this error (used to be a warning only): ERROR: x11vnc-0.9.13-r0 do_package_qa: QA Issue: x11vnc: work/cortexa8hf-neon-poky-linux-gnueabi/x11vnc/0.9.13-r0/packages-split/x11vnc/usr/bin/x11vnc contains probably-redundant RPATH /usr/lib

[oe] x11nvc: useless rpath?

2016-04-18 Thread Gary Thomas
I'm getting this error (used to be a warning only): ERROR: x11vnc-0.9.13-r0 do_package_qa: QA Issue: x11vnc: work/cortexa8hf-neon-poky-linux-gnueabi/x11vnc/0.9.13-r0/packages-split/x11vnc/usr/bin/x11vnc contains probably-redundant RPATH /usr/lib [useless-rpaths] How does one go about fixing