From a7f536301dbb3d4017ead0c0fd9ec85e99bf614e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:14:45 +0800 Subject: [PATCH] nbdkit: upgrade 1.45.10 -> 1.45.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../nbdkit/{nbdkit_1.45.10.bb => nbdkit_1.45.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.45.10.bb => nbdkit_1.45.12.bb} (96%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.bb similarity index 96% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.bb index fb961ecd4b..23a7281536 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.10.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.12.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ " -SRCREV = "a0f3989aadd2cd473517423422d2fa20def22c95" +SRCREV = "77182705215dc6f319cfa8eb3500861fbbb9d271" DEPENDS = "curl xz e2fsprogs zlib"