mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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:
parent
3d6b322be0
commit
e066479109
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user