Re: [oe] [meta-python][PATCH] python3-pycryptodomex: add 3.9.4 recipe

2020-03-09 Thread Tim Orling
This probably should have an RCONFLICTS with python3-cryptodme (and maybe even python3-crypto). These three packages step all over each other with same functionality... On Mon, Mar 9, 2020 at 7:50 PM Scott Branden via Openembedded-devel < openembedded-devel@lists.openembedded.org> wrote: >

[oe] [meta-networking][PATCH] kea: upgrade 1.7.4 -> 1.7.5

2020-03-09 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- .../recipes-connectivity/kea/{kea_1.7.4.bb => kea_1.7.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/kea/{kea_1.7.4.bb => kea_1.7.5.bb} (93%) diff --git

[oe] [meta-python][PATCH] python3-pycryptodomex: add 3.9.4 recipe

2020-03-09 Thread Scott Branden via Openembedded-devel
From: Rajesh Ravi Add python3-pycryptodomex 3.9.4 recipe needed to build such components as optee 3.8.0. Signed-off-by: Rajesh Ravi Signed-off-by: Scott Branden --- .../python/python3-pycryptodomex_3.9.4.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644

[oe] [meta-networking][PATCH 1/5] wireshark: Inherit mime and mime-xdg

2020-03-09 Thread Khem Raj
Fixes ERROR: QA Issue: package contains mime types but does not inherit mime: wireshark path '/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/wireshark/1_3.2.2-r0/packages-split/wireshark/usr/share/mime/packages/wireshark.xml' [mime] ERROR: QA Issue: package contains desktop file with key

[oe] [meta-oe][PATCH 3/5] abseil-cpp: Depend on libexecinfo on musl

2020-03-09 Thread Khem Raj
Needed for execinfo to work Fixes absl/debugging/internal/stacktrace_generic-inl.inc:14:10: fatal error: 'execinfo.h' file not found ^~~~ 1 error generated. Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 2 ++ 1 file changed, 2

[oe] [meta-networking][PATCH 2/5] kronoset: Disable sign-compare with clang

2020-03-09 Thread Khem Raj
clang isn't suppressing warnings from system headers like it should Fixes ../../git/libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] for (cmsg = CMSG_FIRSTHDR();cmsg; cmsg = CMSG_NXTHDR(, cmsg)) {

[oe] [meta-multimedia][PATCH 5/5] libde265: Update to 1.0.5

2020-03-09 Thread Khem Raj
License-Update: Examples are now MIT see [1] [1] https://github.com/strukturag/libde265/commit/4488ae0c3b287ef6f24a958004481b2b337abc76 Signed-off-by: Khem Raj --- .../libde265/{libde265_1.0.2.bb => libde265_1.0.5.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename

[oe] [meta-multimedia][PATCH 4/5] minidlna: Use clock_gettime API insteaad of syscall

2020-03-09 Thread Khem Raj
Makes it 64bit time_t safe Signed-off-by: Khem Raj --- .../recipes-multimedia/minidlna/minidlna.inc | 1 + ...for-clock_gettime-seprately-from-__N.patch | 36 +++ 2 files changed, 37 insertions(+) create mode 100644

Re: [oe] [PATCH] mutter: add patch from upstream to fix build with mesa >= 20.0.x

2020-03-09 Thread akuster808
On 3/8/20 2:06 PM, Andreas Müller wrote: > Fixes: > | FAILED: cogl/cogl/d9c41d2@@mutter-cogl-5@sha/winsys_cogl-winsys-egl.c.o > | arm-mortsgna-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard > -mcpu=cortex-a7 >

[oe] [meta-python][PATCH] python3-sqlparse: change shebang to python3

2020-03-09 Thread changqing.li
From: Changqing Li we have offcially dropped python2, so it is possible that our code run on python3 only host, so change shebang to python3 to avoid error like: python: command not found Signed-off-by: Changqing Li --- .../recipes-devtools/python/python-sqlparse.inc| 2 +