From e066479109a357db7c8800cb6ab33fa7d84dd755 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 12 Nov 2025 21:43:59 +0800 Subject: [PATCH] lxdm: inherit sourceforge-releases class Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version lxdm INFO: Current version: 0.5.3 INFO: Latest version: After the patch: $ devtool latest-version lxdm INFO: Current version: 0.5.3 INFO: Latest version: 0.5.3 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index a7d79a916c..a2b4c5f83b 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb @@ -29,7 +29,7 @@ DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+3 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "consolekit", d)}" DEPENDS:append:libc-musl = " libexecinfo" -inherit autotools pkgconfig gettext systemd features_check +inherit autotools pkgconfig gettext systemd features_check sourceforge-releases # depends on virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"