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 <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-11-12 21:43:59 +08:00 committed by Khem Raj
parent 3d6b322be0
commit e066479109
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"