From 4a87b5846c25a5fed7aa2f12e6839b2f66073e38 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 14 Apr 2022 11:25:18 +0800 Subject: [PATCH] smcroute: upgrade 2.5.4 -> 2.5.5 Changelog: ========= ### Changes - Revert extraction of version from GIT tag. Incompatible with systems that do 'autoreconf' on a dist. tarball ### Fixes - Fix #175: Parse error in '/etc/smcroute.conf'. SMCRoute fails to start on interfaces with 'mrdisc' disabled, when built with mrdisc support and '-N' passed on command line Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../smcroute/{smcroute_2.5.4.bb => smcroute_2.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/smcroute/{smcroute_2.5.4.bb => smcroute_2.5.5.bb} (90%) diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb similarity index 90% rename from meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb rename to meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb index 649e6d4e8e8..b0b96bed8fc 100644 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb @@ -5,7 +5,7 @@ SECTION = "net" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRCREV = "9b6e397595a154c84a329c55bed21e0c43e89ee6" +SRCREV = "9ca7441add4427a91fe90c34ae4a178ed9a50553" SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" S = "${WORKDIR}/git"