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 <[email protected]> --- 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 } -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121414): https://lists.openembedded.org/g/openembedded-devel/message/121414 Mute This Topic: https://lists.openembedded.org/mt/116202075/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
