Re: [OE-core][PATCH] bluez5: add dbus to RDEPENDS

2022-10-15 Thread Andreas Müller
On Fri, Oct 14, 2022 at 9:27 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > Unless we're using systemd, dbus is not pulled into the system > automatically. Bluez5 will not work without dbus so add it to RDEPENDS > explicitly. > > Signed-off-by: Bartosz Golaszewski > --- >

Re: [OE-core] [PATCH] libxml2: don't override XML_CATALOG_FILES in xmllint wrapper if already set

2022-09-12 Thread Andreas Müller
On Mon, Sep 12, 2022 at 11:43 AM Richard Purdie wrote: > > On Sun, 2022-09-11 at 23:21 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2022-09-09 at 23:54 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Fri, 2022-09-09 at 17:36 +0100, Ross Burton wrote:

Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-03 Thread Andreas Müller
Hi, this is a major change on behaviour and causing trouble at least for KDE's kdoctools. Am no expert but I guess kdoctools uses custom catalogs. Worked around trouble in meta-qt5-extra (assume meta-kf5 will face same) by preferring bare xmllint [1]. Just a heads up - it is about to land in

[OE-core] [PATCH] vte: upgrade 0.66.2 -> 0.68.0

2022-04-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-support/vte/{vte_0.66.2.bb => vte_0.68.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/vte/{vte_0.66.2.bb => vte_0.68.0.bb} (95%) diff --git a/meta/recipes-support/vte/vte_0.66.2.bb b/meta/recipes-s

Re: [OE-core] [PATCH] libsdl2: Fix build when libunwind is not used

2022-01-06 Thread Andreas Müller
generic > solib, this is not a standard library that all implementations > will provide, therefore make this check optional. > > Signed-off-by: Khem Raj > Cc: Andreas Müller Had just started to look into before I saw this. Thanks for taking care. Cheers Andreas -=-=-=-=-=-=-=-=

[OE-core] do_prepare_recipe_sysroot takes >5min @100% CPU

2022-01-04 Thread Andreas Müller
Hi, with relatively actual states of layers/bitbake I see huge delays in my builds on tasks do_prepare_recipe_sysroot and sometimes or do_patch - even if recipe does not have patches. The time the tasks take is 5-10min and each of them load one CPU with 100%. Is this something others have

[OE-core] [PATCH v2] libsdl2: Move to CMake build

2022-01-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- v1->v2: * Fix '==' typo - Thanks Jacob! * remove autotools patch .../libsdl2/libsdl2/more-gen-depends.patch| 60 --- .../libsdl2/libsdl2_2.0.18.bb | 51 ++-- 2 files changed, 19 insertions(+), 92 deleti

Re: [OE-core] [PATCH] libsdl2: Move to CMake build

2022-01-04 Thread Andreas Müller
Please ignore - it went out too early On Tue, Jan 4, 2022 at 10:21 AM Andreas Müller wrote: > > Signed-off-by: Andreas Müller > --- > .../libsdl2/libsdl2_2.0.18.bb | 47 +++ > 1 file changed, 18 insertions(+), 29 deletions(-) > > diff

[OE-core] [PATCH] libsdl2: Move to CMake build

2022-01-04 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../libsdl2/libsdl2_2.0.18.bb | 47 +++ 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb index 5e645b443c

[OE-core] [PATCH] libsdl2: Move to CMake build

2022-01-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../libsdl2/libsdl2_2.0.18.bb | 47 +++ 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.18.bb index 5e645b443c

Re: [OE-core] [PATCH] base/patch: Disable network for unpack/patch/configure/compile/install

2021-12-23 Thread Andreas Müller
On Thu, Dec 23, 2021 at 2:19 PM Konrad Weihmann wrote: > > > > On 23.12.21 14:11, Richard Purdie wrote: > > On Thu, 2021-12-23 at 12:31 +0100, Konrad Weihmann wrote: > >> > >> On 23.12.21 11:49, Peter Kjellerstedt wrote: > -Original Message- > From:

Re: [OE-core] [RFC PATCH 14/14] layer.conf: Extend recipes not to install without explict dependencies

2021-10-18 Thread Andreas Müller
On Mon, Oct 18, 2021 at 4:12 PM Martin Jansa wrote: > > On Mon, Oct 18, 2021 at 1:50 AM Andreas Müller > wrote: >> >> On Fri, Oct 1, 2021 at 4:17 PM Martin Jansa wrote: >> > >> > FWIW: I've fixed some bigger layers where pkgconfig was causing quite

Re: [OE-core] [RFC PATCH 14/14] layer.conf: Extend recipes not to install without explict dependencies

2021-10-18 Thread Andreas Müller
On Mon, Oct 18, 2021 at 4:12 PM Martin Jansa wrote: > > On Mon, Oct 18, 2021 at 1:50 AM Andreas Müller > wrote: >> >> On Fri, Oct 1, 2021 at 4:17 PM Martin Jansa wrote: >> > >> > FWIW: I've fixed some bigger layers where pkgconfig was causing quite

Re: [OE-core] [RFC PATCH 14/14] layer.conf: Extend recipes not to install without explict dependencies

2021-10-17 Thread Andreas Müller
On Fri, Oct 1, 2021 at 4:17 PM Martin Jansa wrote: > > FWIW: I've fixed some bigger layers where pkgconfig was causing quite a few > build failures, > Had an off-oe time due to heavy work load. Think this one is the reason for the pkgconfig patch flood. You are aware that there are packages not

Re: [OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Andreas Müller
On Sun, Oct 17, 2021 at 2:03 PM Richard Purdie wrote: > > On Sun, 2021-10-17 at 13:57 +0200, Andreas Müller wrote: > > > Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least > > > version "3.0.1") > > > > Signed-off-by: Andreas

[OE-core] [PATCH] webkitgtk: add gperf-native to DEPENDS to fix build

2021-10-17 Thread Andreas Müller
| Could NOT find Gperf (missing: GPERF_EXECUTABLE) (Required is at least | version "3.0.1") Signed-off-by: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.34.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.0.bb b/meta/re

[OE-core] Layerlist update broken?

2021-09-09 Thread Andreas Müller
Hi, Just a heads up: looks like https://layers.openembedded.org/ has stopped updating 3 weeks ago. Cheers, Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#155870): https://lists.openembedded.org/g/openembedded-core/message/155870 Mute

[OE-core] [PATCH 2/2] binutils: Apply upstream patch to fix 'too many open files' on qtwebengine

2021-08-17 Thread Andreas Müller
Since upgrade of binutils to 2.37 builds of qtwebengine failed to link even with ulimits -n 100 (!!). Fix that by applying a patch from stable 'binutils-2_37-branch'. Signed-off-by: Andreas Müller --- .../binutils/binutils-2.37.inc| 1 + ...le-descriptor

[OE-core] [PATCH 1/2] mesa: upgrade 21.1.5 -> 21.1.7

2021-08-17 Thread Andreas Müller
some C++ code with C util: add workaround for Full Bore glsl: relax rule on varying matching for shaders older than 4.20 lima: handle fp16 vertex formats Signed-off-by: Andreas Müller --- ...mabuf-import-for-non-scanout-buffers.patch | 72 --- .../{mesa-gl_21.1.5.bb

[OE-core] [PATCH] mesa: upgrade 21.1.4 -> 21.1.5

2021-07-18 Thread Andreas Müller
deonsi workaround for Nuclear Throne * st/xa: Mark default xa_get_pipe_format case unreachable. * intel: fix leaking memor * y on shader creation Signed-off-by: Andreas Müller --- .../mesa/{mesa-gl_21.1.4.bb => mesa-gl_21.1.5.bb} | 0 meta/recipes-graphics/mesa

Re: [OE-core][PATCH] iputils: Update to 20210202

2021-07-06 Thread Andreas Müller
On Mon, Jun 28, 2021 at 12:09 AM Changhyeok Bae wrote: > > Signed-off-by: Changhyeok Bae > --- > .../iputils/{iputils_s20200821.bb => iputils_20210202.bb} | 2 +- By this version went backwards. What is preferred Bump PE or re-add 's'? Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

[OE-core] [PATCH 3/3] pango: upgrade 1.48.5 -> 1.48.7

2021-07-05 Thread Andreas Müller
cleanups and fixes - Update script property data for gravity - Bring back careful glyph position rounding - Add a few missing bidi types - Add more tests Signed-off-by: Andreas Müller --- .../recipes-graphics/pango/{pango_1.48.5.bb => pango_1.48.7.bb} | 2 +- 1 file changed, 1 insertion(+)

[OE-core] [PATCH 2/3] mesa: upgrade 21.1.3 -> 21.1.4

2021-07-05 Thread Andreas Müller
NGG VS and TES. Signed-off-by: Andreas Müller --- .../mesa/{mesa-gl_21.1.3.bb => mesa-gl_21.1.4.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.1.3.bb => mesa_21.1.4.bb} | 0 3 files changed, 1 insertion(+)

[OE-core] [PATCH 1/3] libdrm: upgrade 2.4.106 -> 2.4.107

2021-07-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../drm/{libdrm_2.4.106.bb => libdrm_2.4.107.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/drm/{libdrm_2.4.106.bb => libdrm_2.4.107.bb} (97%) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.106

[OE-core] [PATCH] mesa: upgrade 21.1.2 -> 21.1.3

2021-06-20 Thread Andreas Müller
Change the pointer offset. * aco/ra: Fix off-by-one-error in print_regs * travis: Download XQuartz from GitHub. Signed-off-by: Andreas Müller --- .../mesa/{mesa-gl_21.1.2.bb => mesa-gl_21.1.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes

[OE-core] [PATCH 2/5] libx11: upgrade 1.7.1 -> 1.7.2

2021-06-14 Thread Andreas Müller
, not if HAVE_CONFIG_H is set. Check for NULL strings before getting their lengths Tobias Stoeckmann (1): Protect against overly long strings Signed-off-by: Andreas Müller --- .../xorg-lib/{libx11_1.7.1.bb => libx11_1.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [PATCH 1/5] libpcap: upgrade 1.10.0 -> 1.10.1

2021-06-14 Thread Andreas Müller
er address lookup. Signed-off-by: Andreas Müller --- .../libpcap/{libpcap_1.10.0.bb => libpcap_1.10.1.bb}| 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.10.0.bb => libpcap_1.10.1.bb} (88%) diff --git a/meta/recipes-conn

[OE-core] [PATCH 4/5] xorgproto: upgrade 2021.4.99.1 -> 2021.4.99.2

2021-06-14 Thread Andreas Müller
Changes: * Bump inputproto to 2.3.99.2 * specs: Fix type of GESTURECLASS num_touches member * specs: Fix type of TOUCHCLASS num_touches member * Bump inputproto to 2.3.99.1 * specs: Specify XI 2.4 as unreleased Signed-off-by: Andreas Müller --- .../{xorgproto_2021.4.99.1.bb

[OE-core] [PATCH 5/5] mpg123: 1.27.2 -> 1.28.0

2021-06-14 Thread Andreas Müller
use of an output module search list that anticipates module files not installed with the main package. * Fixes for win32_wasapi build with MSVC. Signed-off-by: Andreas Müller --- .../mpg123/{mpg123_1.27.2.bb => mpg123_1.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 delet

[OE-core] [PATCH 3/5] libx11: remove CPPFLAGS_FOR_BUILD += "-D_GNU_SOURCE"

2021-06-14 Thread Andreas Müller
With 1.7.2 it is not required any and although they mention glibc explicitly, _GNU_SOURCE is set in config.h for musl either. Signed-off-by: Andreas Müller --- meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib

[OE-core] [PATCH 1/3] epiphany: upgrade 40.1 -> 40.2

2021-06-09 Thread Andreas Müller
40.2 - June 4, 2021 === * Fix some memory leaks (from !958) * Fix memory corruption in history dialog (!960) * Fix crash when checking for modified forms (!962) Signed-off-by: Andreas Müller --- .../epiphany/{epiphany_40.1.bb => epiphany_40.2.bb} | 2 +- 1 f

[OE-core] [PATCH 2/3] vala: upgrade 0.52.3 -> 0.52.4

2021-06-09 Thread Andreas Müller
delegates - gstreamer: Update from 1.19.0+ git master - gtk+-3.0: Update to 3.24.29+f9fe28ce - gtk4: Update to 4.3.0+24f0ae1d - pango: Mark language parameter of AttrIterator.get_font() as out - vapi: Update GIR-based bindings Signed-off-by: Andreas Müller --- meta/recipes-devtools/vala/{v

[OE-core] [PATCH 3/3] p11-kit: upgrade 0.23.22 -> 0.23.24

2021-06-09 Thread Andreas Müller
attributes [#365, #367] * Build fixes [#342, #344, #345, #353, #362, #364] Signed-off-by: Andreas Müller --- .../p11-kit/{p11-kit_0.23.22.bb => p11-kit_0.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/p11-kit/{p11-kit_0.23.22.bb => p

[OE-core] [PATCH 1/2] libinput: upgrade 1.17.3 -> 1.18.0

2021-06-03 Thread Andreas Müller
* COPYING changed by link (master->main) [1] [1] https://gitlab.freedesktop.org/libinput/libinput/-/commit/354df8bce9874e92de2ad8535fdcedaec0755b27 Signed-off-by: Andreas Müller --- .../wayland/{libinput_1.17.3.bb => libinput_1.18.0.bb}| 4 ++-- 1 file changed, 2 insertions

[OE-core] [PATCH 2/2] xf86-input-libinput: upgrade 0.30.0 -> 1.0.1

2021-06-03 Thread Andreas Müller
License was changed to real MIT [1] [1] https://github.com/freedesktop/xorg-xf86-input-libinput/commit/2bbc4727a12471e3699e2803404a013656066a94 Signed-off-by: Andreas Müller --- ...nput-libinput_0.30.0.bb => xf86-input-libinput_1.0.1.bb} | 6 +++--- 1 file changed, 3 insertions(+)

[OE-core] [PATCH 2/8] systemd: Add more ugly casts to fix build with musl

2021-06-03 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../0010-Use-uintmax_t-for-handling-rlim_t.patch | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd/0010-Use-uintmax_t-for-handling-rlim_t.patch b/meta/recipes-core/systemd/systemd/0010-Use

[OE-core] [PATCH 8/8] alsa-utils(-scripts): upgrade 1.2.4 -> 1.2.5

2021-06-03 Thread Andreas Müller
See changelog at [1] [1] https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.5 Signed-off-by: Andreas Müller --- ...s_1.2.4.bb => alsa-utils-scripts_1.2.5.bb} | 0 meta/recipes-multimedia/alsa/alsa-utils.inc | 5 ++- ...lsa-utils_1.2.4.bb => alsa-utils_1.2.5.bb} | 0 ...li

[OE-core] [PATCH 1/8] mesa: upgrade 21.1.1 -> 21.1.2

2021-06-03 Thread Andreas Müller
radv: enable RADV_DEBUG=invariantgeom for Monster Hunter World SureshGuttula (1): frontends/va/picture:Fix wrong reallocation even surface is protected cheyang (1): virgl:Fix the leak of hw_res used as fence Signed-off-by: Andreas Müller --- .../mesa/{mesa-gl_21.1.1.bb => mesa-gl

[OE-core] [PATCH 7/8] alsa-ucm-conf: upgrade 1.2.4 -> 1.2.5

2021-06-03 Thread Andreas Müller
See changelog at [1] [1] https://github.com/alsa-project/alsa-ucm-conf/releases/tag/v1.2.5 Signed-off-by: Andreas Müller --- .../alsa/{alsa-ucm-conf_1.2.4.bb => alsa-ucm-conf_1.2.5.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta/recipes-multimedia/alsa/{alsa-

[OE-core] [PATCH 6/8] alsa-topology-conf: upgrade 1.2.4 -> 1.2.5

2021-06-03 Thread Andreas Müller
Changes: /Makefile - Makefile: add SRCPATH to override the source .conf tree - Introduce Makefile to simplify the binary files availability Description - Introduce Makefile to simplify the binary files availability Signed-off-by: Andreas Müller --- ...lsa-topology-conf_1.2.4.bb => a

[OE-core] [PATCH 5/8] alsa-tools: upgrade 1.2.2 -> 1.2.5

2021-06-03 Thread Andreas Müller
Changelog: Core - Release v1.2.5 hdspmixer - hdspmixer: add output loopback buttons - hdspmixer: enhance saving of presets Signed-off-by: Andreas Müller --- .../alsa/{alsa-tools_1.2.2.bb => alsa-tools_1.2.5.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename m

[OE-core] [PATCH 4/8] alsa-plugins: upgrade 1.2.2 -> 1.2.5

2021-06-03 Thread Andreas Müller
Changelog is found at [1] [1] https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.5 Signed-off-by: Andreas Müller --- .../alsa/{alsa-plugins_1.2.2.bb => alsa-plugins_1.2.5.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-multimedia/alsa/{a

[OE-core] [PATCH 3/8] alsa-lib: upgrade 1.2.4 -> 1.2.5

2021-06-03 Thread Andreas Müller
* Backported patch can go * See full changelog at [1] [1] https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.5 Signed-off-by: Andreas Müller --- ...de-limits.h-explicitly-to-fix-build-.patch | 41 +++ ...8e5503980295dd8e5e54a6285d2d7e32eb1e.patch | 31

Re: [OE-core] [PATCH] sstatesig.py: make it fatal error when sstate manifest isn't found

2021-05-31 Thread Andreas Müller
On Mon, May 31, 2021 at 3:25 AM Andreas Müller via lists.openembedded.org wrote: > > On Wed, May 19, 2021 at 6:46 PM Konrad Weihmann wrote: > If I am not mistaken this breaks wide areas of meta-freescale + > meta-qt5-extra. I have seen the manifest warning using meta-freescale >

Re: [OE-core] [PATCH] sstatesig.py: make it fatal error when sstate manifest isn't found

2021-05-30 Thread Andreas Müller
On Wed, May 19, 2021 at 6:46 PM Konrad Weihmann wrote: If I am not mistaken this breaks wide areas of meta-freescale + meta-qt5-extra. I have seen the manifest warning using meta-freescale for long time (and many licensed not found in do_rootfs) but now builds fail. Most recipes failing are

Re: [OE-core] [PATCH 4/8] meson: update 0.57.2 -> 0.58.0

2021-05-14 Thread Andreas Müller
On Fri, May 14, 2021 at 5:20 PM Khem Raj wrote: > > On Fri, May 14, 2021 at 6:59 AM Alexander Kanavin > wrote: > > > > Probably resolved by updating to 40.1? > > https://gitlab.gnome.org/GNOME/nautilus/-/tags > > > > easier said than done. Sadly these are complex apps and I don't have > time to

[OE-core] Layer list's certificate expired

2021-05-13 Thread Andreas Müller
Hi, On opening OE-layers browsers complain that certificate has expired yesterday 13.th of May. Just wanted to let you know. Cheers, Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#151744):

Re: [OE-core] Dunfell support for Fedora 33

2021-05-08 Thread Andreas Müller
On Thu, Apr 29, 2021 at 7:17 PM Steve Sakoman wrote: > > On Thu, Apr 29, 2021 at 6:57 AM Andreas Müller > wrote: > > > > On Thu, Apr 22, 2021 at 6:24 PM Steve Sakoman wrote: > > > > > > I'd like to work toward getting Fedora 33 as a supported distro fo

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: fix build with gcc11

2021-05-08 Thread Andreas Müller
On Sat, May 8, 2021 at 2:18 PM Richard Purdie wrote: > I'm guessing this only happens when qt is enabled? I was wondering > why we hadn't seen this initially... > > Cheers, > > Richard > Wanted to write something like: 'What am I missing?' - now I know: Have Qt enabled Cheers Andreas

[OE-core] [PATCH] gstreamer1.0-plugins-good: fix build with gcc11

2021-05-08 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...from-static-vars-to-fix-build-with-g.patch | 100 ++ .../gstreamer1.0-plugins-good_1.18.4.bb | 1 + 2 files changed, 101 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0003-Remove

[OE-core] [PATCH] xwayland: remove protocol.txt - it clashes with xserver-xorg

2021-05-02 Thread Andreas Müller
* Images with wayland-compositors + xwayland + xserver fail to build * Fedora - they introduced standalone xwayland - does same [1] [1] https://src.fedoraproject.org/rpms/xorg-x11-server-Xwayland/blob/rawhide/f/xorg-x11-server-Xwayland.spec Signed-off-by: Andreas Müller --- meta/recipes

Re: [OE-core] Dunfell support for Fedora 33

2021-04-29 Thread Andreas Müller
On Thu, Apr 22, 2021 at 6:24 PM Steve Sakoman wrote: > > I'd like to work toward getting Fedora 33 as a supported distro for > the next dunfell release (3.1.8). > > Initial autobuilder testing looks fairly good, but I'd like to get > some feedback from people who are already doing dunfell builds

Re: [OE-core] [PATCH] webkitgtk: Use linker options to reduce memory overhead during linking

2021-03-09 Thread Andreas Müller
On Tue, Mar 9, 2021 at 1:01 PM Alexander Kanavin wrote: > > Thanks Khem, this makes sense. > > Alex > webkitgtk is one of the top swappers for my (very old) machines - would be cool if this has an end Andreas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[OE-core] [PATCH][V2] openssl: re-enable whirlpool

2021-02-05 Thread Andreas Müller
* it breaks KDE's qca and dependencies * it is not deprecated. Openssl 3.0 (currently alpha) will deprecate whirlpool [1] https://www.openssl.org/news/changelog.html#openssl-30 Signed-off-by: Andreas Müller --- V1 -> V2: Add comment for whirlpool meta/recipes-connectivity/open

[OE-core] [PATCH] openssl: re-enable whirlpool

2021-02-05 Thread Andreas Müller
* it breaks KDE's qca and dependencies * it is not deprecated. Openssl 3.0 (currently alpha) will deprecate whirlpool [1] https://www.openssl.org/news/changelog.html#openssl-30 Signed-off-by: Andreas Müller --- meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 2 +- 1 file changed, 1

Re: [OE-core] [dunfell][PATCH 1/2] classes/waf: Add build and install arguments

2021-01-16 Thread Andreas Müller
Aargh just read cover letter - sorry On Sat, Jan 16, 2021 at 9:37 PM Andreas Müller via lists.openembedded.org wrote: > > On Sat, Jan 16, 2021 at 6:44 PM akuster wrote: > > > > From: Joshua Watt > > > > Adds variables that can be used to allow a recipe to pass ext

Re: [OE-core] [dunfell][PATCH 1/2] classes/waf: Add build and install arguments

2021-01-16 Thread Andreas Müller
On Sat, Jan 16, 2021 at 6:44 PM akuster wrote: > > From: Joshua Watt > > Adds variables that can be used to allow a recipe to pass extra > arguments to `waf build` and `waf install`. In most cases, you want to > pass the same arguments to `build` and `install` (since install is a > superset of

[OE-core] [PATCH] libpam: remove entries for pam_tally and pam_tally2

2021-01-12 Thread Andreas Müller
Both were removed in 1.5.0 and one should use pam_faillock [1] [1] https://github.com/linux-pam/linux-pam/releases/tag/v1.5.0 Signed-off-by: Andreas Müller --- meta/recipes-extended/pam/libpam_1.5.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-extended/pam/libpam_1.5.1

Re: [OE-core] [PATCH v5 01/11] lto: Add global LTO distro policy file

2020-11-09 Thread Andreas Müller
On Mon, Nov 9, 2020 at 8:15 PM Khem Raj wrote: > > On Mon, Nov 9, 2020 at 12:30 AM Andreas Müller > wrote: > > > > On Mon, Nov 9, 2020 at 1:02 AM Khem Raj wrote: > > > > > > Distros which want to enable LTO can utilize this file, it only covers > >

Re: [OE-core] [PATCH v5 01/11] lto: Add global LTO distro policy file

2020-11-09 Thread Andreas Müller
On Mon, Nov 9, 2020 at 1:02 AM Khem Raj wrote: > > Distros which want to enable LTO can utilize this file, it only covers > packages from OE-Core, other layers should include there own exclusion > list for recipe which dont work with LTO > > Document the needed changes in local.conf.extended >

Re: [OE-core] [master][zeus][PATCH] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist

2020-09-01 Thread Andreas Müller
On Tue, Sep 1, 2020 at 6:33 PM Andreas Müller wrote: > > On Wed, Jun 17, 2020 at 3:50 AM Peter Kjellerstedt > wrote: > > > > This has been integrated to master now (commit f9c5df6d). > > Please cherry-pick it to Dunfell and Zeus. > > > > //Peter > >

Re: [OE-core] [master][zeus][PATCH] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist

2020-09-01 Thread Andreas Müller
On Wed, Jun 17, 2020 at 3:50 AM Peter Kjellerstedt wrote: > > This has been integrated to master now (commit f9c5df6d). > Please cherry-pick it to Dunfell and Zeus. > > //Peter > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On

Re: [OE-core][dunfell 14/18] core: glib-2.0: fix requested libmount/mkostemp/selinux not being linked in

2020-07-27 Thread Andreas Müller
On Mon, Jul 27, 2020 at 5:10 PM Steve Sakoman wrote: > > From: Ahmad Fatoum > > Since 010202076760 ("meson.bbclass: avoid unexpected operating-system > names"), meson is no longer used with a cross file that appends the used > libc to the operating system name, e.g. linux-gnueabi. > > Prior to

Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-03 Thread Andreas Müller
On Thu, Jul 2, 2020 at 2:47 PM Andreas Müller via lists.openembedded.org wrote: > > On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov wrote: > > > > Hello, > > > > вс, 28 июн. 2020 г. в 16:34, Andreas Müller : > > > > > > remove SRC_URI[m

Re: [OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-07-02 Thread Andreas Müller
On Thu, Jul 2, 2020 at 2:00 PM Dmitry Baryshkov wrote: > > Hello, > > вс, 28 июн. 2020 г. в 16:34, Andreas Müller : > > > > remove SRC_URI[md5sum] > > > > Signed-off-by: Andreas Müller > > --- > > .../ccache/{ccache_3.7.9.bb => ccache_3.7.

Re: [OE-core] [PATCH 1/3] nfs-utils: upgrade 2.4.3 -> 2.5.1

2020-06-28 Thread Andreas Müller
On Sun, Jun 28, 2020 at 6:36 PM Konrad Weihmann wrote: > > On 28.06.20 15:34, Andreas Müller wrote: > > * cacheio was fixed upstream slightly different > > * nfsdclnts is a python3 script for printing various nfs client information > >pack it in ${PN}-stats >

[OE-core] [PATCH 3/3] ccache: upgrade 3.7.9 -> 3.7.10

2020-06-28 Thread Andreas Müller
remove SRC_URI[md5sum] Signed-off-by: Andreas Müller --- .../ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_3.7.9.bb => ccache_3.7.10.bb} (86%) diff --git a/meta/recipes-de

[OE-core] [PATCH 2/3] ccache: merge ccache.inc into recipe

2020-06-28 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-devtools/ccache/ccache.inc | 28 meta/recipes-devtools/ccache/ccache_3.7.9.bb | 28 +++- 2 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-devtools/ccache/ccache.inc diff

[OE-core] [PATCH 1/3] nfs-utils: upgrade 2.4.3 -> 2.5.1

2020-06-28 Thread Andreas Müller
* cacheio was fixed upstream slightly different * nfsdclnts is a python3 script for printing various nfs client information pack it in ${PN}-stats * replace leading spaces by tabs in shell tasks * remove SRC_URI[md5sum] Signed-off-by: Andreas Müller --- ...acheio-use-intmax_t-for-formatted

Re: [OE-core] [PATCH][dunfell] u-boot: introduce UBOOT_INITIAL_ENV

2020-06-25 Thread Andreas Müller
On Thu, Jun 18, 2020 at 5:19 PM Andreas Müller wrote: > > From: Ming Liu > > It defaults to ${PN}-initial-env, no functional changes with current > implementation, but this allows it to be changed in individual u-boot > recipes. > > If UBOOT_INITIAL_ENV is empty, t

[OE-core] [PATCH 2/5] sqlite3: upgrade 3.32.2 -> 3.32.3

2020-06-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../sqlite/{sqlite3_3.32.2.bb => sqlite3_3.32.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.32.2.bb => sqlite3_3.32.3.bb} (68%) diff --git a/meta/recipes-support/sqlite/sqlite3_

[OE-core] [PATCH 1/5] libinput: upgrade 1.15.5 -> 1.15.6

2020-06-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../wayland/{libinput_1.15.5.bb => libinput_1.15.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.15.5.bb => libinput_1.15.6.bb} (92%) diff --git a/meta/recipes-graphics/w

[OE-core] [PATCH 3/5] desktop-file-utils: upgrade 0.24 -> 0.26

2020-06-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...{desktop-file-utils_0.24.bb => desktop-file-utils_0.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/desktop-file-utils/{desktop-file-utils_0.24.bb => desktop-file-utils_0.26.bb} (81%) diff --git a/meta/r

[OE-core] [PATCH 4/5] file: upgrade 5.38 -> 5.39

2020-06-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-devtools/file/{file_5.38.bb => file_5.39.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/file/{file_5.38.bb => file_5.39.bb} (96%) diff --git a/meta/recipes-devtools/file/file_5.38.bb b/meta/recipes-de

[OE-core] [PATCH 5/5] ffmpeg: upgrade 4.2.3 -> 4.3

2020-06-22 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../ffmpeg/{ffmpeg_4.2.3.bb => ffmpeg_4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.2.3.bb => ffmpeg_4.3.bb} (98%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.3

[OE-core] [PATCH V2] boost: Add upstream patch to fix build on depending projects

2020-06-20 Thread Andreas Müller
KDE's krita failed with: | error: 'typedef void boost::static_visitor::result_type' is inaccessible within this context Note that only boost 0.173 is affected. 0.172 (dunfell) does not have this problem and the patch will be included in upcoming 0.174. Signed-off-by: Andreas Müller --- ...l

[OE-core] [PATCH] boost: Add upstream patch to fix build on depending projects

2020-06-20 Thread Andreas Müller
KDE's krita failed with: | error: 'typedef void boost::static_visitor::result_type' is inaccessible within this context Note that only boost 0.173 is affected. 0.172 (dunfell) does not have this problem and the patch will be included in upcoming 0.174. Signed-off-by: Andreas Müller --- ...l

Re: [OE-core] [V3][PATCH] mime.bbclass: fix post install scriptlet error

2020-06-19 Thread Andreas Müller
On Fri, Jun 19, 2020 at 11:13 AM Changqing Li wrote: > > From: Changqing Li > > fix error during post uninstall: > %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 > + '[' 0 = 0 ']' > + set -e > + '[' x '!=' x ']' > + echo 'Updating MIME database... this may take a

Re: [OE-core][dunfell 00/21] Patch review - gcc 10 build support

2020-06-18 Thread Andreas Müller
On Thu, Jun 18, 2020 at 5:41 PM Steve Sakoman wrote: > > This set of patches consists only of patches related to supporting builds > on distros using gcc 10. All patches are cherry-picked > from master except The ones which caused trouble for me are included. > for "u-boot-tools: backport patch

[OE-core] [PATCH][dunfell] u-boot: introduce UBOOT_INITIAL_ENV

2020-06-18 Thread Andreas Müller
From: Ming Liu It defaults to ${PN}-initial-env, no functional changes with current implementation, but this allows it to be changed in individual u-boot recipes. If UBOOT_INITIAL_ENV is empty, then no initial env would be compiled/ installed/deployed, set ALLOW_EMPTY_${PN}-env = "1". The

Re: [OE-core] [V2][PATCH] mime.bbclass: fix post install scriptlet error

2020-06-18 Thread Andreas Müller
On Thu, Jun 18, 2020 at 3:16 AM Changqing Li wrote: > > From: Changqing Li > > fix error during post uninstall: > %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 > + '[' 0 = 0 ']' > + set -e > + '[' x '!=' x ']' > + echo 'Updating MIME database... this may take a while.'

Re: [OE-core] [PATCH] mime.bbclass: change postrm to prerm

2020-06-17 Thread Andreas Müller
On Wed, Jun 17, 2020 at 10:10 AM Changqing Li wrote: > > From: Changqing Li > > fix error during post uninstall: > %postun(shared-mime-info-data-2.0-r0.4.corei7_64): execv(/bin/sh) pid 78 > + '[' 0 = 0 ']' > + set -e > + '[' x '!=' x ']' > + echo 'Updating MIME database... this may take a

Re: [OE-core] [dunfell-backport PATCH 3/9] libtirpc: upgrade 1.2.5 -> 1.2.6

2020-06-12 Thread Andreas Müller
(cherry picked from commit c940792e1492923036cae97010f9945e7ad43a32) > Signed-off-by: Otavio Salvador For me this fixes native build on hosts with gcc10 Acked-by: Andreas Müller -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139462): https://lists.openembedded.org/g/op

[OE-core] [PATCH 1/4] vte: tiny cleanup / renumber patch

2020-06-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ... => 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch} | 0 meta/recipes-support/vte/vte_0.60.2.bb| 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-support/vte/vte/{0002-Add-W_EXITCODE-macro-for-

[OE-core] [PATCH 2/4] vte: upgrade 0.60.2 -> 0.60.3

2020-06-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-support/vte/{vte_0.60.2.bb => vte_0.60.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/vte/{vte_0.60.2.bb => vte_0.60.3.bb} (92%) diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/r

[OE-core] [PATCH 3/4] harfbuzz: upgrade 2.6.4 -> 2.6.7

2020-06-05 Thread Andreas Müller
diff-7116ef0705885343c9e1b2171a06be0e Signed-off-by: Andreas Müller --- .../harfbuzz/{harfbuzz_2.6.4.bb => harfbuzz_2.6.7.bb} | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.6.4.bb => harfbuzz_2.6.7.bb} (77%) diff --git a/meta/recipes-graphic

[OE-core] [PATCH 4/4] sqlite3: upgrade 3.32.1 -> 3.32.2

2020-06-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../sqlite/{sqlite3_3.32.1.bb => sqlite3_3.32.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.32.1.bb => sqlite3_3.32.2.bb} (68%) diff --git a/meta/recipes-support/sqlite/sqlite3_

Re: [OE-core] [PATCH][warrior] pseudo: Fix enum typedef

2020-06-04 Thread Andreas Müller
On Thu, Jun 4, 2020 at 2:47 PM Richard Purdie wrote: > > On Thu, 2020-06-04 at 14:18 +0200, Andreas Müller wrote: > > On Thu, Jun 4, 2020 at 2:11 PM Richard Purdie > > wrote: > > > On Thu, 2020-06-04 at 14:03 +0200, Andreas Müller wrote

Re: [OE-core] [PATCH][warrior] pseudo: Fix enum typedef

2020-06-04 Thread Andreas Müller
On Thu, Jun 4, 2020 at 2:11 PM Richard Purdie wrote: > > On Thu, 2020-06-04 at 14:03 +0200, Andreas Müller wrote: > > From: Jacob Kroon > > > > 'pseudo_access_t' is a type, so use typedef. > > > > Fixes building pseudo with gcc 10 where -fno-common is the d

[OE-core] [PATCH][warrior] pseudo: Fix enum typedef

2020-06-04 Thread Andreas Müller
From: Jacob Kroon 'pseudo_access_t' is a type, so use typedef. Fixes building pseudo with gcc 10 where -fno-common is the default. (Backport of OE-Core rev: a7d519f742aadc9110c2401f359254210a784f6b) Signed-off-by: Jacob Kroon Signed-off-by: Richard Purdie Signed-off-by: Andreas Müller

Re: [OE-core] [PATCH] vte: add missing runtime dependency for vte-prompt

2020-06-03 Thread Andreas Müller
On Wed, Jun 3, 2020 at 5:43 AM Yi Zhao wrote: > > The /etc/profile.d/vte.sh in vte-prompt package requires > vte-urlencode-cwd command which is from vte package. Think this is addressed by [1] already [1] https://lists.openembedded.org/g/openembedded-core/message/139110 Andreas

[OE-core] [PATCH] vte: Pack ${libexecdir}/vte-urlencode-cwd to vte-prompt

2020-06-02 Thread Andreas Müller
where it's used. Signed-off-by: Andreas Müller --- meta/recipes-support/vte/vte_0.60.2.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb index 4a33f6e4d0..8c7054913f 100644 --- a/meta/recipes

[OE-core] [PATCH 2/2] libsecret: upgrade 0.20.1 -> 0.20.2 / port to meson

2020-03-18 Thread Andreas Müller
-0.20.2.news Signed-off-by: Andreas Müller --- ...an-subdir-only-if-manpage-is-enabled.patch | 30 +++ ...ibsecret_0.20.1.bb => libsecret_0.20.2.bb} | 20 - 2 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 meta/recipes-gnome/libsecret/libsecret/0

[OE-core] [PATCH 1/2] libnotify: upgrade 0.7.8 -> 0.7.9 / port to meson

2020-03-18 Thread Andreas Müller
From [1]: New in 0.7.9 * Fixed linking in darwin [Iain, Marco; !5] * Added man page for notify-send [Jan; !6] * Dropped autotools [Jan; !11] [1] http://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.9.news Signed-off-by: Andreas Müller --- .../{libnotify_0.7.8.bb

[OE-core] [PATCH] libsdl2: upgrade 2.0.10 -> 2.0.12

2020-03-12 Thread Andreas Müller
* checked all hunks: backported patches can go * for machines with neon in TUNE_FEATURES enable new configure option --enable-arm-neon. If enabled, license must be extended to MIT * license checksum changed by copyright year Signed-off-by: Andreas Müller --- ...alidate-image-size-when-loading

[OE-core] [PATCH] mime-xdg.bbclass: Fix typo in comment

2020-03-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/classes/mime-xdg.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass index 63169e990d..642a5b7595 100644 --- a/meta/classes/mime-xdg.bbclass +++ b/meta/classes/mime

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Andreas Müller
On Tue, Feb 25, 2020 at 3:07 PM Richard Purdie wrote: > > On Tue, 2020-02-25 at 13:24 +0100, Andreas Müller wrote: > > On Tue, Feb 25, 2020 at 11:21 AM Richard Purdie > > wrote: > > > On Mon, 2020-02-24 at 21:44 -0800, Khem Raj wrote: > > > > mime and m

Re: [OE-core] [PATCH] mime,mime-xdg: Conflict with allarch

2020-02-25 Thread Andreas Müller
erit > > mime/mime-xdg or vice-versa, this fixes subtle sstate mismatches > > > > [YOCTO #13805] > > > > Signed-off-by: Khem Raj > > Cc: Andreas Müller > > --- > > meta/classes/mime-xdg.bbclass | 5 + > > meta/classes/mime.bbclass

[OE-core] [PATCH] webkitgtk: enable gobject-introspection for armv7a

2020-02-22 Thread Andreas Müller
Tested with cortex-a9 machine * before this patch -> no gir * after: gir was built without issues Signed-off-by: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/reci

[OE-core] [PATCH 2/2][master-next] webkitgtk: enable gobject-introspection for armv7ve - it builds without issues

2020-02-20 Thread Andreas Müller
Maybe armv7a can be re-enabled either but due to limited resources there is no chance for me to test. Signed-off-by: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes

  1   2   3   4   5   6   7   8   9   10   >