diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-09 21:40:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-09 06:52:52 -0800 |
| commit | 945ef788cf2fa31fb71492295653d4383eacfaf3 (patch) | |
| tree | c0f867cb4cf97fe7e3a28b384c16623d6e67b79c | |
| parent | 85ecfad5b0d612d443d087999325a15020eab2a1 (diff) | |
| download | meta-openembedded-945ef788cf2fa31fb71492295653d4383eacfaf3.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/tunctl/tunctl.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tunctl/tunctl.inc b/meta-networking/recipes-support/tunctl/tunctl.inc index 07e6dc217d..5b759d32b6 100644 --- a/meta-networking/recipes-support/tunctl/tunctl.inc +++ b/meta-networking/recipes-support/tunctl/tunctl.inc | |||
| @@ -7,6 +7,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz \ | |||
| 7 | file://makefile-add-ldflags.patch \ | 7 | file://makefile-add-ldflags.patch \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | inherit sourceforge-releases | ||
| 11 | |||
| 10 | do_compile() { | 12 | do_compile() { |
| 11 | oe_runmake tunctl | 13 | oe_runmake tunctl |
| 12 | } | 14 | } |
