mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01: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…
Reference in New Issue
Block a user