From 76db7f18d18ec753997616e6d5746d369b446afb Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 30 Apr 2021 02:36:18 +0800 Subject: [PATCH] babeld: upgrade 1.9.2 -> 1.10 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../babeld/{babeld_1.9.2.bb => babeld_1.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/babeld/{babeld_1.9.2.bb => babeld_1.10.bb} (94%) diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.9.2.bb b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb similarity index 94% rename from meta-networking/recipes-protocols/babeld/babeld_1.9.2.bb rename to meta-networking/recipes-protocols/babeld/babeld_1.10.bb index a7d7fc81ff..5af4c31d12 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.9.2.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb @@ -13,7 +13,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" SRC_URI = "git://github.com/jech/babeld.git;protocol=git" -SRCREV = "a1043879225ac205614259b480d7f577025d8bb0" +SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480" UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P\d+(\.\d+)+)"