summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:37:17 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:47 -0800
commit74f444bd34ba4b377f2cebb3971a089b24151c19 (patch)
tree430d742acb67f6b9cb9f7c661fe5a861fbe18e3b
parent7a9fc125a6671553cd5d87eed96cfea87a1df8e5 (diff)
downloadmeta-openembedded-74f444bd34ba4b377f2cebb3971a089b24151c19.tar.gz
mstpd: upgrade 0.1.0 -> 0.1.1
Changelog: =========== - mstpctl: add showportparams cmd - bridge-stp.in: use short-hand arguments for logger command - bridge-stp.in: support different versions of pidof - mstpctl-utils-functions.sh: fix shellcheck warnings - Update bridge_track.c - netif_utils: fix speeds > 65G - ifupdown.sh.in: fix new shellcheck warnings - libnetlink: fix socket file descriptor leak on error paths - fix compilation for with GCC 15 / C23 - do not leak stack memory via struct holes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/networking/mstpd_0.1.1.bb (renamed from meta-oe/recipes-extended/networking/mstpd_git.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/networking/mstpd_git.bb b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb
index b003b52d25..3ac4d5b1fe 100644
--- a/meta-oe/recipes-extended/networking/mstpd_git.bb
+++ b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb
@@ -1,14 +1,12 @@
1LICENSE = "GPL-2.0-or-later" 1LICENSE = "GPL-2.0-or-later"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" 2LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
3 3
4PV = "0.1.0+git"
5
6SRC_URI = " \ 4SRC_URI = " \
7 git://github.com/mstpd/mstpd;branch=master;protocol=https \ 5 git://github.com/mstpd/mstpd;branch=master;protocol=https;tag=${PV} \
8 file://bridge-stp \ 6 file://bridge-stp \
9 file://mstpd.service \ 7 file://mstpd.service \
10" 8"
11SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c" 9SRCREV = "d7dd987b101f277bfef8ac71de7c1d962a424e8e"
12 10
13UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})" 11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})"
14 12