- remove buildpath from enum-types
Signed-off-by: Markus Volk <[email protected]>
---
.../recipes-gnome/gdm/{gdm_44.0.bb => gdm_44.1.bb} | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
rename meta-gnome/recipes-gnome/gdm/{gdm_44.0.bb => gdm_44.1.bb} (79%)
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_44.0.bb
b/meta-gnome/recipes-gnome/gdm/gdm_44.1.bb
similarity index 79%
rename from meta-gnome/recipes-gnome/gdm/gdm_44.0.bb
rename to 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"
inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd
useradd itstool gnome-help features_check
-SRC_URI[archive.sha256sum] =
"ce20b0a221dbf8cde0064b501fd8f38f73839152857c4535337eb09cc52f7f6c"
+SRC_URI[archive.sha256sum] =
"68266b3abe7d28fc469d0067aac9c5dabb0ca7952cc1f7c238a04951f3dc5b0d"
EXTRA_OEMESON = " \
-Dplymouth=disabled \
@@ -29,6 +29,13 @@ EXTRA_OEMESON = " \
-Dpam-mod-dir=${base_libdir}/security \
"
+do_install:prepend() {
+ sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.c
+ sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.h
+ sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-enum-types.c
+ sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-enum-types.h
+}
+
do_install:append() {
rm -rf ${D}/run ${D}${localstatedir}/run
}
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102613):
https://lists.openembedded.org/g/openembedded-devel/message/102613
Mute This Topic: https://lists.openembedded.org/mt/98920481/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-