diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-03-30 17:20:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:06 -0700 |
commit | 506cc7ef566bbc0a17c8553c79e430b0bacb8d78 (patch) | |
tree | 74377a0f22451aa15eee67d8177cb0b76cc60e8e | |
parent | 619f07545c066648c1c4d440f8fd799223879233 (diff) | |
download | meta-openembedded-506cc7ef566bbc0a17c8553c79e430b0bacb8d78.tar.gz |
frr: upgrade 10.2.1 -> 10.3
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-10.3
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_10.3.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.2.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.2.1.bb b/meta-networking/recipes-protocols/frr/frr_10.3.bb index e6b35f6d75..be2d986fc3 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.2.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.3.bb | |||
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a | |||
10 | file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" | 10 | file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | 12 | ||
13 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.2 \ | 13 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.3 \ |
14 | file://frr.pam \ | 14 | file://frr.pam \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0" | 17 | SRCREV = "85cf1ed576deed121751e16a64970f8a652a9e1e" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" |
20 | 20 | ||