From 058e0c139ee4933cd238ba1739f0570b8a84f9af Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 3 Aug 2026 23:20:55 +1200 Subject: [PATCH] liburing: upgrade 2.12 -> 2.15 Also included tag in the SRC_URI. Changelog: https://github.com/axboe/liburing/releases/tag/liburing-2.15 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../liburing/{liburing_2.12.bb => liburing_2.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/liburing/{liburing_2.12.bb => liburing_2.15.bb} (95%) diff --git a/meta-oe/recipes-support/liburing/liburing_2.12.bb b/meta-oe/recipes-support/liburing/liburing_2.15.bb similarity index 95% rename from meta-oe/recipes-support/liburing/liburing_2.12.bb rename to meta-oe/recipes-support/liburing/liburing_2.15.bb index 5a69731a8f..4f5ec26c8c 100644 --- a/meta-oe/recipes-support/liburing/liburing_2.12.bb +++ b/meta-oe/recipes-support/liburing/liburing_2.15.bb @@ -9,8 +9,8 @@ SECTION = "libs" LICENSE = "LGPL-2.1-only OR MIT" LIC_FILES_CHKSUM = "file://README;beginline=41;endline=44;md5=2b0e9926530c269f5ae95560370195af" -SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https" -SRCREV = "e907d6a342e80b70874f93abd440b92b8a40b7bc" +SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https;tag=${BP}" +SRCREV = "d41bf9220ec39277ff235379e9089d9e0fd6c2a5" DEPENDS:append:libc-musl = " libucontext"