[oe][meta-networking][PATCH 5/8] babeld: upgrade 1.13.1 -> 1.14
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Also included tag in the SRC_URI. Changelog: https://github.com/jech/babeld/blob/babeld-1.14/CHANGES Signed-off-by: Ankur Tyagi <[email protected]> --- .../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<pver>\d+(\.\d+)+)"