libmms: inherit sourceforge-releases class

Inherit sourceforge-releases class to check the correct latest stable
verison.

Before the patch:
$ devtool latest-version libmms
INFO: Current version: 0.6.4
INFO: Latest version:

After the patch:
$ devtool latest-version libmms
INFO: Current version: 0.6.4
INFO: Latest version: 0.6.4

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:57 +08:00 committed by Khem Raj
parent 727aee99ce
commit b1721daf90
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz" SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz"
SRC_URI[sha256sum] = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f" SRC_URI[sha256sum] = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"
inherit autotools pkgconfig inherit autotools pkgconfig sourceforge-releases
do_install:append() { do_install:append() {
# The GLib dependency was removed in libmms 0.6.3, but the # The GLib dependency was removed in libmms 0.6.3, but the