diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-12-26 17:31:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-26 11:12:37 -0800 |
commit | 44c18d1fb66fe6536c43200e86bcabc5869afa1a (patch) | |
tree | e4ec1aaa17be7562edf18af31c6a452a0082d7a5 /meta-networking/recipes-protocols | |
parent | 2a4de5168ace924f44f64f74fdb6cd05ccba0ca1 (diff) | |
download | meta-openembedded-44c18d1fb66fe6536c43200e86bcabc5869afa1a.tar.gz |
frr: upgrade 10.1.1 -> 10.2
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-10.2
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/frr/frr_10.2.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.1.1.bb b/meta-networking/recipes-protocols/frr/frr_10.2.bb index 237b52592..06d604168 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.1.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.2.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.1 \ | 13 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.2 \ |
14 | file://frr.pam \ | 14 | file://frr.pam \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "dbf8dac1cea2b1235746e2d966a8ded9cffd5dc3" | 17 | SRCREV = "22746b8d59e6e6cb77ced61bc9e0cff2ead227b5" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" |
20 | 20 | ||