summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-22 16:48:59 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-23 19:35:04 -0700
commit956ef2942d33fb738a37649defe660a1927a94c0 (patch)
tree5bdc7c2fc4e7cfef2b833503d3d5f8dbec77ad9d
parentb4b9dbb11f18112f9dd6f138c356c46b7b24179b (diff)
downloadmeta-openembedded-956ef2942d33fb738a37649defe660a1927a94c0.tar.gz
nbdkit: upgrade 1.40.5 -> 1.42.1
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.42.1.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
index 5d80d1e091..e1292db6e4 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.42.1.bb
@@ -9,9 +9,9 @@ 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.40;tag=v${PV} \ 12SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.42;tag=v${PV} \
13 file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch" 13 file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch"
14SRCREV = "900a0d2bea4b027d71cf213f385711a2bab33eef" 14SRCREV = "14de71af1bd13e5c781d83959bdeb7ebbe759d6f"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17