[OE-core] [PATCH 1/2][master-next] webkitgtk: fix reconfigure

2020-02-20 Thread Andreas Müller
| ln: failed to create symbolic link '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/webkitgtk/2.26.4-r0/recipe-sysroot-native/usr/bin/python': File exists Signed-off-by: Andreas Müller --- meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 4 ++

Re: [OE-core] [PATCH][master-next] webkitgtk: add PACKAGECONFIG gobject-introspection

2020-02-20 Thread Andreas Müller
On Thu, Feb 20, 2020 at 1:45 PM Andreas Müller wrote: > > On Thu, Feb 20, 2020 at 11:07 AM Alexander Kanavin > wrote: > > > > You need to at the same time drop the introspection enablement logic from > > EXTRA_OECMAKE I think? > > This line: > > http://

Re: [OE-core] [PATCH][master-next] webkitgtk: add PACKAGECONFIG gobject-introspection

2020-02-20 Thread Andreas Müller
tomatically for projects build with >> autotools and meson. >> >> It was checked: there are webkitgtk and libdnf inheriting >> gobject-introspection >> and cmake. Since libdnf cannot configure gir, webkitgtk seems the only >> project >> requiring gir-auto-

[OE-core] [PATCH][master-next] webkitgtk: add PACKAGECONFIG gobject-introspection

2020-02-19 Thread Andreas Müller
figure gir, webkitgtk seems the only project requiring gir-auto-enabling. So handle at recipe / no common magic at gobject-introspection.bbclass required. Signed-off-by: Andreas Müller --- This patch applies on top of master-next/Alex's patches sent meta/recipes-sato/webkit/webkitgtk_2.26.4.bb

Re: [OE-core] python2-less meta-openembedded build results

2020-01-27 Thread Andreas Müller
On Mon, Jan 27, 2020 at 5:54 PM Andrey Zhizhikin wrote: > > On Mon, Jan 27, 2020 at 4:24 PM Khem Raj wrote: > > > > Awesome, thanks for the help! > > No probs! > > I've actually looked into the list and would have couple of > components, which are sort-of "python2-only": > - dnssec-conf: did not

Re: [OE-core] [PATCH 05/24] nss: update to 3.49.1

2020-01-21 Thread Andreas Müller
On Mon, Jan 20, 2020 at 6:26 PM Alexander Kanavin wrote: > > Drop a backport, and a patch that causes build errors with > the new version. > > Add a patch to make ARM HW crypto optional; upstream for some > reason does not allow disabling it. Thanks and FWIW - I tried to subscribe to their mailing

Re: [OE-core] python2-less meta-openembedded build results

2020-01-20 Thread Andreas Müller
On Mon, Jan 20, 2020 at 4:52 PM Khem Raj wrote: > > Hi all > > Recently py2 is removed from oe-core, So I did quick patches to get a > world build going. And > here are initial failures, please help out with recipes your can or > care for. Eventually, the remaining > ones we can blacklist for 3.1

Re: [OE-core] [PATCH] libfm: Add mime and mime-xdg classes

2020-01-18 Thread Andreas Müller
On Sat, Jan 18, 2020 at 6:48 PM Richard Purdie wrote: > > libfm installs mime types we want in our mime-database and it also uses > desktop files > containing MimeType. > > Signed-off-by: Richard Purdie > --- > meta/recipes-support/libfm/libfm_1.3.1.bb | 2 +- > 1 file changed, 1 insertion(+),

Re: [OE-core] [PATCH][v2 00/10] Make MIME work on desktops

2020-01-18 Thread Andreas Müller
On Sat, Jan 18, 2020 at 9:40 AM Richard Purdie wrote: > > > > V1 -> V2: > > * Shelve global path export thingy > > * Add me as maintainer of itstool (let's consider 'ü' in my name as > > test case :) > > * Change "to to" to "to" in commit message > > * Build shared-mime-info from git to allow auto

[OE-core] [PATCH][v2 05/10] insane.bbclass: introduce a warning for mime missing in inherit

2020-01-17 Thread Andreas Müller
* looking through layers it looks that usage of mime.bbclass is somewhat orphaned * now that update-mime-database is called once only at image creation time, costs of mime.bbclass are limited Signed-off-by: Andreas Müller --- meta/classes/insane.bbclass | 12 1 file changed, 12

[OE-core] [PATCH][v2 07/10] gcr: add mime to inherit

2020-01-17 Thread Andreas Müller
gcr installs mime types we want in our mime-database Signed-off-by: Andreas Müller --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index e3e8999635

[OE-core] [PATCH][v2 10/10] gcr: add mime-xdg to inherit

2020-01-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index 272112dd12..9853b3f416 100644 --- a/meta/recipes-gnome/gcr/gcr_3.34.0.bb

[OE-core] [PATCH][v2 09/10] insane.bbclass: Spawn warning for missing mime-xdg in inherit

2020-01-17 Thread Andreas Müller
If a package signals that it can open mime-types but does not inharit mime-xdg, a warning is created. Signed-off-by: Andreas Müller --- meta/classes/insane.bbclass | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b

[OE-core] [PATCH][v2 08/10] mime-xdg.bbclass: initial add

2020-01-17 Thread Andreas Müller
calling update-desktop-database. Signed-off-by: Andreas Müller --- meta/classes/mime-xdg.bbclass | 74 +++ .../update_desktop_database | 8 ++ 2 files changed, 82 insertions(+) create mode 100644 meta/classes/mime-xdg.bbclass create mode 100644

[OE-core] [PATCH][v2 06/10] shared-mime-info: add mime to inherit

2020-01-17 Thread Andreas Müller
shared-mime-info-data: is the base for mime database Signed-off-by: Andreas Müller --- meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes

[OE-core] [PATCH][v2 03/10] shared-mime-info: upgrade 1.10 -> 1.15

2020-01-17 Thread Andreas Müller
* sources/development moved to freedesktop's gitlab * patches do not apply any more due to major changes in Makefile.am * give up bb/inc separation Signed-off-by: Andreas Müller --- .../shared-mime-info/install-data-hook.patch | 25 -- .../shared-mime-info/parallelmake.

[OE-core] [PATCH][v2 02/10] itstool: extend to nativesdk

2020-01-17 Thread Andreas Müller
This was not done in meta-oe but shared-mime-info extends to nativesdk either. Signed-off-by: Andreas Müller --- meta/recipes-support/itstool/itstool_2.0.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/itstool/itstool_2.0.6.bb b/meta/recipes

[OE-core] [PATCH][v2 04/10] mime.bbclass: rework

2020-01-17 Thread Andreas Müller
e extension detection * run update-mime-database once only at image creation to avoid expensive redundant operations * allow shared-mime-info to inherit mime.bbclass by avoiding circular dependencies Signed-off-by: Andreas Müller --- meta/classes/mime.bbclass

[OE-core] [PATCH][v2 00/10] Make MIME work on desktops

2020-01-17 Thread Andreas Müller
from git to allow automated upgrades * mime-xdg.bbclass: Be prepared for packages as libreoffice: Desktop files installed are absolut symlinks broken for us. In case other projects do same: Offer asolution and guide recipe writers how to handle by generating warnings with instructions how t

[OE-core] [PATCH][v2 01/10] itstool: add from meta-oe

2020-01-17 Thread Andreas Müller
Recent versions of shared-mime-info depend on itstool Signed-off-by: Andreas Müller --- meta/conf/distro/include/maintainers.inc | 1 + ...-build-time-hardcoded-python-binary-.patch | 35 +++ ...ld-time-hardcoded-python-binary-path.patch | 29 +++ meta/recipes

Re: [OE-core] [PATCH 00/11] Make MIME work on desktops

2020-01-11 Thread Andreas Müller
On Thu, Jan 9, 2020 at 9:26 PM Andreas Müller wrote: > > On fresh images file-browsers do not know how to open files and usually open a > dialog with ALL applications available on the machine. This is not what users > are used to when working with linux: For just one application i

Re: [OE-core] [PATCH 04/11] bitbake.conf: add variables 'mimedir' and 'desktopdir'

2020-01-09 Thread Andreas Müller
On Thu, Jan 9, 2020 at 11:27 PM Richard Purdie wrote: > > > > > > Do these really need to be exported to the environment for > > > everything? > > > > It is not mandatory. It is just that I wanted to avoid redundancies > > in insane.bbclass / mime*.bbclass. If adding exports is a problem I > > can

Re: [OE-core] [PATCH 04/11] bitbake.conf: add variables 'mimedir' and 'desktopdir'

2020-01-09 Thread Andreas Müller
On Thu, Jan 9, 2020 at 11:15 PM Richard Purdie wrote: > > On Thu, 2020-01-09 at 21:26 +0100, Andreas Müller wrote: > > mimedir: > >This is the path all mime information is stored at and > >update-mime-database works with > > desktopdir: > >All a

Re: [OE-core] [PATCH 01/11] itstool: add from meta-oe

2020-01-09 Thread Andreas Müller
On Thu, Jan 9, 2020 at 9:35 PM Alexander Kanavin wrote: > > This also needs a maintainers.inc entry. > > Alex Shall I add me - or who would like to? Andreas -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.ope

Re: [OE-core] [PATCH 03/11] shared-mime-info: upgrade 1.10 -> 1.15

2020-01-09 Thread Andreas Müller
On Thu, Jan 9, 2020 at 9:34 PM Alexander Kanavin wrote: > > On Thu, 9 Jan 2020 at 21:27, Andreas Müller wrote: >> >> -SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.xz"; >> +SRC_URI = >> "https://gitlab

[OE-core] [PATCH 09/11] mime-xdg.bbclass: initial add

2020-01-09 Thread Andreas Müller
calling update-desktop-database. Signed-off-by: Andreas Müller --- meta/classes/mime-xdg.bbclass | 62 +++ .../update_desktop_database | 8 +++ 2 files changed, 70 insertions(+) create mode 100644 meta/classes/mime-xdg.bbclass create mode 100644

[OE-core] [PATCH 10/11] insane.bbclass: Spawn warning for missing mime-xdg in inherit

2020-01-09 Thread Andreas Müller
If a package signals that it can open mime-types but does not inharit mime-xdg, a warning is created. Signed-off-by: Andreas Müller --- meta/classes/insane.bbclass | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes

[OE-core] [PATCH 11/11] gcr: add mime-xdg to inherit

2020-01-09 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index 272112dd12..9853b3f416 100644 --- a/meta/recipes-gnome/gcr/gcr_3.34.0.bb

[OE-core] [PATCH 08/11] gcr: add mime to inherit

2020-01-09 Thread Andreas Müller
gcr installs mime types we want in our mime-database Signed-off-by: Andreas Müller --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index e3e8999635

[OE-core] [PATCH 07/11] shared-mime-info: add mime to inherit

2020-01-09 Thread Andreas Müller
shared-mime-info-data: is the base for mime database Signed-off-by: Andreas Müller --- meta/recipes-support/shared-mime-info/shared-mime-info_1.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_1.15.bb b/meta

[OE-core] [PATCH 04/11] bitbake.conf: add variables 'mimedir' and 'desktopdir'

2020-01-09 Thread Andreas Müller
mimedir: This is the path all mime information is stored at and update-mime-database works with desktopdir: All application .desktop files are stored here Signed-off-by: Andreas Müller --- meta/conf/bitbake.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a

[OE-core] [PATCH 05/11] mime.bbclass: rework

2020-01-09 Thread Andreas Müller
e extension detection * run update-mime-database once only at image creation to avoid expensive redundant operations * allow shared-mime-info to inherit mime.bbclass by avoiding circular dependencies Signed-off-by: Andreas Müller --- meta/classes/mime.bbclass

[OE-core] [PATCH 06/11] insane.bbclass: introduce a warning for mime missing in inherit

2020-01-09 Thread Andreas Müller
* looking through layers it looks that usage of mime.bbclass is somewhat orphaned * now that update-mime-database is called once only at image creation time, costs of mime.bbclass are limited Signed-off-by: Andreas Müller --- meta/classes/insane.bbclass | 12 1 file changed, 12

[OE-core] [PATCH 02/11] itstool: extend to nativesdk

2020-01-09 Thread Andreas Müller
This was not done in meta-oe but shared-mime-info extends to nativesdk either. Signed-off-by: Andreas Müller --- meta/recipes-support/itstool/itstool_2.0.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/itstool/itstool_2.0.6.bb b/meta/recipes

[OE-core] [PATCH 01/11] itstool: add from meta-oe

2020-01-09 Thread Andreas Müller
Recent versions of shared-mime-info depend on itstool Signed-off-by: Andreas Müller --- ...-build-time-hardcoded-python-binary-.patch | 35 +++ ...ld-time-hardcoded-python-binary-path.patch | 29 +++ meta/recipes-support/itstool/itstool_2.0.6.bb | 20 +++ 3

[OE-core] [PATCH 03/11] shared-mime-info: upgrade 1.10 -> 1.15

2020-01-09 Thread Andreas Müller
* sources/development moved to freedesktop's gitlab * patches do not apply any more due to major changes in Makefile.am * give up bb/inc separation Signed-off-by: Andreas Müller --- .../shared-mime-info/install-data-hook.patch | 25 -- .../shared-mime-info/parallelmake.

[OE-core] [PATCH 00/11] Make MIME work on desktops

2020-01-09 Thread Andreas Müller
1] https://github.com/schnitzeltony/meta-openembedded/tree/work-2020-01 Andreas Müller (11): itstool: add from meta-oe itstool: extend to nativesdk shared-mime-info: upgrade 1.10 -> 1.15 bitbake.conf: add variables 'mimedir' and 'desktopdir' mime.bbclass: rework

Re: [OE-core] [meta-networking][PATCH] networkmanager: Add missing RDEPENDS to dnsmasq

2019-12-23 Thread Andreas Müller
On Mon, Dec 23, 2019 at 10:14 PM Alexandre Bard wrote: > > --- > .../networkmanager/networkmanager_1.18.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Wrong mailing list. It should be send to openembedded-de...@lists.openembedded.org Andreas -- __

Re: [OE-core] [PATCH] nss: 3.45 -> 3.47.1

2019-12-14 Thread Andreas Müller
On Sat, Dec 14, 2019 at 7:28 PM Alexander Kanavin wrote: > > On Sat, 14 Dec 2019 at 17:29, Khem Raj wrote: >> >> > This option is only available with gyp, and not plain Makefiles >> > unfortunately. And the way I read it, >> > it's not actually possible to disable :-/ >> > >> >> nss is used in q

Re: [OE-core] [PATCH] nss: 3.45 -> 3.47.1

2019-12-13 Thread Andreas Müller
On Fri, Dec 13, 2019 at 2:22 PM Alexander Kanavin wrote: > > On Wed, 4 Dec 2019 at 19:00, Richard Purdie > wrote: >> >> On Wed, 2019-12-04 at 07:09 -0800, Wang Mingyu wrote: >> > Signed-off-by: Wang Mingyu >> > --- >> > meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} | 4 ++-- >> > 1 f

Re: [OE-core] [PATCH] libpng: Correct SRC_URI path

2019-12-10 Thread Andreas Müller
On Wed, Dec 11, 2019 at 12:45 AM Khem Raj wrote: > > Fixes fetcher warning > WARNING: libpng-1.6.37-r0 do_fetch: Failed to fetch URL > https://downloads.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.xz, > attempting MIRRORS if available > > Signed-off-by: Khem Raj > --- > me

Re: [OE-core] [PATCH 1/2] base.bbclass: extend PACKAGECONFIG for conflict package configs

2019-12-10 Thread Andreas Müller
On Tue, Dec 10, 2019 at 10:36 AM wrote: > > From: Kai Kang > > There are mutually exclusive PACKAGECONFIGs in recipes. Though it > declares that package configs are exclusive, it can't prevent users to > set them at same time. Extend PACKAGECONFIG to support specifying > conflicted package config

Re: [OE-core] [PATCH v2] distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename

2019-11-22 Thread Andreas Müller
On Sat, Nov 23, 2019 at 12:16 AM Denys Dmytriyenko wrote: > > On Fri, Nov 22, 2019 at 11:10:14PM +, Richard Purdie wrote: > > On Fri, 2019-11-22 at 23:58 +0100, Andreas Müller wrote: > > > Whatever this patch does renaming does nothing but causing me lots of > >

Re: [OE-core] [PATCH v2] distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename

2019-11-22 Thread Andreas Müller
Whatever this patch does renaming does nothing but causing me lots of useles (rebasing) efforts. To me ist is simlpy the worst patch of this year and thanks for blocking me with this. I am really really upset!!! On Fri, Nov 15, 2019 at 1:40 AM Denys Dmytriyenko wrote: > > From: Denys Dmytriye

Re: [OE-core] [PATCH 01/13] python: update to 2.7.17

2019-11-19 Thread Andreas Müller
On Tue, Nov 19, 2019 at 12:31 PM Alexander Kanavin wrote: > > On Tue, 19 Nov 2019 at 08:58, Tim Orling wrote: >> >> >> I have the beginnings of scripts to generate a meta-python2 layer. Someone >> with a vested interest in keeping python2 supported will need to step up to >> maintain it. After

[OE-core] [PATCH] webkitgtk: upgrade 2.26.1 -> 2.26.2

2019-11-06 Thread Andreas Müller
WebDriver disabled. - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland. - Fill the objects category in emoji picker. - Fix several crashes and rendering issues. Signed-off-by: Andreas Müller --- .../webkit/{webkitgtk_2.26.1.bb => webkitgtk_2.26.2.

[OE-core] [PATCH] vte: upgrade 0.56.3 -> 0.58.2

2019-11-01 Thread Andreas Müller
* they moved to meson build * all autotools specific patches must go * although not inheriting gettext dependency on intltool-native can go * tested with all variants of PACKAGECONFIG * need it for gnome-terminal 3.34 Signed-off-by: Andreas Müller --- .../vte/vte/0001-Add-m4-vapigen.m4.patch

Re: [OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Andreas Müller
On Thu, Oct 31, 2019 at 10:58 AM Alexander Kanavin wrote: > > I think Ross has a separate patch queued to address that. > > Alex Yes - just thought is is a complete V2 -> everything fine :) Andreas -- ___ Openembedded-core mailing list Openembedded-cor

Re: [OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Andreas Müller
On Thu, Oct 31, 2019 at 10:38 AM Alexander Kanavin wrote: > > inherit gettext, as gcr is now gettextized. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-gnome/gcr/{gcr_3.28.1.bb => gcr_3.34.0.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-gnom

[OE-core] [PATCH] IMAGE_LINGUAS_COMPLEMENTARY: auto-add language packages other than locales

2019-10-27 Thread Andreas Müller
oo-%s" in its layer.conf to enable auto-adding. Signed-off-by: Andreas Müller --- meta/classes/image.bbclass | 2 +- meta/lib/oe/package_manager.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index

[OE-core] [PATCH] Introduce IMAGE_LINGUAS_COMPLEMENTARY

2019-10-27 Thread Andreas Müller
oo-%s" in layer.conf to make those packages matching IMAGE_LINGUAS added to image. Signed-off-by: Andreas Müller --- meta/classes/image.bbclass | 2 +- meta/lib/oe/package_manager.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/me

Re: [OE-core] [PATCH] libical: add PACKAGECONFIG glib and enable it by default

2019-10-25 Thread Andreas Müller
On Sat, Oct 19, 2019 at 3:06 PM Andreas Müller wrote: > > * As long as there is no solution upstream [1] build src-generator native and > adjust cmake file to find it > * libical-glib is a mandatory dependency for evolution-data-server >= 3.34 > > [1] https://github.com/l

[OE-core] [PATCH v3] gsettings-desktop-schemas: upgrade 3.32.0 -> 3.34.0

2019-10-23 Thread Andreas Müller
Need it for gnome-settings-daemon 3.34: | meson.build:91:0: ERROR: Invalid version of dependency, need 'gsettings-desktop-schemas' ['>= 3.33.0'] found '3.32.0'. Signed-off-by: Andreas Müller --- v2: make x11 a required distro feature v3: remove gcr from depends

Re: [OE-core] [PATCH v2] gsettings-desktop-schemas: upgrade 3.32.0 -> 3.34.0

2019-10-23 Thread Andreas Müller
On Wed, Oct 23, 2019 at 2:11 PM Ross Burton wrote: > > > -DEPENDS = "glib-2.0" > > +DEPENDS = "glib-2.0 gcr" > > I can't see a gcr dependency in the source, and it builds fine with gcr > removed. Why was this added? > > Ross Checked sources and I agree. I must have mixed up the warning with anoth

Re: [OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-22 Thread Andreas Müller
On Sun, Oct 20, 2019 at 5:53 PM Andreas Müller wrote: > > > > As soon as I finished bisecting do_rootfs issue (reported) I will try > > > > * dconf-patch > > * dconf+meson patch > > > > and report. > > > > Thanks for taking care > > >

[OE-core] [PATCH] adwaita-icon-theme: upgrade 3.32.0 -> 3.34.0

2019-10-21 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch | 2 +- ...aita-icon-theme_3.32.0.bb => adwaita-icon-theme_3.34.0.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.32.0

Re: [OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-20 Thread Andreas Müller
On Sun, Oct 20, 2019 at 5:08 PM Andreas Müller wrote: > > On Sun, Oct 20, 2019 at 2:32 PM wrote: > > > > Feeling suitably responsible for this breakage, I looked into it. The > > following two patches, one for meson in OE-Core and the other for dconf > > in meta-

Re: [OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-20 Thread Andreas Müller
On Sun, Oct 20, 2019 at 2:32 PM wrote: > > Feeling suitably responsible for this breakage, I looked into it. The > following two patches, one for meson in OE-Core and the other for dconf > in meta-oe seem to address the problem. I'm not entirely sure they're > correct but they don't actually chang

[OE-core] [PATCH v2] gsettings-desktop-schemas: upgrade 3.32.0 -> 3.34.0

2019-10-19 Thread Andreas Müller
Need it for gnome-settings-daemon 3.34: | meson.build:91:0: ERROR: Invalid version of dependency, need 'gsettings-desktop-schemas' ['>= 3.33.0'] found '3.32.0'. Signed-off-by: Andreas Müller --- v2: make x11 a required distro feature ..._3.32.0.bb => gsett

[OE-core] [PATCH] libical: add PACKAGECONFIG glib and enable it by default

2019-10-19 Thread Andreas Müller
* As long as there is no solution upstream [1] build src-generator native and adjust cmake file to find it * libical-glib is a mandatory dependency for evolution-data-server >= 3.34 [1] https://github.com/libical/libical/issues/394 Signed-off-by: Andreas Müller --- ...-our-hand-build-nat

Re: [OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-18 Thread Andreas Müller
On Fri, Oct 18, 2019 at 8:50 PM Alexander Kanavin wrote: > > I certainly don't mean to ignore those reports, it's just that due to my > ongoing health problems, and having to dedicate most of my energy to the day > job (https://mbition.io/en/home/), I am not currently able to work on the > upst

[OE-core] do_rootfs broken

2019-10-18 Thread Andreas Müller
Hi, Updated oe-core from commit 9973f89dafdf9d21f4021f59f1f4669f4ac13aff Author: Chen Qi Date: Fri Sep 27 14:42:51 2019 +0800 systemd: fix NFS regression To Author: Khem Raj Date: Sat Oct 12 17:51:17 2019 -0700 glib-2.0: Fix build with clang compiler and reverted meson 0.52.0 up

Re: [OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-17 Thread Andreas Müller
On Thu, Oct 17, 2019 at 3:15 PM Khem Raj wrote: > > meson 0.52.x seems to be exposing the dconf build issue. > > > > https://errors.yoctoproject.org/Errors/Details/273492/ > > > > also reported here > > https://gitlab.gnome.org/GNOME/dconf/issues/59 > > > > > Regardless of this report, this is now

[OE-core] [PATCH] gsettings-desktop-schemas: upgrade 3.32.0 -> 3.34.0

2019-10-14 Thread Andreas Müller
Would need it for gnome-settings-daemon 3.34: | meson.build:91:0: ERROR: Invalid version of dependency, need 'gsettings-desktop-schemas' ['>= 3.33.0'] found '3.32.0'. Signed-off-by: Andreas Müller --- ...chemas_3.32.0.bb => gsettings-desktop-schemas_3.34

[OE-core] [sumo][PATCH v2 4/4] cross-localedef-native: Fix build for hosts with recent glibc

2019-09-24 Thread Andreas Müller
Fixes: | argp-help.c:(.text+0x1f51): undefined reference to `_IO_fwide' | collect2: error: ld returned 1 exit status | make: *** [Makefile:60: localedef] Error 1 Signed-off-by: Andreas Müller --- .../glibc/cross-localedef-native_2.27.bb | 1 + ...ll-_IO_fwide-if-_LIBC-is-not-defined.

[OE-core] [sumo][PATCH v2 3/4] glib-2.0: Add patch from upstream to fix build with host gcc9

2019-09-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...11-gdbus-Avoid-printing-null-strings.patch | 77 +++ meta/recipes-core/glib-2.0/glib-2.0_2.54.3.bb | 1 + 2 files changed, 78 insertions(+) create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0011-gdbus-Avoid-printing-null-strings.patch

[OE-core] [sumo][PATCH v2 0/4] Fix build with host gcc9 / latest glibc

2019-09-24 Thread Andreas Müller
Build errors popped up with Fedora 30 V1 -> V2: Corrected Upstream-Status Andreas Müller (3): elfutils(-native): Add backported patch to fix build with host gcc9 glib-2.0: Add patch from upstream to fix build with host gcc9 cross-localedef-native: Fix build for hosts with recent gl

[OE-core] [sumo][PATCH v2 2/4] bison: Fix build break with glibc 2.28

2019-09-24 Thread Andreas Müller
From: Khem Raj (From OE-Core rev: 741415c58b356576428c26efd081212eb989) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../recipes-devtools/bison/bison/gnulib.patch | 21 +++ meta/recipes-devtools/bison/bison_3.0.4.bb| 1 + 2 files changed, 22 insertions(+)

[OE-core] [sumo][PATCH v2 1/4] elfutils(-native): Add backported patch to fix build with host gcc9

2019-09-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../elfutils/elfutils_0.170.bb| 1 + ...-fsize-and-msize-with-const-attribut.patch | 42 +++ 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/files/0009-libelf-Mark-both-fsize-and-msize-with

[OE-core] [sumo][PATCH 1/4] elfutils(-native): Add backported patch to fix build with host gcc9

2019-09-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../elfutils/elfutils_0.170.bb| 1 + ...-fsize-and-msize-with-const-attribut.patch | 42 +++ 2 files changed, 43 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/files/0009-libelf-Mark-both-fsize-and-msize-with

[OE-core] [sumo][PATCH 4/4] cross-localedef-native: Fix build for hosts with recent glibc

2019-09-24 Thread Andreas Müller
Fixes: | argp-help.c:(.text+0x1f51): undefined reference to `_IO_fwide' | collect2: error: ld returned 1 exit status | make: *** [Makefile:60: localedef] Error 1 Signed-off-by: Andreas Müller --- .../glibc/cross-localedef-native_2.27.bb | 1 + ...ll-_IO_fwide-if-_LIBC-is-not-defined.

[OE-core] [sumo][PATCH 3/4] glib-2.0: Add patch from upstream to fix build with host gcc9

2019-09-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...11-gdbus-Avoid-printing-null-strings.patch | 77 +++ meta/recipes-core/glib-2.0/glib-2.0_2.54.3.bb | 1 + 2 files changed, 78 insertions(+) create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0011-gdbus-Avoid-printing-null-strings.patch

[OE-core] [sumo][PATCH 2/4] bison: Fix build break with glibc 2.28

2019-09-24 Thread Andreas Müller
From: Khem Raj (From OE-Core rev: 741415c58b356576428c26efd081212eb989) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../recipes-devtools/bison/bison/gnulib.patch | 21 +++ meta/recipes-devtools/bison/bison_3.0.4.bb| 1 + 2 files changed, 22 insertions(+)

[OE-core] [sumo][PATCH 0/4] Fix build with host gcc9 / latest glibc

2019-09-24 Thread Andreas Müller
Build errors popped up with Fedora 30 Andreas Müller (3): elfutils(-native): Add backported patch to fix build with host gcc9 glib-2.0: Add patch from upstream to fix build with host gcc9 cross-localedef-native: Fix build for hosts with recent glibc Khem Raj (1): bison: Fix build break

Re: [OE-core] [PATCH] package_manager: add help packages based on languages selected in IMAGE_LINGUAS

2019-05-23 Thread Andreas Müller
On Thu, May 23, 2019 at 2:39 PM Burton, Ross wrote: > > Why -help- and not -doc? > Because there are help files installed in 'help' directory and displayed by a help browser. Andreas -- ___ Openembedded-core mailing list Openembedded-core@lists.openemb

[OE-core] [PATCH] package_manager: add help packages based on languages selected in IMAGE_LINGUAS

2019-05-23 Thread Andreas Müller
This is the one-line mentioned in [1]. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-May/199769.html Signed-off-by: Andreas Müller --- meta/lib/oe/package_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
On Tue, May 21, 2019 at 8:38 PM wrote: > > No sorry mozjs uses old crap in their configurations scripts nobody > > else does (python which) and ask for python2 explicitly. > > I've been giving this a bit more thought and its our intent to try and > remove python2 from OE-Core entirely so adding py

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
On Tue, May 21, 2019 at 6:41 PM Richard Purdie wrote: > > On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: > > Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its > > configuration. Currently python(2)-six lives in meta-python and it > > could

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-21 Thread Andreas Müller
On Tue, May 14, 2019 at 9:47 AM Andreas Müller wrote: > > On Tue, May 7, 2019 at 12:51 PM Andreas Müller > wrote: > > > > On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller > > wrote: > > > > > > On Wed, Apr 17, 2019 at 3:39 PM Andreas Mül

[OE-core] [PATCH 1/2] gsettings-desktop-schemas: upgrade 3.28.1 -> 3.32.0

2019-05-21 Thread Andreas Müller
* build with meson * dependency intltool-native can go - they moved gettext only translation * put gnome inherits together Signed-off-by: Andreas Müller --- ...gir-installation-for-cross-compiling.patch | 33 +++ ...bb => gsettings-desktop-schemas_3.32.0.bb} | 11 ---

[OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its configuration. Currently python(2)-six lives in meta-python and it could be moved to mozjs's home meta-oe but that would be just further clutter. Once applied here patch to meta-python will be send. Signed-off-by: An

Re: [OE-core] [PATCH] systemd: Disable idn properly for musl instead of NI_IDN workarounds

2019-05-16 Thread Andreas Müller
On Thu, May 16, 2019 at 7:16 PM Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk Think I saw similar for other recipes. Your journey cleaning up musl is highly appreciated! Andreas -- ___ Openembedded-core mailing list Openembedded-core@lists.openemb

Re: [OE-core] [PATCH] autotools.bbclass: output failed config.log

2019-05-15 Thread Andreas Müller
On Wed, May 15, 2019 at 11:50 AM Hongxu Jia wrote: > > On 5/15/19 5:32 PM, Andreas Müller wrote: > > --- a/meta/classes/autotools.bbclass > +++ b/meta/classes/autotools.bbclass > @@ -90,7 +90,11 @@ oe_runconf () { > bbnote "Running $cfgscript ${CON

Re: [OE-core] [PATCH] autotools.bbclass: output failed config.log

2019-05-15 Thread Andreas Müller
On Wed, May 15, 2019 at 11:23 AM Hongxu Jia wrote: > > If do_configure failed, output content of config.log > to configure log, it is helpful to trace the do_configure > failure on the build system which is hard to login. > (such as autobuilder) > > Signed-off-by: Hongxu Jia > --- > meta/classes

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-14 Thread Andreas Müller
On Tue, May 7, 2019 at 12:51 PM Andreas Müller wrote: > > On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller > wrote: > > > > On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller > > wrote: > > > > > > This fixes: > > > * gtk-icon-browser: for symb

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" >

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 2:03 PM Andreas Müller wrote: > So for me to understand it correctly: adding multiple '--cross-file' > entries in commandline accumulates the contents of the files and it is > not the last that wins? > > I am asking because help says 'Fil

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:41 PM Andreas Müller wrote: > > On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > &g

Re: [OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-09 Thread Andreas Müller
On Thu, May 9, 2019 at 1:04 PM Burton, Ross wrote: > > On Wed, 8 May 2019 at 21:14, Andreas Müller wrote: > > Some projects rely on (cross)specific properties e.g [1]. By setting > > > > MESON_CROSS_EXTRA_PROPS="var1='value1' var2=true" >

[OE-core] [PATCH] meson.bbclass: add MESON_CROSS_EXTRA_PROPS to inject properties into meson.cross

2019-05-08 Thread Andreas Müller
tlab.gnome.org/GNOME/tracker/blob/master/meson.build#L91 Signed-off-by: Andreas Müller --- meta/classes/meson.bbclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 115d1aedcb..b9cd1deaef 100644 --- a/meta/c

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-07 Thread Andreas Müller
On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller wrote: > > On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller > wrote: > > > > This fixes: > > * gtk-icon-browser: for symbolic view almost all icons were missing > > * xfce's thunar: 'home' and 'up

[OE-core] [PATCH] qemu: split out vte into seperate PACKAGECONFIG

2019-04-30 Thread Andreas Müller
em-native = " vte" in their local.conf. The idea of this patch was coming from Ross Burton - thanks! [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/281637.html [2] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/281727.html Signed-off-b

Re: [OE-core] [PATCH 1/1] vte-native: reduce c++ requirements from c++17 -> c++14

2019-04-30 Thread Andreas Müller
On Tue, Apr 30, 2019 at 12:53 PM wrote: > > On Tue, 2019-04-30 at 12:48 +0200, Alexander Kanavin wrote: > > On Mon, 29 Apr 2019 at 23:22, > > wrote: > > > vte-native of an older version is looking like the best option > > > unless > > > Alex says I'm mis-remembering... > > > > I checked what --en

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-04-29 Thread Andreas Müller
On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller wrote: > > This fixes: > * gtk-icon-browser: for symbolic view almost all icons were missing > * xfce's thunar: 'home' and 'up' icons were missing. Had a long discussion > with > XFCE-people [1] and a

Re: [OE-core] [PATCH 1/1] vte-native: reduce c++ requirements from c++17 -> c++14

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 10:26 PM Richard Purdie wrote: > > On Mon, 2019-04-29 at 16:07 +0200, Andreas Müller wrote: > > This should fix build on ancient hosts > > > > Signed-off-by: Andreas Müller > > This fixed debian9 but didn't fix centos7 :( > > htt

[OE-core] [PATCH 0/1] vte-native: reduce c++ requirements from c++17 -> c++14

2019-04-29 Thread Andreas Müller
Let the autobuilders decide :) Andreas Müller (1): vte-native: reduce c++ requirements from c++17 -> c++14 ...uce-gcc-required-support-downto-c-14.patch | 34 ++ ...001-Revert-parser-glue-Use-std-clamp.patch | 44 +++ ...replace-std-clamp-by-std-min-std-max.pa

[OE-core] [PATCH 1/1] vte-native: reduce c++ requirements from c++17 -> c++14

2019-04-29 Thread Andreas Müller
This should fix build on ancient hosts Signed-off-by: Andreas Müller --- ...uce-gcc-required-support-downto-c-14.patch | 34 ++ ...001-Revert-parser-glue-Use-std-clamp.patch | 44 +++ ...replace-std-clamp-by-std-min-std-max.patch | 33 ++ meta/recipes

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 2:21 PM Andreas Müller wrote: > > On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: > > > > On 2019-04-29 11:29, Andreas Müller wrote: > > > > (...) > > > > >> > > > Understood - hope to find time till tomo

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 12:56 PM Bas Mevissen wrote: > > On 2019-04-29 11:29, Andreas Müller wrote: > > (...) > > >> > > Understood - hope to find time till tomorrow for this. Need to find an > > old machine for test because otherwise further fixes might rema

Re: [OE-core] [PATCH] vte-native: reduce c++ requirements from c++17 -> c++11

2019-04-29 Thread Andreas Müller
On Mon, Apr 29, 2019 at 10:49 AM Richard Purdie wrote: > > On Sat, 2019-04-27 at 13:37 +0200, Andreas Müller wrote: > > This should fix build on ancient hosts > > > > Signed-off-by: Andreas Müller > > --- > > ...uce-gcc-required-support-downto-c-11.patch |

<    1   2   3   4   5   6   7   8   9   10   >