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

2018-10-30 Thread Burton, Ross
On Mon, 29 Oct 2018 at 16:42, brendank310 wrote: > +SRC_URI = > "git://gitlab.gnome.org/GNOME/gdm.git;protocol=http;branch=master;tag=3.30.1 \ Tarball. > +FILES_${PN} += "${systemd_system_unitdir}" Use systemd class. > +FILES_${PN} += "${libdir}" Breaks library packaging. >

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

[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