diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-16 17:01:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-16 08:18:06 -0700 |
commit | b505813ed94321f3b6ae0fa0c3b290f8c4aa1d25 (patch) | |
tree | 83affb95a976c95856aa816aa317e928daa76b50 | |
parent | b7dfbeb2264064154c35ea2e7ccf52ba591c49c3 (diff) | |
download | meta-openembedded-b505813ed94321f3b6ae0fa0c3b290f8c4aa1d25.tar.gz |
nbdkit: upgrade 1.40.4 -> 1.40.5
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.40.5.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.40.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.4.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb index 0d24e96a5d..5d80d1e091 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.40.4.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.40.5.bb | |||
@@ -9,9 +9,9 @@ HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.40 \ | 12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=stable-1.40;tag=v${PV} \ |
13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch" | 13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch" |
14 | SRCREV = "0d111a31d9dbc473b9eb901fefe07f0ad392c75a" | 14 | SRCREV = "900a0d2bea4b027d71cf213f385711a2bab33eef" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||