From 945ef788cf2fa31fb71492295653d4383eacfaf3 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 9 Nov 2025 21:40:35 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/tunctl/tunctl.inc | 2 ++ 1 file changed, 2 insertions(+) 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 \ file://makefile-add-ldflags.patch \ " +inherit sourceforge-releases + do_compile() { oe_runmake tunctl }