[oe][meta-oe][dunfell][PATCH] php: move to version v7.4.28

2022-04-05 Thread Jeroen Hofstee via lists.openembedded.org
CVE: CVE-2021-21703 CVE-2021-21706 CVE-2021-21707 CVE-2021-21708 Signed-off-by: Jeroen Hofstee ---  meta-oe/recipes-devtools/php/{php_7.4.21.bb => php_7.4.28.bb} | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-)  rename meta-oe/recipes-devtools/php/{php_7.4.21.bb => php_7.4.28.b

Re: [oe] [meta-qt4][PATCH 0/2] fix qt4 for zeus

2019-11-18 Thread Jeroen Hofstee via Openembedded-devel
Hello Mikko, On 11/18/19 10:13 AM, mikko.rap...@bmw.de wrote: > On Mon, Nov 18, 2019 at 04:12:56PM +1300, Paul Eggleton wrote: >> Hi Jeroen >> >> On Monday, 18 November 2019 10:44:37 AM NZDT Jeroen Hofstee wrote: >>> Gcc 9.2 miscompiles the foreach resulting in

Re: [oe] [meta-qt4][PATCH 0/2] fix qt4 for zeus

2019-11-17 Thread Jeroen Hofstee via Openembedded-devel
Hello Paul, On 11/18/19 4:12 AM, Paul Eggleton wrote: > Hi Jeroen > > On Monday, 18 November 2019 10:44:37 AM NZDT Jeroen Hofstee wrote: >> Gcc 9.2 miscompiles the foreach resulting in broken applications. >> This backports a fix from qt5 to make it work again. The fix is &g

[oe] [meta-qt4][PATCH 2/2] qt4: updates for gcc 9.2

2019-11-17 Thread Jeroen Hofstee via Openembedded-devel
This adds two patches, the first one is a backport from qt5 to make Q_FOREACH work again. The patch itself contains the details. The other one makes the build logs readable again by suppressing many harmless warnings issued by newer compilers. Signed-off-by: Jeroen Hofstee --- recipes-qt4/qt4

[oe] [meta-qt4][PATCH 0/2] fix qt4 for zeus

2019-11-17 Thread Jeroen Hofstee via Openembedded-devel
Gcc 9.2 miscompiles the foreach resulting in broken applications. This backports a fix from qt5 to make it work again. The fix is not written for this issue, but it does solve it. As a prepartion it includes some whitespace fixes, so the patches are aligned in the SRC_URI. Jeroen Hofstee (2

[oe] [meta-qt4][PATCH 1/2] qt4: fix whitespace so it aligns

2019-11-17 Thread Jeroen Hofstee via Openembedded-devel
Signed-off-by: Jeroen Hofstee --- recipes-qt4/qt4/qt4-4.8.7.inc | 4 ++-- recipes-qt4/qt4/qt4-native.inc | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-qt4/qt4/qt4-4.8.7.inc b/recipes-qt4/qt4/qt4-4.8.7.inc index d8b178f..7d9b9b9 100644 --- a/recipes-qt4

Re: [oe] [PATCH] nodejs 8.14.0 -> 8.15.0

2019-01-28 Thread Jeroen Hofstee via Openembedded-devel
Hi, On 1/27/19 9:35 PM, Jeroen Hofstee wrote: > From: Matthijs Vader > > Update nodejs to latest 8.x stable release 8.15.0. > > Signed-off-by: Matthijs Vader > Signed-off-by: Jeroen Hofstee > --- > .../recipes-devtools/nodejs/{nodejs_8.14.0.bb => nodejs_8.15.0.bb

[oe] [PATCH] nodejs 8.14.0 -> 8.15.0

2019-01-28 Thread Jeroen Hofstee via Openembedded-devel
From: Matthijs Vader Update nodejs to latest 8.x stable release 8.15.0. Signed-off-by: Matthijs Vader Signed-off-by: Jeroen Hofstee --- .../recipes-devtools/nodejs/{nodejs_8.14.0.bb => nodejs_8.15.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/reci

Re: [oe] [PATCH 2/2] php: fix linker errors by setting `ac_cv_func_dlopen=no`

2018-09-28 Thread Jeroen Hofstee
Hi, On 09/28/2018 06:02 PM, Khem Raj wrote: On Thu, Sep 27, 2018 at 1:35 PM Max Kellermann wrote: On 2018/09/27 21:27, Jeroen Hofstee wrote: Removing CACHED_CONFIGUREVARS completely also seems to work for 7.2.9, but perhaps 5.6 needs this? I thought about this as well. The reason for

Re: [oe] [PATCH 2/2] php: fix linker errors by setting `ac_cv_func_dlopen=no`

2018-09-28 Thread Jeroen Hofstee
Hello Max, On 09/27/2018 02:55 PM, Max Kellermann wrote: From: Max Kellermann The autoconf variable `ac_cv_func_dlopen` controls whether `dlopen()` is available without linking `libdl.so`. But that doesn't work: tmp-glibc/work/aarch64-oe-linux/php/7.2.10-r0/recipe-sysroot-native/usr/bin/

[oe] [meta-networking][PATCH] mosquitto: make websockets a PACKAGECONFIG option

2018-09-26 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee --- meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.1.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.1.bb index

Re: [oe] [meta-qt5][PATCH] qtdeclarative: fix build without opengl support

2017-12-26 Thread Jeroen Hofstee
Hello Martin, On 12/23/2017 06:36 PM, Martin Jansa wrote: On Fri, Dec 22, 2017 at 02:56:09PM +0100, Martin Jansa wrote: Can you please test with master-next (where is pending upgrade to 5.10), if this patch is still needed there? If you want to use it with 5.9, then try rocko-next (with pendi

[oe] [meta-qt5][PATCH 2/2] qtbase_git: install qt.conf for the target

2017-11-21 Thread Jeroen Hofstee
The build-in qmake settings point to the sysroots on the host machine. Running qmake on the target hence errors with: Could not find qmake configuration file linux-oe-g++. Error processing project file So add qt.conf to the target image with the correct locations. Signed-off-by: Jeroen

[oe] [meta-qt5][PATCH] qtdeclarative: fix build without opengl support

2017-11-21 Thread Jeroen Hofstee
Don't build the qtdeclarative opengl example without opengl support, since it causes a build error. The included patch comes from buildroot. Signed-off-by: Jeroen Hofstee --- ...uickviewcomparison-and-quickwidget-needs-.patch | 58 ++ recipes-qt/qt5/qtdeclarative_g

[oe] [meta-qt5][PATCH 1/2] qtbase: mkspecs: add default toolchain options

2017-11-21 Thread Jeroen Hofstee
ikewise on the target itself, qmake doesn't work without first setting the OE_QMAKE variables. This patch adds default toolchains options, so it is no longer required to set them, but keeps the flexibility to alter them from the environment. Signed-off-by: Jeroen Hofstee --- recipes-qt/qt