summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_44.1.bb (renamed from meta-gnome/recipes-gnome/gdm/gdm_44.0.bb)9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_44.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_44.1.bb
index 09e8acc728..cd9013312d 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_44.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_44.1.bb
@@ -21,7 +21,7 @@ GNOMEBASEBUILDCLASS = "meson"
21 21
22inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check 22inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check
23 23
24SRC_URI[archive.sha256sum] = "ce20b0a221dbf8cde0064b501fd8f38f73839152857c4535337eb09cc52f7f6c" 24SRC_URI[archive.sha256sum] = "68266b3abe7d28fc469d0067aac9c5dabb0ca7952cc1f7c238a04951f3dc5b0d"
25 25
26EXTRA_OEMESON = " \ 26EXTRA_OEMESON = " \
27 -Dplymouth=disabled \ 27 -Dplymouth=disabled \
@@ -29,6 +29,13 @@ EXTRA_OEMESON = " \
29 -Dpam-mod-dir=${base_libdir}/security \ 29 -Dpam-mod-dir=${base_libdir}/security \
30" 30"
31 31
32do_install:prepend() {
33 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.c
34 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.h
35 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-enum-types.c
36 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-enum-types.h
37}
38
32do_install:append() { 39do_install:append() {
33 rm -rf ${D}/run ${D}${localstatedir}/run 40 rm -rf ${D}/run ${D}${localstatedir}/run
34} 41}