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 <[email protected]> --- 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121542): https://lists.openembedded.org/g/openembedded-devel/message/121542 Mute This Topic: https://lists.openembedded.org/mt/116255836/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
