Re: [oe] [PATCH 00/21] Gnome cleanups & desktop patches

2019-12-05 Thread Khem Raj
Seeing below parsing errors 20:27:29 ERROR: Nothing PROVIDES 'gdm' (but /mnt/jenkins/workspace/Yocto-world-clang/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb DEPENDS on or otherwise requires it) 20:27:29 gdm was skipped: missing required distro feature

Re: [oe] [PATCH 12/21] gvfs: upgrade 1.41.2 -> 1.42.1

2019-12-05 Thread Khem Raj
On 12/5/19 4:09 PM, Andreas Müller wrote: * 1.42.1 is latest stable release (and I don't understand how 1.41.2 got through upstream-version-is-even) * @world builders: x11 in DISTRO_FEATURES is requred with gsettings-desktop-schemas added to DEPENDS * gconf support was removed ages ago

Re: [oe] [PATCH 00/21] Gnome cleanups & desktop patches

2019-12-05 Thread Khem Raj
On Thu, Dec 5, 2019 at 4:09 PM Andreas Müller wrote: > Once passed Khem's autobuilder there are the following desktop session > available (yes tested - they work for me) > > * gnome-x11 > * gnome-wayland > * gnome-classic (gnome2 experience: gnome-shell based) > * gnome-flashback (gnome2

[oe] [meta-java][PATCH] class/java-native: remove

2019-12-05 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Java-native class used NATIVE_INSTALL_WORKS which was removed from oe-core around 2010. Also updated recipes that inherit java-native to native class. Signed-off-by: Mohamad Noor Alim Hussin --- classes/java-native.bbclass | 9 -

[oe] [meta-java][PATCH] openjdk-8: Fix compilation error due to format-overflow

2019-12-05 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Getting a compilation error when compiling openjdk-8 due to format-overflow. Suppress the error message by ignoring warning messages of format-overflow. Signed-off-by: Mohamad Noor Alim Hussin --- recipes-core/openjdk/openjdk-8-common.inc | 3 +++ 1 file

[oe] [PATCH 16/21] gnome-session: inital add 3.34.1

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-session/gnome-session_3.34.1.bb | 39 +++ 1 file changed, 39 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb diff --git

[oe] [PATCH 15/21] gnome-control-center: re-add 3.34.1

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...001-Add-meson-option-to-pass-sysroot.patch | 45 +++ .../gnome-control-center_3.34.1.bb| 55 +++ 2 files changed, 100 insertions(+) create mode 100644

[oe] [PATCH 14/21] gsound: initial add 1.0.2

2019-12-05 Thread Andreas Müller
yet another dependency for gnome-control-center Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb diff --git

[oe] [PATCH 12/21] gvfs: upgrade 1.41.2 -> 1.42.1

2019-12-05 Thread Andreas Müller
* 1.42.1 is latest stable release (and I don't understand how 1.41.2 got through upstream-version-is-even) * @world builders: x11 in DISTRO_FEATURES is requred with gsettings-desktop-schemas added to DEPENDS * gconf support was removed ages ago Signed-off-by: Andreas Müller ---

[oe] [PATCH 13/21] grilo: initial add 0.3.10

2019-12-05 Thread Andreas Müller
It is an unconditional dependency for upcoming gnome-control-center Signed-off-by: Andreas Müller --- .../recipes-gnome/grilo/grilo_0.3.10.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb diff --git

[oe] [PATCH 11/21] gnome-online-accounts: initial add 3.34.1

2019-12-05 Thread Andreas Müller
It is a mandatory dependency for upcoming gnome-control-center Signed-off-by: Andreas Müller --- .../gnome-online-accounts_3.34.1.bb | 32 +++ 1 file changed, 32 insertions(+) create mode 100644

[oe] [PATCH 21/21] Add: packagegroup-gnome-apps / packagegroup-gnome-desktop

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../packagegroups/packagegroup-gnome-apps.bb | 20 ++ .../packagegroup-gnome-desktop.bb | 26 +++ 2 files changed, 46 insertions(+) create mode 100644 meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb

[oe] [PATCH 06/21] gdm: re-add 3.34.1

2019-12-05 Thread Andreas Müller
GDM is a mandatory component for all types of gnome sessions. To give users the choice to build images with gnome-session using different display-manager without changing systemd service configuration, mandatory parts were split into gdm-base package. Signed-off-by: Andreas Müller ---

[oe] [PATCH 08/21] gnome-shell-extensions: initial add 3.34.1

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-shell-extensions_3.34.1.bb | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb diff --git

[oe] [PATCH 19/21] gnome-panel: (re)add 3.34.1

2019-12-05 Thread Andreas Müller
It is required for gnome-flashback Signed-off-by: Andreas Müller --- ...nd-ZONEINFO-it-tries-to-run-compiled.patch | 37 +++ .../gnome-panel/gnome-panel_3.34.1.bb | 28 ++ 2 files changed, 65 insertions(+) create mode 100644

[oe] [PATCH 20/21] gnome-flashback: initial add 3.34.1

2019-12-05 Thread Andreas Müller
For all those wanting GNOME 2 e.g on targets without graphics acceleration Signed-off-by: Andreas Müller --- .../gnome-flashback/gnome-flashback_3.34.1.bb | 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[oe] [PATCH 05/21] gjs: initial add 1.58.1

2019-12-05 Thread Andreas Müller
* it is a dependency for upcoming gnome shell * this is currently tha latest stable version [1] [1] http://ftp.gnome.org/pub/gnome/sources/gjs/1.63/gjs-1.63.1.news Signed-off-by: Andreas Müller --- .../gjs/gjs/0001-Disable-tests-on-host.patch | 33 +

[oe] [PATCH 18/21] metacity: upgrade 3.32.0 -> 3.34.1

2019-12-05 Thread Andreas Müller
This is more or less a recipe-rewrite: * get sources from GNOME * cleanup DEPENDS * give up tailored configure * make xinerama a PACKAGECONFIG Signed-off-by: Andreas Müller --- ...{metacity_3.32.0.bb => metacity_3.34.1.bb} | 41 +-- 1 file changed, 19 insertions(+), 22

[oe] [PATCH 17/21] gnome-backgrounds: initial add 3.34.0

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-backgrounds_3.34.0.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb diff --git

[oe] [PATCH 10/21] rest: initial add 0.8.1

2019-12-05 Thread Andreas Müller
It is an optional dependency for upcoming gnome-online-accounts Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | 28 + 1 file changed, 28 insertions(+) create mode 100644 meta-gnome/recipes-gnome/rest/rest_0.8.1.bb diff --git

[oe] [PATCH 04/21] libgnome-keyring: remove

2019-12-05 Thread Andreas Müller
* with recent changes nothing requires it anymore * development stopped in 2014 Signed-off-by: Andreas Müller --- .../gnome-keyring/libgnome-keyring_3.12.0.bb | 29 --- 1 file changed, 29 deletions(-) delete mode 100644

[oe] [PATCH 09/21] accountsservice: initial add 0.6.55

2019-12-05 Thread Andreas Müller
It is a dependency for upcoming gnome-control-center Signed-off-by: Andreas Müller --- .../accountsservice/accountsservice_0.6.55.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb diff --git

[oe] [PATCH 07/21] gnome-shell: initial add 3.34.1

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-shell/gnome-shell_3.34.1.bb | 64 +++ 1 file changed, 64 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb

[oe] [PATCH 03/21] libgsf: upgrade 1.14.45 -> 1.14.46

2019-12-05 Thread Andreas Müller
* there have been no traces that gconf is still necessary ' while at it cleanup recipe Signed-off-by: Andreas Müller --- ac-drop-a-copy-paste-of-introspection.m4-m.patch | 0 .../libgsf/{libgsf_1.14.45.bb => libgsf_1.14.46.bb} | 12 2 files changed, 4 insertions(+), 8

[oe] [PATCH 00/21] Gnome cleanups & desktop patches

2019-12-05 Thread Andreas Müller
Once passed Khem's autobuilder there are the following desktop session available (yes tested - they work for me) * gnome-x11 * gnome-wayland * gnome-classic (gnome2 experience: gnome-shell based) * gnome-flashback (gnome2 experience: gnome-flashback/metacity based / no graphics acceleration

[oe] [PATCH 01/21] pinpoint: remove dead project

2019-12-05 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-apps/pinpoint/pinpoint_git.bb | 24 --- 1 file changed, 24 deletions(-) delete mode 100644 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb

[oe] [PATCH 02/21] gnome-keyring: upgrade 3.28.2 -> 3.34.0

2019-12-05 Thread Andreas Müller
* add upstream-version-is-even to inherit * they moved to gettext-only translation * add PACKAGECONFIG ssh-agent enabled by default * RDEPENDS do not seem to make sense these days * prettify recipe [1] https://download.gnome.org/core/3.32/3.32.2/sources/ Signed-off-by: Andreas Müller ---

[oe] [meta-oe][PATCH] packagegroup-meta-oe: Remove nodejs and uim on riscv

2019-12-05 Thread Khem Raj
These are not yet buildable for RISC-V Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

[oe] [meta-oe][PATCH v2] libvncserver: add missing cmake configration option to packageconfig

2019-12-05 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- v2: - Fixed double `-` on ipv6 cmake configuration .../libvncserver/libvncserver_0.9.12.bb | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb

[oe] [meta-oe][PATCH] libvncserver: add missing cmake configration option to packageconfig

2019-12-05 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- .../libvncserver/libvncserver_0.9.12.bb | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb index

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Tim Orling
On Thu, Dec 5, 2019 at 6:58 AM Adrian Bunk wrote: > On Thu, Dec 05, 2019 at 06:33:15AM -0800, Tim Orling wrote: > > On Thu, Dec 5, 2019 at 4:39 AM Adrian Bunk wrote: > > > On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > > > > python-pycrypto [1] is rather old and un-maintained

Re: [oe] [meta-filesystems][PATCH] xfsprogs: 5.2.1 -> 5.3.0

2019-12-05 Thread Khem Raj
It seems to cause xfsdump failure https://errors.yoctoproject.org/Errors/Details/290437/ On Thu, Dec 5, 2019 at 12:08 AM Wang Mingyu wrote: > > spdx information is added in GPL-2.0 > > Signed-off-by: Wang Mingyu > --- > .../recipes-utils/xfsprogs/{xfsprogs_5.2.1.bb => xfsprogs_5.3.0.bb} | 6

Re: [oe] [meta-networking][PATCH v2] netplan: add recipe

2019-12-05 Thread Khem Raj
On Thu, Dec 5, 2019 at 8:15 AM Jacopo Dall'Aglio wrote: > > Canonical's Netplan is a network configuration abstraction renderer written in > Python. It's compatible with NetworkManager and systemd-networkd. > > Signed-off-by: Jacopo Dall'Aglio > --- > Resending patch with correct header and with

[oe] [meta-networking][PATCH v2] netplan: add recipe

2019-12-05 Thread Jacopo Dall'Aglio
Canonical's Netplan is a network configuration abstraction renderer written in Python. It's compatible with NetworkManager and systemd-networkd. Signed-off-by: Jacopo Dall'Aglio --- Resending patch with correct header and with correction applied for building with sysV init manager. This patch

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Adrian Bunk
On Thu, Dec 05, 2019 at 06:33:15AM -0800, Tim Orling wrote: > On Thu, Dec 5, 2019 at 4:39 AM Adrian Bunk wrote: > > On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > > > python-pycrypto [1] is rather old and un-maintained [2]. > > > python-pycryptodome [3] is more modern and is

[oe] [warrior] [meta-qt4] qt4-xqq fails to compile on arm64

2019-12-05 Thread Mike Looijmans
Apparently there's some cross-compiler badness in the Qt4-x11 stuff, since it attempts to use something from /usr/include. Am I the only one seeing this, or is there a known workaround? The error looks like this: In file included from

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Tim Orling
On Thu, Dec 5, 2019 at 4:39 AM Adrian Bunk wrote: > On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > > python-pycrypto [1] is rather old and un-maintained [2]. > > python-pycryptodome [3] is more modern and is basically a drop in > > replacement. However, the two cannot be installed

Re: [oe] [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome

2019-12-05 Thread Adrian Bunk
On Wed, Dec 04, 2019 at 09:00:20PM -0800, Tim Orling wrote: > python-pycrypto [1] is rather old and un-maintained [2]. > python-pycryptodome [3] is more modern and is basically a drop in > replacement. However, the two cannot be installed at the same time. > Instead, one would install

[oe] [meta-networking][PATCH] ntp: split ntpdc into separate package

2019-12-05 Thread Andrej Valek
A ntpdc is a special NTP query program. It shouldn't be part of ntp-utils which is depending on perl. Signed-off-by: Andrej Valek --- meta-networking/recipes-support/ntp/ntp_4.2.8p13.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[oe] [meta-filesystems][PATCH] xfsprogs: 5.2.1 -> 5.3.0

2019-12-05 Thread Wang Mingyu
spdx information is added in GPL-2.0 Signed-off-by: Wang Mingyu --- .../recipes-utils/xfsprogs/{xfsprogs_5.2.1.bb => xfsprogs_5.3.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_5.2.1.bb => xfsprogs_5.3.0.bb} (91%)