summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-24 08:29:22 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-23 21:46:12 -0700
commitd7ff124b03859a5f0db1eca62f746251baee90ab (patch)
tree86322e3ebe7d871a6a0a1cd7ef636cc00cd14a02
parent99500b3813a35838892187a1427867480a6e359f (diff)
downloadmeta-openembedded-d7ff124b03859a5f0db1eca62f746251baee90ab.tar.gz
nbdkit: upgrade 1.33.10 -> 1.33.11
License-Update: "Copyright (C) 2013-2020 Red Hat Inc." changed to "Copyright Red Hat" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/nbdkit/nbdkit_1.33.11.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.33.10.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.33.10.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.33.11.bb
index 2a2f01cd87..32d4270d18 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.33.10.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.33.11.bb
@@ -7,11 +7,11 @@ 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=f9dcc2d8acdde215fa4bd6ac12bb14f0" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049"
11 11
12SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \ 12SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \
13" 13"
14SRCREV = "65fbd0cc87b38f4068c0d973947a82c2d4f9822c" 14SRCREV = "6c02c6a469d62a047f230b0ccf03f72328312d2b"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17