summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-29 12:15:22 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-29 02:33:23 -0700
commitb8abfc747cf71518994fbeb68764c6beb0b9604a (patch)
tree51d0d3b7ce865d1819ffee5c80edd0c103782164 /meta-networking
parent6fa0946e68a2da0f641e4015063cd405d31cfc1b (diff)
downloadmeta-openembedded-b8abfc747cf71518994fbeb68764c6beb0b9604a.tar.gz
nbdkit: upgrade 1.42.1 -> 1.43.5
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/nbdkit/nbdkit_1.43.5.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.5.bb
index e1292db6e4..52a388e6f6 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.5.bb
@@ -9,9 +9,10 @@ HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049"
11 11
12SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.42;tag=v${PV} \ 12SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \
13 file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch" 13 file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \
14SRCREV = "14de71af1bd13e5c781d83959bdeb7ebbe759d6f" 14 "
15SRCREV = "05705a45b1945be69e43b32205412cbf02d99656"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18