similarity index 94%
rename from meta-gnome/recipes-gnome/gdm/gdm_50.2.bb
rename to meta-gnome/recipes-gnome/gdm/gdm_51.0.bb
@@ -21,7 +21,7 @@ GIR_MESON_OPTION = ""
inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check
-SRC_URI[archive.sha256sum] = "8a4679e47cddfe8b0a1bd9d3836042deb68fb3e1b0e7e62dfd0631dc5b6fc541"
+SRC_URI[archive.sha256sum] = "2ce5acf5a438b8f6dc1d14fd777a911be5eeb2f7ab9a7c4600166205b15d6536"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth"
@@ -30,6 +30,7 @@ PACKAGECONFIG[x11] = "-Dx11-support=true,-Dx11-support=false,xau"
EXTRA_OEMESON = " \
-Ddefault-pam-config=openembedded \
-Dpam-mod-dir=${base_libdir}/security \
+ -Dpam-services-dir=${sysconfdir}/pam.d \
--cross-file=${WORKDIR}/meson-${PN}.cross \
"
gdm now installs its PAM service files into the vendor directory ${prefix}/lib/pam.d. libpam is configured with vendordir=${sysconfdir} here, so pass -Dpam-services-dir to keep them in ${sysconfdir}/pam.d, where do_install:append() amends gdm-password. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-gnome/recipes-gnome/gdm/{gdm_50.2.bb => gdm_51.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gdm/{gdm_50.2.bb => gdm_51.0.bb} (94%)