From 90553ded8c6758a25f74013ae0c018333881c6ef Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 7 Mar 2021 18:00:23 +0100 Subject: [PATCH] nbdkit: update to 1.25.3 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../nbdkit/{nbdkit_git.bb => nbdkit_1.25.3.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_git.bb => nbdkit_1.25.3.bb} (82%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_git.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb similarity index 82% rename from meta-networking/recipes-support/nbdkit/nbdkit_git.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb index a63e49ec55..cc41e0ee53 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_git.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb @@ -7,14 +7,12 @@ nbdkit is a toolkit for creating NBD servers." HOMEPAGE = "https://github.com/libguestfs/nbdkit" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4332a97808994cf2133a65b6c6f33eaf" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ - file://0001-server-Fix-build-when-printf-is-a-macro.patch \ " -PV = "1.19.6+git${SRCPV}" -SRCREV = "257561bc9f2f01eb9f21686bcec4b863d17a26c4" +SRCREV = "1476b82f7e10deedf88364f26186f5945c3d4702" S = "${WORKDIR}/git"