mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
tunctl: inherit sourceforge-releases class
Inherit sourceforge-releases class to check the correct latest stable verison. Before the patch: $ devtool latest-version tunctl INFO: Current version: 1.5 INFO: Latest version: After the patch: $ devtool latest-version tunctl INFO: Current version: 1.5 INFO: Latest version: 1.5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
85ecfad5b0
commit
945ef788cf
@ -7,6 +7,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz \
|
||||
file://makefile-add-ldflags.patch \
|
||||
"
|
||||
|
||||
inherit sourceforge-releases
|
||||
|
||||
do_compile() {
|
||||
oe_runmake tunctl
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user