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 >> not written for this i

[oe] [meta-oe][PATCH 5/5] libtorrent: Disable instrumentation on ppc/mips

2019-11-17 Thread Khem Raj
>From https://github.com/rakshasa/rtorrent/issues/156 all atomics (__sync_fetch_and_and_8) are not avaliable on mips/ppc, this patch helps workaround the build error Fixes ld: libtorrent.so: undefined reference to `__sync_add_and_fetch_8' Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity

[oe] [meta-oe][PATCH 4/5] libtorrent: Drop 64bit atomics patch for mips/ppc

2019-11-17 Thread Khem Raj
These patches are no longer needed with latest gcc/clang Signed-off-by: Khem Raj --- ...-64bit-atomic-helpers-for-ppc-32-bit.patch | 30 -- ...0001-implement-64bit-atomic-for-mips.patch | 263 -- .../libtorrent/libtorrent_git.bb | 2 - 3 files changed, 295 deletio

[oe] [meta-oe][PATCH 1/5] libmad: Define O2 for all arches as default optimization

2019-11-17 Thread Khem Raj
Extend mips inline asm fix to build on clang ../libmad-0.15.1b/layer12.c:94:10: error: invalid output constraint '=h' in asm return mad_f_mul(sample, linear_table[nb - 2]); ^ Signed-off-by: Khem Raj --- ...ove-clang-unsupported-compiler-flags.patch | 92 +-- .../libma

[oe] [meta-oe][PATCH 2/5] libkcapi: Move static inline functions where used

2019-11-17 Thread Khem Raj
Clang warns about unused functions on some arches e.g. mips unused function '_bswap32' [-Werror,-Wunused-function] Signed-off-by: Khem Raj --- .../0001-kcapi-kdf-Move-code-to-fix.patch | 67 +++ .../recipes-crypto/libkcapi/libkcapi_git.bb | 1 + 2 files changed, 68 inserti

[oe] [meta-oe][PATCH 3/5] rsyslog: Dont force enable atomic builtins on mips

2019-11-17 Thread Khem Raj
This would ensure that checks are performed properly before using them Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb b/meta-oe/recipes-extended/rsyslog/rsy

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

2019-11-17 Thread Paul Eggleton
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 > not written for this issue, but it does solve it. > > As a prepartion it includes so

[oe] [meta-xfce][Patch] thunar: 1.8.9 -> 1.8.10

2019-11-17 Thread kai.kang
From: Kai Kang The tarball name uses all lower case now, so SRC_URI and S are not needded to be set in the recipe which have been configured in xfce.bbclass already. Signed-off-by: Kai Kang --- .../thunar/{thunar_1.8.9.bb => thunar_1.8.10.bb} | 7 ++- 1 file changed, 2 insertions

Re: [oe] [meta-java] merged changes to master

2019-11-17 Thread chris.laplante--- via Openembedded-devel
Hi Khem, > From: openembedded-devel-boun...@lists.openembedded.org > On > Behalf Of Khem Raj > Sent: Friday, November 15, 2019 12:20 PM > To: Richard Leitner ; openembeded-devel > > Cc: Ricardo Ribalda Delgado > Subject: Re: [oe] [meta-java] merged changes to master > > On Fri, 2019-11-15 at

[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/n

[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): q

[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/

[oe] [PATCH 6/6] evolution-data-server: add upstream-version-is-even & gsettings to inherit

2019-11-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../evolution-data-server/evolution-data-server.bb | 2 +- .../evolution-data-server/evolution-data-server.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolutio

[oe] [PATCH 5/6] gmime: upgrade 3.2.4 -> 3.2.5

2019-11-17 Thread Andreas Müller
From gmime-3.2.5.news [1]: * Modified GMimeParser to prevent stack overflows when parsing deeply nested messages. GMimeParser now has a limit on how deep multipart and/or message/rfc822 MIME part nesting is allowed to go before the parser will take action to prevent a stack over

[oe] [PATCH 3/6] gmime: cleanup recipe

2019-11-17 Thread Andreas Müller
* autotools is inherited by gnomebase * --disable-schemas-install is not set in EXTRA_OECONF so no need to remove it. Looks like a leftover from inheriting gconf * gmimeConf.sh is not installed so no need to remove it Signed-off-by: Andreas Müller --- meta-oe/recipes-support/pidgin/gmime_3.2.4

[oe] [PATCH 2/6] gnome-terminal: Fix build for musl

2019-11-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...EXITCODE-macro-for-non-glibc-systems.patch | 35 +++ .../gnome-terminal/gnome-terminal_3.34.2.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/0001-Add-W_EXITCODE-macro-f

[oe] [PATCH 4/6] gmime: move to meta-oe/recipes-gnome

2019-11-17 Thread Andreas Müller
We cannot (yet) move it to meta-gnome because pidgin-sipe depends on it Signed-off-by: Andreas Müller --- .../pidgin => recipes-gnome/gmime}/gmime/iconv-detect.h | 0 .../pidgin => recipes-gnome/gmime}/gmime/nodolt.patch | 0 .../pidgin => recipes-gnome/gmime}/gmime_3.2.4.b

[oe] [PATCH 1/6] fluidsynth: upgrade 2.0.7 -> 2.0.9

2019-11-17 Thread Andreas Müller
From announcement 2.0.9: * an implicitly declared function caused a pointer to int truncation in CoreAudio driver (#591) * fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) From announcement 2.0.8: * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to

Re: [oe] [meta-oe][PATCHv4] surf: Add a simple web browser

2019-11-17 Thread Leon Anavi
Hi Khem, On 17.11.19 г. 20:54 ч., Khem Raj wrote: On Sun, Nov 17, 2019 at 10:28 AM Leon Anavi wrote: Add a recipe for surf, a simple web browser based on WebKit2/GTK+. Signed-off-by: Leon Anavi --- .../0001-config.mk-Fix-compiler-and-linker.patch | 41 ++ meta-oe/rec

[oe] [meta-oe][PATCHv5] surf: Add a simple web browser

2019-11-17 Thread Leon Anavi
Add a recipe for surf, a simple web browser based on WebKit2/GTK+. Signed-off-by: Leon Anavi --- .../0001-config.mk-Fix-compiler-and-linker.patch | 41 ++ meta-oe/recipes-graphics/surf/surf_2.0.bb | 25 + 2 files changed, 66 insertions(+) create mode 1

Re: [oe] [meta-oe][PATCHv4] surf: Add a simple web browser

2019-11-17 Thread Khem Raj
On Sun, Nov 17, 2019 at 10:28 AM Leon Anavi wrote: > > Add a recipe for surf, a simple web browser based on WebKit2/GTK+. > > Signed-off-by: Leon Anavi > --- > .../0001-config.mk-Fix-compiler-and-linker.patch | 41 > ++ > meta-oe/recipes-graphics/surf/surf_2.0.bb

[oe] [meta-oe][PATCHv4] surf: Add a simple web browser

2019-11-17 Thread Leon Anavi
Add a recipe for surf, a simple web browser based on WebKit2/GTK+. Signed-off-by: Leon Anavi --- .../0001-config.mk-Fix-compiler-and-linker.patch | 41 ++ meta-oe/recipes-graphics/surf/surf_2.0.bb | 26 ++ 2 files changed, 67 insertions(+) create mode

Re: [oe] [meta-oe][PATCHv3] surf: Add a simple web browser

2019-11-17 Thread Leon Anavi
Hi Alex, On 17.11.19 г. 16:42 ч., Alexander Kanavin wrote: Why is there a dependency on both gtk 2(obsolete) and gtk 3? I must have overlooked it. I've updated the patch. Thanks! Thanks, Leon Alex On 17 Nov 2019, at 14.25, Leon Anavi wrote: Add a recipe for surf, a simple web browser ba

Re: [oe] [PATCH 13/16] geocode-glib: initial add 3.26.1

2019-11-17 Thread Khem Raj
On Sun, Nov 17, 2019 at 7:18 AM Andreas Müller wrote: > On Thu, Nov 14, 2019 at 11:51 PM Andreas Müller > wrote: > > > > On Thu, Nov 14, 2019 at 11:13 PM Khem Raj wrote: > > > > > > On Thu, Nov 14, 2019 at 11:51 AM Andreas Müller < > schnitzelt...@gmail.com> wrote: > > > > > > > > It is a depen

Re: [oe] [PATCH 13/16] geocode-glib: initial add 3.26.1

2019-11-17 Thread Andreas Müller
On Thu, Nov 14, 2019 at 11:51 PM Andreas Müller wrote: > > On Thu, Nov 14, 2019 at 11:13 PM Khem Raj wrote: > > > > On Thu, Nov 14, 2019 at 11:51 AM Andreas Müller > > wrote: > > > > > > It is a dependency for upcoming gnome-settings-daemon > > > > > > Signed-off-by: Andreas Müller > > > --- >

Re: [oe] [meta-oe][PATCHv3] surf: Add a simple web browser

2019-11-17 Thread Alexander Kanavin
Why is there a dependency on both gtk 2(obsolete) and gtk 3? Alex > On 17 Nov 2019, at 14.25, Leon Anavi wrote: > > Add a recipe for surf, a simple web browser based on WebKit2/GTK+. > > Signed-off-by: Leon Anavi > --- > .../0001-config.mk-Fix-compiler-and-linker.patch | 41

[oe] [meta-oe][PATCHv3] surf: Add a simple web browser

2019-11-17 Thread Leon Anavi
Add a recipe for surf, a simple web browser based on WebKit2/GTK+. Signed-off-by: Leon Anavi --- .../0001-config.mk-Fix-compiler-and-linker.patch | 41 ++ meta-oe/recipes-graphics/surf/surf_2.0.bb | 26 ++ 2 files changed, 67 insertions(+) create mode