summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-06-28 20:58:44 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-28 13:53:12 -0700
commit50577b639a3e85118122f446b183be20a666ed83 (patch)
tree0503c07ed1fee13f9b7681652db8521a71cc20e2
parent556b85216342b10510ac8230471e450086851a84 (diff)
downloadmeta-openembedded-50577b639a3e85118122f446b183be20a666ed83.tar.gz
frr: upgrade 8.4.2 -> 8.4.4
ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-8.4.4 https://github.com/FRRouting/frr/commit/45e36c0c00a517ad1606135b18c5753e210cfc0d Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/frr/frr_8.4.4.bb (renamed from meta-networking/recipes-protocols/frr/frr_8.4.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_8.4.2.bb b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
index 9669260945..b87c3e78b0 100644
--- a/meta-networking/recipes-protocols/frr/frr_8.4.2.bb
+++ b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/8.4 \
14 file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \ 14 file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \
15 " 15 "
16 16
17SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32" 17SRCREV = "45e36c0c00a517ad1606135b18c5753e210cfc0d"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" 19UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"
20 20