[oe] [meta-oe][PATCH] tipcutils: ptts: Set recv buffer size to max to receive as many packets as possible

2019-09-01 Thread Li Zhou
Flooding multicast may make the rcv buffer overrun and is considered premature messages later and thus cause the following error. "Ignoring premature msg 16, currently handling 12" This patch sets SO_RCVBUF the of socket to max int value to receive as many packets as possible, and give a hint to

[oe] [meta-python][PATCH] python-cmd2: Add python3 version

2019-09-01 Thread Zheng Ruoqin
Providing a python3 version of python-cmd2. Signed-off-by: Zheng Ruoqin --- .../recipes-devtools/python/python-cmd2.inc | 13 + .../recipes-devtools/python/python-cmd2_0.9.16.bb | 15 ++- .../python/python3-cmd2_0.9.16.bb | 9 + 3 files

Re: [oe] [mexta-xfce][PATCH 1/3] imsettings: upgrade 1.7.3 -> 1.8.1 and rework recipe

2019-09-01 Thread Kang Kai
On 2019/8/30 下午6:14, Andreas Müller wrote: It is more or less a recipe rewrite: * stylize recipe * Use gtk3 instead of gtk * Drop gconf backend - we should get rid of orphaned gconf * Add PACKAGECONFIGs for 'xim' and 'xfce' - xfce is set by default * Drop intltool-native from depends - they

[oe] [meta-networking][Patch] Revert "networkmanager: Use ALTERNATIVES for resolv-conf handling."

2019-09-01 Thread kai.kang
From: Kai Kang This reverts commit 3982dc5b1994ffcc52336b02fbd2c44db164dd82. With this commit it creates link file /etc/resolv.conf via update-alternatives but the target doesn't exist. On target: root@qemux86-64:~# ls -l /etc/resolv* lrwxrwxrwx1 root root33 Aug 27 09:17

[oe] [PATCH] fluidsynth: upgrade 2.0.5 -> 2.0.6

2019-09-01 Thread Andreas Müller
This is a bugfix maintenance release Signed-off-by: Andreas Müller --- meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc

Re: [oe] [warrior 04/23] network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependencies

2019-09-01 Thread Adrian Bunk
On Sat, Aug 31, 2019 at 02:31:25PM -0700, Armin Kuster wrote: > From: Adrian Bunk > > network-manager-applet stopped using dbus-glib 3 years ago. > > Building of the obsolete libnm-gtk is disabled by default in 1.8.20. >... This commit is not really appropriate for stable branches. > --- >

Re: [oe] [warrior 14/23] libopus: Limit forcing ARM mode ISA to v5 only

2019-09-01 Thread Adrian Bunk
On Sat, Aug 31, 2019 at 02:31:35PM -0700, Armin Kuster wrote: > From: Khem Raj > > This lets newer armv7+ still use thumb2 ISA > > Signed-off-by: Khem Raj > Signed-off-by: Armin Kuster > --- > meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1