[oe] [meta-networking][PATCH] libtalloc: upgrade 2.2.0 -> 2.3.0

2019-09-04 Thread Yuan Chao
Signed-off-by: Yuan Chao --- .../libtalloc/{libtalloc_2.2.0.bb => libtalloc_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/libtalloc/{libtalloc_2.2.0.bb => libtalloc_2.3.0.bb} (93%) diff --git

Re: [oe] [meta-oe][Patch] libwacom: add recipe

2019-09-04 Thread Kang Kai
On 2019/8/29 下午4:29, kai.k...@windriver.com wrote: From: Kai Kang Package libinput has a package config 'libwacom'. When it is set, package libwacom is required. So add the recipe of libwacom. Add a patch to generate udev rules file on target that it is not suitable for cross compile. Ping.

[oe] [meta-python][PATCH] python-jinja2: rdepend on asyncio module

2019-09-04 Thread Chen Qi
Fix error when `import jinja2'. ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Chen Qi --- meta-python/recipes-devtools/python/python-jinja2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc

[oe] [meta-oe][PATCH v2] remmina: Add recipe for the remmina remote desktop client

2019-09-04 Thread Alejandro Hernandez
Remmina has become one of the most widely used RDP clients, it uses freeRDP 2.0 as a backend and also supports multiple network protocols like RSP, VNC, SPICE, NX, and SSH. Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 28

Re: [oe] [meta-oe][PATCH] remmina: Add recipe for the remmina remote desktop client

2019-09-04 Thread Alejandro Enedino Hernandez Samaniego
Hey Khem, On Wed, Sep 4, 2019, 3:21 PM Khem Raj wrote: > > > On Wed, Sep 4, 2019 at 2:41 PM Alejandro Hernandez > wrote: > >> Remmina has become one of the most widely used RDP clients, >> it uses freeRDP 2.0 as a backend and also supports multiple >> network protocols like RSP, VNC, SPICE,

Re: [oe] [meta-oe][PATCH] remmina: Add recipe for the remmina remote desktop client

2019-09-04 Thread Khem Raj
On Wed, Sep 4, 2019 at 2:41 PM Alejandro Hernandez wrote: > Remmina has become one of the most widely used RDP clients, > it uses freeRDP 2.0 as a backend and also supports multiple > network protocols like RSP, VNC, SPICE, NX, and SSH. > > Signed-off-by: Alejandro Enedino Hernandez Samaniego >

[oe] [meta-oe][PATCH] remmina: Add recipe for the remmina remote desktop client

2019-09-04 Thread Alejandro Hernandez
Remmina has become one of the most widely used RDP clients, it uses freeRDP 2.0 as a backend and also supports multiple network protocols like RSP, VNC, SPICE, NX, and SSH. Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 32

[oe] [meta-networking][thud][PATCH] wireshark: Update to 2.6.10 for security fixes.

2019-09-04 Thread Armin Kuster
Source: wireshark.org MR: 99742, 99743, 99744, 99745, 99746 99747, 99742, 99748, 99062 Type: Security Fix Disposition: Backport from wireshark.org ChangeID: d9a2014ea6271a58633cea8899b63257b8b03cd3 Description: Bug fix update only updates. 2.8.10: wnpa-sec-2019-20 ASN.1 BER and related

[oe] [meta-oe][Patch 2/2] lmbench: update script lmbench-run

2019-09-04 Thread kai.kang
From: Kai Kang Remove BINDIR in script lmbench-run which is useless and causes multilib file confliction: | Error: Transaction check error: | file /usr/bin/lmbench-run conflicts between attempted installs of lmbench-3.0+a9-r2.core2_64 and lib32-lmbench-3.0+a9-r2.core2_32 Signed-off-by:

[oe] [meta-oe][Patch 1/2] mariadb: fix file conflictions when multilib enabled

2019-09-04 Thread kai.kang
From: Kai Kang When multilib is enabled, it complains file conflictions of /usr/bin/mysql_install_db and /usr/bin/mysqld_safe. Inherit multilib_script to solve the issues. Signed-off-by: Kai Kang --- meta-oe/recipes-dbs/mysql/mariadb.inc | 4 +++- 1 file changed, 3 insertions(+), 1

[oe] [meta-networking][PATCH] netcf: Fix do_configure failed when multilib

2019-09-04 Thread Robert Yang
Fixed do_configure failed: $ bitbake lib32-netcf cp: cannot stat '/path/to/lib32-recipe-sysroot/usr/share/gnulib': No such file or directory Signed-off-by: Robert Yang --- meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH] gpsd: gpscat no longer uses python-curses in 3.19

2019-09-04 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb index 7b7f33520..a28d59dce 100644 ---