[oe] [meta-oe][PATCH] android-tools: Add patch from Debian to build with OpenSSL 1.1

2019-03-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../android-tools/core/adb_libssl_11.diff | 39 +++ .../android-tools/android-tools_5.1.1.r37.bb | 3 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH] crda: Remove alternative option to build with the obsolete OpenSSL 1.0

2019-03-06 Thread Adrian Bunk
Note that crda is mainly a legacy package for older kernels, wireless-regdb-static is recommended instead for kernels >= 4.15. Signed-off-by: Adrian Bunk --- meta-networking/recipes-connectivity/crda/crda_3.18.bb | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git

[oe] [meta-oe][PATCH 1/2] php_7.3.2.bb: Switch to mysqlnd

2019-03-06 Thread Khem Raj
With mariadb 10.x it fails to find headers in right location during builds https://bugs.php.net/bug.php?id=75612 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/php/php_7.3.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-multimedia][PATCH 2/2] vlc: Add -pthread on riscv

2019-03-06 Thread Khem Raj
Fixes missing atomic symols during linking e.g. vlc-3.0.6/src/misc/picture_pool.c:201: undefined reference to `__atomic_fetch_add_2' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc_3.0.6.bb | 2 ++ 1 file changed, 2

Re: [oe] [meta-oe][PATCH v2] leveldb: fix compile errors for mips with DEFAULTTUNE mips

2019-03-06 Thread Khem Raj
On Wed, Mar 6, 2019 at 6:29 PM Slater, Joseph wrote: > > The particular failure we see might be a Wind River thing. For our distro's > we set the DEFAULTTUNE's in an include file under > layers/wrlinux/wrlinux-distro and the multilib bbclass forces it to that. It > should probably be

Re: [oe] [meta-oe][PATCH v2] leveldb: fix compile errors for mips with DEFAULTTUNE mips

2019-03-06 Thread Slater, Joseph
The particular failure we see might be a Wind River thing. For our distro's we set the DEFAULTTUNE's in an include file under layers/wrlinux/wrlinux-distro and the multilib bbclass forces it to that. It should probably be mips32r2 instead of mips32. Joe

Re: [oe] [meta-networking][PATCH v2] wireshark: upgrade to 3.0.0

2019-03-06 Thread akuster808
On 3/6/19 5:50 PM, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk Nack.  3.0 only supports QT5 as a gui, please remove GTK support. Why does this need git as a depends? > --- > .../{wireshark_2.6.6.bb => wireshark_3.0.0.bb} | 12 +--- > 1 file changed, 5

Re: [oe] [meta-networking][PATCH v2] wireshark: upgrade to 3.0.0

2019-03-06 Thread Mittal, Anuj
On Thu, 2019-03-07 at 02:50 +0100, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > > --- > .../{wireshark_2.6.6.bb => wireshark_3.0.0.bb} | 12 +- > -- > 1 file changed, 5 insertions(+), 7 deletions(-) > rename

[oe] [meta-oe][PATCH] nano: upgrade to 3.2

2019-03-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-support/nano/{nano_3.0.bb => nano_3.2.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/nano/{nano_3.0.bb => nano_3.2.bb} (79%) diff --git a/meta-oe/recipes-support/nano/nano_3.0.bb

[oe] [meta-networking][PATCH v2] wireshark: upgrade to 3.0.0

2019-03-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{wireshark_2.6.6.bb => wireshark_3.0.0.bb} | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.6.6.bb => wireshark_3.0.0.bb} (89%) diff --git

[oe] [meta-networking][PATCH] wireshark: upgrade to 3.0.0

2019-03-06 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../{wireshark_2.6.6.bb => wireshark_3.0.0.bb} | 12 +--- .../nano/{nano_3.0.bb => nano_3.2.bb}| 0 2 files changed, 5 insertions(+), 7 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_2.6.6.bb =>

[oe] [meta-oe][PATCH] makedumpfile: Upgrade to 1.6.5 to support kernel 4.18 and 4.19

2019-03-06 Thread Yi Zhao
From: Haiqing Bai This upgrade fixed the below issue: When run '$makedumpfile -E -d 1 /proc/vmcore /root/vmcore_dumpfile' shows 'The kernel version is not supported.' Signed-off-by: Haiqing Bai Signed-off-by: Yi Zhao --- ...-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch | 25

[oe] [PATCH] net-snmp: Licenses are in the COPYING file

2019-03-06 Thread Douglas Royds
A bit of an unholy mixture of MIT, BSD 3-clause, and too old to really know BSD-style, with a wide variety of copyright holders. I'm open to better suggestions on how to handle this. Signed-off-by: Douglas Royds --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 4 ++-- 1 file

[oe] [meta-oe][PATCH v2] mariadb: Upgrade to 10.3.13

2019-03-06 Thread Khem Raj
From: Mingli Yu Per https://mariadb.org/about/maintenance-policy/, mariadb 5.5.x series only supported until next year April 2020, so upgrade it to 10.3.13. Remove some deprecated patches, add some new patches to fix build failure and rework two patches to avoid fuzz warnings. Add -latomic to

[oe] [meta-networking][PATCH] wireless-regdb: Upgrade 2018.10.24 -> 2019.03.01

2019-03-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...eless-regdb_2018.10.24.bb => wireless-regdb_2019.03.01.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2018.10.24.bb => wireless-regdb_2019.03.01.bb} (91%) diff --git

[oe] [meta-oe][PATCH] libqmi: Upgrade 1.22.0 -> 1.22.2

2019-03-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.22.0.bb => libqmi_1.22.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.22.0.bb => libqmi_1.22.2.bb} (85%) diff --git

Re: [oe] [meta-oe][PATCH v2] leveldb: fix compile errors for mips with DEFAULTTUNE mips

2019-03-06 Thread Khem Raj
On Wed, Mar 6, 2019 at 8:38 AM Slater, Joseph wrote: > > If we assume we do not really have "sync" for the failing case here, > lib32-leveldb, shouldn't we apply the no-sync patch with something like > > SRC_URI_pn-lib32-leveldb_mipsarcho32 += "..." > my problem is that we have mips32r2 which

Re: [oe] [meta-oe][PATCH v2] leveldb: fix compile errors for mips with DEFAULTTUNE mips

2019-03-06 Thread Slater, Joseph
If we assume we do not really have "sync" for the failing case here, lib32-leveldb, shouldn't we apply the no-sync patch with something like SRC_URI_pn-lib32-leveldb_mipsarcho32 += "..." Joe From: openembedded-devel-boun...@lists.openembedded.org

[oe] [meta-oe][PATCH] mysql-python: fix compilation with MariaDB 10.3.13

2019-03-06 Thread mingli.yu
From: Mingli Yu Use standard API function MYSQL_OPT_RECONNECT instead of direct modification of internal structures which does not work for MariaDB to fix below compile issue. | _mysql.c: In function '_mysql_ConnectionObject_ping': | _mysql.c:2005:41: error: 'MYSQL' {aka 'struct st_mysql'} has