mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ptpd: inherit sourceforge-releases class
Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version ptpd INFO: Current version: 2.3.1 INFO: Latest version: After the patch: $ devtool latest-version ptpd INFO: Current version: 2.3.1 INFO: Latest version: 2.3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0586c2e570
commit
2aca5d6cd9
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d"
|
|||
|
||||
DEPENDS = "libpcap"
|
||||
|
||||
inherit autotools pkgconfig systemd
|
||||
inherit autotools pkgconfig systemd sourceforge-releases
|
||||
|
||||
# return something like '1.2.3' or '1.2.3/rc1'
|
||||
#
|
||||
|
|
@ -32,8 +32,6 @@ SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${@get_sub(d)}/ptp
|
|||
SRC_URI[md5sum] = "253bab7ab51d969616ea811be1f132f3"
|
||||
SRC_URI[sha256sum] = "0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ptpd/files/releases"
|
||||
|
||||
S = "${UNPACKDIR}/ptpd-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user