diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:55:39 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:51 -0700 |
commit | 53dae6dca0617c13cb81476a43ef5a772213a800 (patch) | |
tree | 5e7b67ddb4050584bab3deae7c84eee441ec6067 /meta-networking | |
parent | e56dc5cefbbbf211d9d2c4b5849b414dbaad123d (diff) | |
download | meta-openembedded-53dae6dca0617c13cb81476a43ef5a772213a800.tar.gz |
frr: upgrade 10.0 -> 10.0.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/frr/frr_10.0.1.bb (renamed from meta-networking/recipes-protocols/frr/frr_10.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr_10.0.bb b/meta-networking/recipes-protocols/frr/frr_10.0.1.bb index afd2c95a0e..20e0ddbbab 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.0.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.0.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.0 | |||
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 = "03a143cd49ed1b190cb38f48a31ef4d71fa01a02" | 18 | SRCREV = "8fb5f22bd89fa6bedcb922b908b955d8a650566f" |
19 | 19 | ||
20 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" | 20 | UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" |
21 | 21 | ||