[oe] [meta-oe][PATCH] php: upgrade 7.3.11 -> 7.3.16

2020-04-15 Thread Changqing Li
From: Changqing Li * upgrade to 7.3.16 * remove unuseful patches Signed-off-by: Changqing Li --- ...nclude.m4-skip-binconfig-check-for-libxml.patch | 56 -- ...i.c-build-empty-php_load_zend_extension_c.patch | 63 meta-oe/recipes-devtools/php/php/70_mod_php5.conf

Re: [oe] [meta-multimedia][PATCH] vlc: Use pkgconfig to find userland graphics libs

2020-04-15 Thread Andreas M?ller
On Thu, Apr 16, 2020 at 3:46 AM Khem Raj wrote: My comments: * The commit message is a bit misleading. How about: 'vlc: Add PACKAGECONFIG for mma/x264/fluidsynth'? * ARM_INSTRUCTION_SET = "arm" is not mentioned. How about an extra patch for that? Andreas > > Add mmal, x264, fluidsynth as packag

[oe] [meta-oe][PATCH v2] mariadb: clean the empty /lib dir

2020-04-15 Thread Yu, Mingli
From: Mingli Yu When usrmerge is enabled in DISTRO_FEATURES, there comes below error: ERROR: mariadb-10.4.12-r0 do_package_qa: QA Issue: mariadb-leftovers package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] ERROR: mariadb-10.4.12-r0 do_package_qa: QA run

[oe] [meta-oe][PATCH] syslog-ng: Don't install configuration files as executable

2020-04-15 Thread Peter Kjellerstedt
Also remove unnecessary slashes before ${sysconfdir} and ${localstatedir}. Signed-off-by: Peter Kjellerstedt --- .../recipes-support/syslog-ng/syslog-ng.inc | 24 +-- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc

[oe] [meta-multimedia][PATCH] vlc: Use pkgconfig to find userland graphics libs

2020-04-15 Thread Khem Raj
Add mmal, x264, fluidsynth as packageconfigs so it can be easily enabled/disabled by users Signed-off-by: Khem Raj Cc: Andreas Müller --- ...packageconfig-to-detect-mmal-support.patch | 61 +++ .../recipes-multimedia/vlc/vlc_3.0.9.2.bb | 9 ++- 2 files changed, 67 insertion

Re: [oe] [meta-webserver][PATCH] apache2: upgrade 2.4.41 -> 2.4.43

2020-04-15 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Trevor Gamblin > Sent: den 15 april 2020 02:10 > To: Khem Raj > Cc: openembeded-devel > Subject: Re: [oe] [meta-webserver][PATCH] apache2: upgrade 2.4.41 -> > 2.4.43 > > On

[oe] [meta-networking][PATCH] memcached: Add aarch64 to COMPATIBLE_HOST.

2020-04-15 Thread Drew Moseley via lists.openembedded.org
From: Drew Moseley This gets it in sync with libhugetlbfs which according to the comment, is supposed to be correct. Signed-off-by: Drew Moseley --- meta-networking/recipes-support/memcached/memcached_1.5.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking

[oe] [meta-oe][PATCH] nodejs: Fix -Wc++11-narrowing on mips

2020-04-15 Thread Khem Raj
Signed-off-by: Khem Raj --- .../nodejs/nodejs/mips-warnings.patch | 19 +++ .../recipes-devtools/nodejs/nodejs_12.14.1.bb | 1 + 2 files changed, 20 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/mips-warnings.patch diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH] mariadb: clean the empty /lib dir

2020-04-15 Thread Yu, Mingli
From: Mingli Yu When usrmerge is enabled in DISTRO_FEATURES, there comes below error: ERROR: mariadb-10.4.12-r0 do_package_qa: QA Issue: mariadb-leftovers package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] ERROR: mariadb-10.4.12-r0 do_package_qa: QA run

Re: [oe] [meta-security][RFC 1/2] classes: provide a class for generating dm-verity meta-data images

2020-04-15 Thread Bartosz Golaszewski
wt., 14 kwi 2020 o 18:28 Ayoub Zaki napisał(a): > > > On 14.04.20 18:19, Bartosz Golaszewski wrote: > > wt., 14 kwi 2020 o 11:17 Ayoub Zaki napisał(a): > >> Hi, > >> > >> On 14.04.20 11:05, Bartosz Golaszewski wrote: > >> > >> pon., 13 kwi 2020 o 12:58 Ayoub Zaki napisał(a): > >> > >> basically

[oe] [meta-networking][PATCH] mbedtls: upgrade 2.16.5 -> 2.16.6

2020-04-15 Thread Pierre-Jean Texier via lists.openembedded.org
Mbed TLS 2.16.6 is a maintenance release of the Mbed TLS 2.16 branch, and provides security fixes and bug fixes, see: - https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.6-and-2.7.15-released Signed-off-by: Pierre-Jean Texier --- .../mbedtls/{mbedtls_2.16.5.bb => mbedtls_2.16.6.bb}

[oe] [meta-oe][PATCH] lapack: use git fetcher

2020-04-15 Thread Martin Jansa
* fixes: ERROR: lapack-3.9.0-r0 do_package_qa: QA Issue: lapack: SRC_URI uses unstable GitHub archives [src-uri-bad] Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtoo