From 30bb64a0297179eeac11ca3081df6dd5d9f3f6d5 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 27 Mar 2018 23:30:27 -0400 Subject: [PATCH] remove broken udev rule --- meta-gnome/recipes-gnome/gdm/gdm.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gdm/gdm.inc b/meta-gnome/recipes-gnome/gdm/gdm.inc index 244f877..8b8243e 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm.inc +++ b/meta-gnome/recipes-gnome/gdm/gdm.inc @@ -26,6 +26,7 @@ do_install_append() { echo "d gdm gdm 755 ${localstatedir}/run/gdm/greeter none" > ${D}${sysconfdir}/default/volatiles/99_gdm rm -rf ${D}/run/gdm rm ${D}${sysconfdir}/gdm/custom.conf + rm ${D}${libdir}/udev/rules.d/61-gdm.rules install -m 644 ${WORKDIR}/gdm.conf ${D}${sysconfdir}/gdm/custom.conf }