diff options
author | Yi Zhao <yi.zhao@eng.windriver.com> | 2023-06-28 20:58:44 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-28 16:28:27 -0400 |
commit | c403568572bc40d7c7f2a2fe1c021485623dc985 (patch) | |
tree | dfcde096305f21cda25a6630dfb2dcb00b1feca5 | |
parent | 473261544c3011b283b48f35abd4a3c2b1382c1c (diff) | |
download | meta-openembedded-c403568572bc40d7c7f2a2fe1c021485623dc985.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: Armin Kuster <akuster808@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 | ||
17 | SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32" | 17 | SRCREV = "45e36c0c00a517ad1606135b18c5753e210cfc0d" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" |
20 | 20 | ||