From 53dae6dca0617c13cb81476a43ef5a772213a800 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:55:39 +0800 Subject: [PATCH] frr: upgrade 10.0 -> 10.0.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-protocols/frr/{frr_10.0.bb => frr_10.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.0.bb => frr_10.0.1.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.0.bb b/meta-networking/recipes-protocols/frr/frr_10.0.1.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.0.bb rename to 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 file://0001-zebra-Mimic-GNU-basename-API-for-non-glibc-library-e.patch \ " -SRCREV = "03a143cd49ed1b190cb38f48a31ef4d71fa01a02" +SRCREV = "8fb5f22bd89fa6bedcb922b908b955d8a650566f" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"