Re: [oe] [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe

2018-10-29 Thread Burton, Ross
On Mon, 29 Oct 2018 at 19:30, Khem Raj wrote: >> I had initially tried to get the native recipe integrated into it, by >> inheriting the native class but was unable to get that to work. Using the >> above, I get the following: >> >> ERROR: Required build target 'gdm' has no buildable providers.

Re: [oe] [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 11:27 AM Brendan Kerrigan wrote: > I had initially tried to get the native recipe integrated into it, by > inheriting the native class but was unable to get that to work. Using the > above, I get the following: > > ERROR: Required build target 'gdm' has no buildable

Re: [oe] [RFC meta-gnome][PATCH 04/16] accountsservice: add recipe for Accounts Service

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../accountsservice/0001-strip-out-intl.patch | 104 ++ > .../gnome3/accountsservice_git.bb | 24 > 2 files changed, 128 insertions(+) >

Re: [oe] [RFC meta-gnome][PATCH 00/16] Add gnome-shell support

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > This adds gnome3/gnome-shell support (and required dependencies) > to meta-gnome. > > Please review the following changes for suitability for inclusion. If you have > any objections or suggestions for improvement, please respond to the

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../ibus/0001-strip-out-dbus-build-dep.patch | 29 > ...0002-decorate-automake-for-valaflags.patch | 46 +++ >

Re: [oe] [RFC meta-gnome][PATCH 09/16] gdm: add recipe for gdm (Gnome Desktop Manager)

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > meta-gnome/recipes-gnome/gnome3/gdm_git.bb | 33 ++ > 1 file changed, 33 insertions(+) > create mode 100644 meta-gnome/recipes-gnome/gnome3/gdm_git.bb

Re: [oe] [RFC meta-gnome][PATCH 05/16] lcms2: add recipe for Little Color Management System

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb | 14 ++ > 1 file changed, 14 insertions(+) > create mode 100644 meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb > >

Re: [oe] [RFC meta-gnome][PATCH 14/16] packagegroup-gnome3-base: add packagegroup for installing gnome3/gnome-shell

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:41 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../packagegroups/packagegroup-gnome3-base.bb | 27 +++ > 1 file changed, 27 insertions(+) > create mode 100644 >

Re: [oe] [RFC meta-gnome][PATCH 15/16] gnome-shell-extensions: add recipe for gnome-shell-extensions

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:42 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../gnome3/gnome-shell-extensions_git.bb | 40 +++ > 1 file changed, 40 insertions(+) > create mode 100644 >

Re: [oe] [RFC meta-gnome][PATCH 16/16] gnome-tweak-tool: add recipe for the GNOME Tweak tool

2018-10-29 Thread Andreas Müller
On Mon, Oct 29, 2018 at 5:42 PM brendank310 wrote: > > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../recipes-gnome/gnome3/gnome-tweaks_git.bb | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644

[oe] [PATCH v2 1/2] xfce4-settings: upgrade 4.12.3 -> 4.12.4

2018-10-29 Thread Andreas Müller
A GTK3 version is abvailable but keep GTK2: haven't found the time yet to rework my additions which I would miss. Signed-off-by: Andreas Müller --- V1 -> V2: Remove wrong comment on 0002-Fix-linking-to-dbus-glib-bug-13633.patch That was a leftover - initial version of this patch was on sumo

[oe] [PATCH v2 2/2] networkmanager: upgrade 1.10.10 -> 1.14.4

2018-10-29 Thread Andreas Müller
* License checksum: copyright year changed * packageconfig glib: with this version (udev-)glib support hase to be enabled explicitly. Split this out to meta-gnome where network-manager-applet lives. * packageconfig netconfig: This was nonsense: netconfig is a SUSE tool [1] which is not found

[oe] [meta-oe][master][sumo][PATCH] mraa: To file do_package error in multilib.

2018-10-29 Thread Lei Maohui
do_package: QA Issue: mraa: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/mraa.py /usr/lib/python3.5/site-packages/_mraa.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or

[oe] [meta-webserver][PATCH] apache2: Fix CVE-2018-11763

2018-10-29 Thread mingli.yu
From: Mingli Yu mod_http2: connection IO event handling reworked. Instead of reacting on incoming bytes, the state machine now acts on incoming frames that are affecting it. This reduces state transitions. Reference: https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-11763.html

[oe] [sumo] [meta-oe][PATCH] upm: Fix do_package error as following when enable multilib.

2018-10-29 Thread Lei Maohui
do_package: QA Issue: upm: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/upm/pyupm_speaker.py /usr/lib/python3.5/site-packages/upm/pyupm_buzzer.py /usr/lib/python3.5/site-packages/upm/pyupm_lol.py

Re: [oe] [RFC meta-gnome][PATCH 12/16] mutter: add recipe for mutter window manager

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:43 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../mutter/0001-disable-zenity-check.patch| 27 > ...spection-variables-with-correct-path.patch | 63 +++ >

Re: [oe] [RFC meta-gnome][PATCH 06/16] gnome-settings-daemon: add recipe for gnome-settings-daemon

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:42 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../0001-remove-extraneous-plugins.patch | 52 +++ > .../gnome3/gnome-settings-daemon_git.bb | 43 +++ > 2 files changed, 95

Re: [oe] [RFC meta-gnome][PATCH 05/16] lcms2: add recipe for Little Color Management System

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:42 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb | 14 ++ > 1 file changed, 14 insertions(+) > create mode 100644 meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb > >

Re: [oe] [RFC meta-gnome][PATCH 08/16] libgweather: add recipe for libgweather

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:42 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../recipes-gnome/gnome3/libgweather_git.bb | 23 +++ > 1 file changed, 23 insertions(+) > create mode 100644

Re: [oe] [RFC meta-gnome][PATCH 16/16] gnome-tweak-tool: add recipe for the GNOME Tweak tool

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:43 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../recipes-gnome/gnome3/gnome-tweaks_git.bb | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644

Re: [oe] [RFC meta-gnome][PATCH 07/16] geocode-glib: add recipe for geocode-glib library

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:42 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../recipes-gnome/gnome3/geocode-glib_git.bb | 21 +++ > 1 file changed, 21 insertions(+) > create mode 100644

Re: [oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:41 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../ibus/0001-strip-out-dbus-build-dep.patch | 29 > ...0002-decorate-automake-for-valaflags.patch | 46 +++ >

Re: [oe] [RFC meta-gnome][PATCH 13/16] gnome-shell: add recipe for gnome-shell.

2018-10-29 Thread Khem Raj
On Mon, Oct 29, 2018 at 9:43 AM brendank310 wrote: > From: Brendan Kerrigan > > Signed-off-by: Brendan Kerrigan > --- > .../gnome-shell/0001-dont-detect-python.patch | 24 ++ > .../recipes-gnome/gnome3/gnome-shell_git.bb | 46 +++ > 2 files changed, 70 insertions(+)

[oe] [meta-xfce][PATCH 1/4] xfconf: 4.13.5 -> 4.13.6

2018-10-29 Thread kai.kang
From: Kai Kang Upgrade xfconf from 4.13.5 to 4.13.6. * update FILES Signed-off-by: Kai Kang --- .../xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.5.bb => xfconf_4.13.6.bb}

[oe] [meta-xfce][PATCH 3/4] xfce4-notifyd: 0.4.2 -> 0.4.3

2018-10-29 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb} (84%) diff --git

[oe] [meta-xfce][PATCH 0/4] Upgrade 4 packages

2018-10-29 Thread kai.kang
From: Kai Kang Kai Kang (4): xfconf: 4.13.5 -> 4.13.6 xfce4-clipman-plugin: 1.4.2 -> 1.4.3 xfce4-notifyd: 0.4.2 -> 0.4.3 thunar: 1.8.1 -> 1.8.2 .../{xfce4-notifyd_0.4.2.bb => xfce4-notifyd_0.4.3.bb} | 4 ++-- ...clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} | 4 ++--

[oe] [meta-xfce][PATCH 4/4] thunar: 1.8.1 -> 1.8.2

2018-10-29 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.1.bb => thunar_1.8.2.bb} (86%) diff --git

[oe] [meta-xfce][PATCH 2/4] xfce4-clipman-plugin: 1.4.2 -> 1.4.3

2018-10-29 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- ...-clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.4.2.bb => xfce4-clipman-plugin_1.4.3.bb} (76%) diff --git

[oe] [meta-oe][PATCH] dbus-broker: fetch submodules too

2018-10-29 Thread Brad Bishop
dbus-broker depends on a number of submodules. Make sure to recursively fetch those as well. Signed-off-by: Brad Bishop --- meta-oe/recipes-core/dbus/dbus-broker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_git.bb

[oe] [RFC meta-gnome][PATCH 14/16] packagegroup-gnome3-base: add packagegroup for installing gnome3/gnome-shell

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../packagegroups/packagegroup-gnome3-base.bb | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta-gnome/recipes-gnome/packagegroups/packagegroup-gnome3-base.bb diff --git

[oe] [RFC meta-gnome][PATCH 13/16] gnome-shell: add recipe for gnome-shell.

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../gnome-shell/0001-dont-detect-python.patch | 24 ++ .../recipes-gnome/gnome3/gnome-shell_git.bb | 46 +++ 2 files changed, 70 insertions(+) create mode 100644

[oe] [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe

2018-10-29 Thread brendank310
From: Brendan Kerrigan gdm recipe requires a native dconf tool. Signed-off-by: Brendan Kerrigan --- .../dconf/dconf-native_0.28.0.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-gnome/recipes-gnome/dconf/dconf-native_0.28.0.bb diff --git

[oe] [RFC meta-gnome][PATCH 12/16] mutter: add recipe for mutter window manager

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../mutter/0001-disable-zenity-check.patch| 27 ...spection-variables-with-correct-path.patch | 63 +++ .../0003-packageconfig-variable-fixup.patch | 29 +

[oe] [RFC meta-gnome][PATCH 11/16] libwacom: add recipe for libwacom

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- meta-gnome/recipes-gnome/gnome3/libwacom_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/libwacom_git.bb diff --git a/meta-gnome/recipes-gnome/gnome3/libwacom_git.bb

[oe] [RFC meta-gnome][PATCH 07/16] geocode-glib: add recipe for geocode-glib library

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../recipes-gnome/gnome3/geocode-glib_git.bb | 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/geocode-glib_git.bb diff --git

[oe] [RFC meta-gnome][PATCH 05/16] lcms2: add recipe for Little Color Management System

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb diff --git a/meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb

[oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread brendank310
From: Brendan Kerrigan Currently this hacks up gjs a little bit and relies on a specific SRCREV to sidestep the need for mozjs60 support (use mozjs52 instead). Signed-off-by: Brendan Kerrigan --- .../gnome3/gjs/0001-fix-override-allow.patch | 75 +++

[oe] [RFC meta-gnome][PATCH 06/16] gnome-settings-daemon: add recipe for gnome-settings-daemon

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../0001-remove-extraneous-plugins.patch | 52 +++ .../gnome3/gnome-settings-daemon_git.bb | 43 +++ 2 files changed, 95 insertions(+) create mode 100644

[oe] [RFC meta-gnome][PATCH 09/16] gdm: add recipe for gdm (Gnome Desktop Manager)

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- meta-gnome/recipes-gnome/gnome3/gdm_git.bb | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/gdm_git.bb diff --git a/meta-gnome/recipes-gnome/gnome3/gdm_git.bb

[oe] [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../ibus/0001-strip-out-dbus-build-dep.patch | 29 ...0002-decorate-automake-for-valaflags.patch | 46 +++ .../recipes-gnome/gnome3/ibus_1.5.19.bb | 41 + 3 files changed, 116

[oe] [RFC meta-gnome][PATCH 01/16] sassc: add recipes for libsass-native and sassc-native.

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../recipes-gnome/gnome3/libsass-native_3.5.4.bb | 16 .../recipes-gnome/gnome3/sassc-native_3.5.0.bb | 15 +++ 2 files changed, 31 insertions(+) create mode 100644

[oe] [RFC meta-gnome][PATCH 00/16] Add gnome-shell support

2018-10-29 Thread brendank310
This adds gnome3/gnome-shell support (and required dependencies) to meta-gnome. Please review the following changes for suitability for inclusion. If you have any objections or suggestions for improvement, please respond to the patches. If you agree with the changes, please provide your Acked-by.

[oe] [RFC meta-gnome][PATCH 04/16] accountsservice: add recipe for Accounts Service

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../accountsservice/0001-strip-out-intl.patch | 104 ++ .../gnome3/accountsservice_git.bb | 24 2 files changed, 128 insertions(+) create mode 100644

[oe] [RFC meta-gnome][PATCH 08/16] libgweather: add recipe for libgweather

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../recipes-gnome/gnome3/libgweather_git.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/libgweather_git.bb diff --git

[oe] [RFC meta-gnome][PATCH 16/16] gnome-tweak-tool: add recipe for the GNOME Tweak tool

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../recipes-gnome/gnome3/gnome-tweaks_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-tweaks_git.bb diff --git

[oe] [RFC meta-gnome][PATCH 15/16] gnome-shell-extensions: add recipe for gnome-shell-extensions

2018-10-29 Thread brendank310
From: Brendan Kerrigan Signed-off-by: Brendan Kerrigan --- .../gnome3/gnome-shell-extensions_git.bb | 40 +++ 1 file changed, 40 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-shell-extensions_git.bb diff --git

[oe] [meta-oe][sumo][PATCH] rapidjson: Fix data abort on ARM

2018-10-29 Thread Joshua Watt
The internal memory allocator that RapidJSON uses wasn't correctly aligning memory in all cases, which resulted in data aborts when running on ARM-based processors. This was fixed upstream in 748a652f04cd3a202ce3639770238bd9473b300c Signed-off-by: Joshua Watt ---

Re: [oe] [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe

2018-10-29 Thread Burton, Ross
There's already a dconf in meta-gnome, so just add BBCLASSEXTEND="native nativesdk". Ross On Mon, 29 Oct 2018 at 16:43, brendank310 wrote: > > From: Brendan Kerrigan > > gdm recipe requires a native dconf tool. > > Signed-off-by: Brendan Kerrigan > --- > .../dconf/dconf-native_0.28.0.bb

Re: [oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread Burton, Ross
On Mon, 29 Oct 2018 at 16:42, brendank310 wrote: > +do_configure_prepend() { > + export > GI_DATADIR="${RECIPE_SYSROOT_NATIVE}${datadir}/gobject-introspection-1.0" > + sed -i 's#mozjs-17#mozjs-52#g' ${S}/configure.ac > +} Personally I prefer patches to sed in do_configure, as

Re: [oe] [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe

2018-10-29 Thread Brendan Kerrigan
I had initially tried to get the native recipe integrated into it, by inheriting the native class but was unable to get that to work. Using the above, I get the following: ERROR: Required build target 'gdm' has no buildable providers. Missing or unbuildable dependency chain was: ['gdm',

Re: [oe] [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine)

2018-10-29 Thread Brendan Kerrigan
Sounds good I will refresh that change into a patch. Thanks, Brendan On Mon, Oct 29, 2018 at 2:07 PM Burton, Ross wrote: > On Mon, 29 Oct 2018 at 16:42, brendank310 wrote: > > > +do_configure_prepend() { > > + export >