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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2022-04-14 11:25:18 +08:00 committed by Khem Raj
parent 884f5aed87
commit 52077cd674

View File

@ -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"