summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_git.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_git.bb b/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."
7 7
8HOMEPAGE = "https://github.com/libguestfs/nbdkit" 8HOMEPAGE = "https://github.com/libguestfs/nbdkit"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=4332a97808994cf2133a65b6c6f33eaf" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0"
11 11
12SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ 12SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \
13 file://0001-server-Fix-build-when-printf-is-a-macro.patch \
14" 13"
15 14
16PV = "1.19.6+git${SRCPV}" 15SRCREV = "1476b82f7e10deedf88364f26186f5945c3d4702"
17SRCREV = "257561bc9f2f01eb9f21686bcec4b863d17a26c4"
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
20 18