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

[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