diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-22 22:31:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-22 22:39:53 -0700 |
commit | 3af49fb6104d9b8bdfef521205adfb557fa989c3 (patch) | |
tree | 556be52f9aa8554f82aaab9e01f8b4fe727b93f5 /meta-networking | |
parent | fed622237fb987cce8bd3d9c8e13b7b974877885 (diff) | |
download | meta-openembedded-3af49fb6104d9b8bdfef521205adfb557fa989c3.tar.gz |
frr: Upgrade to 10.1 release
Changes are here [1]
[1] https://github.com/FRRouting/frr/commit/14c29f83a0dfbc4023cdfff34ed38cf43dca409c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/frr/frr_10.1.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.0.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.0.1.bb b/meta-networking/recipes-protocols/frr/frr_10.1.bb index 20e0ddbbab..4ffae16072 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.0.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.1.bb | |||
@@ -10,12 +10,12 @@ 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.0 \ | 13 | SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.1 \ |
14 | file://frr.pam \ | 14 | file://frr.pam \ |
15 | file://0001-zebra-Mimic-GNU-basename-API-for-non-glibc-library-e.patch \ | 15 | file://0001-zebra-Mimic-GNU-basename-API-for-non-glibc-library-e.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV = "8fb5f22bd89fa6bedcb922b908b955d8a650566f" | 18 | SRCREV = "14c29f83a0dfbc4023cdfff34ed38cf43dca409c" |
19 | 19 | ||
20 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" | 20 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" |
21 | 21 | ||