From 842a0e3f5fcae5ec95fc9437e2c755927e178553 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:22:53 +0800 Subject: [PATCH] nbdkit: upgrade 1.47.9 -> 1.48.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../nbdkit/{nbdkit_1.47.9.bb => nbdkit_1.48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.47.9.bb => nbdkit_1.48.0.bb} (96%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.48.0.bb similarity index 96% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.48.0.bb index 5c6c0a2e64..95e5237853 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.9.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.48.0.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 = "714956cc9901c752598a214ae72fc69a897cd3b9" +SRCREV = "111be961359500291bd3792317b042d72bef5efd" DEPENDS = "curl xz e2fsprogs zlib"