From 26459d01a64e01c8831a06fc1ceda740840358e4 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 5 Aug 2026 22:56:08 +1200 Subject: [PATCH] babeld: upgrade 1.13.1 -> 1.14 Also included tag in the SRC_URI. Changelog: https://github.com/jech/babeld/blob/babeld-1.14/CHANGES Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../babeld/{babeld_1.13.1.bb => babeld_1.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-protocols/babeld/{babeld_1.13.1.bb => babeld_1.14.bb} (92%) diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb b/meta-networking/recipes-protocols/babeld/babeld_1.14.bb similarity index 92% rename from meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb rename to meta-networking/recipes-protocols/babeld/babeld_1.14.bb index cc69f1448a..925446a1fb 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.14.bb @@ -12,8 +12,8 @@ SECTION = "net" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" -SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master" -SRCREV = "3d61ea1e843e2c5f9706c74d1adad4e1d24d44b9" +SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master;tag=${BP}" +SRCREV = "118774d0c720cef016c0f3894ef8d24cd9cadd17" UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P\d+(\.\d+)+)"