From 6c5a38dbe0ec263dae8e3c7ddf72de419f534bb4 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 22 Jul 2025 11:12:12 +0800 Subject: nbdkit: upgrade 1.43.11 -> 1.45.1 Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- ...ins-Avoid-absolute-buildpaths-in-binaries.patch | 8 ++++-- .../recipes-support/nbdkit/nbdkit_1.43.11.bb | 33 ---------------------- .../recipes-support/nbdkit/nbdkit_1.45.1.bb | 33 ++++++++++++++++++++++ 3 files changed, 38 insertions(+), 36 deletions(-) delete mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb create mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb diff --git a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch index 524ea0602d..99ab7cad61 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch +++ b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch @@ -1,4 +1,4 @@ -From 1ccbd8fdbd2e367a702e48c8703b2f010d067b23 Mon Sep 17 00:00:00 2001 +From b3854245f061d9ba2159bdb37197e1c711cbd9cd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 May 2023 18:16:24 -0700 Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries @@ -11,9 +11,11 @@ Upstream-Status: Submitted [https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30 Signed-off-by: Khem Raj --- - plugins/cc/Makefile.am | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) + plugins/cc/Makefile.am | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) +diff --git a/plugins/cc/Makefile.am b/plugins/cc/Makefile.am +index 478178bd..742ea535 100644 --- a/plugins/cc/Makefile.am +++ b/plugins/cc/Makefile.am @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb deleted file mode 100644 index 9e7bdc9966..0000000000 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "nbdkit is a toolkit for creating NBD servers." -DESCRIPTION = "NBD — Network Block Device — is a protocol \ -for accessing Block Devices (hard disks and disk-like things) \ -over a Network. \ -\ -nbdkit is a toolkit for creating NBD servers." - -HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" - -SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ - file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ - " -SRCREV = "2d0f232b590f4001881dd0819f55af72b88c4b2f" - - -DEPENDS = "curl xz e2fsprogs zlib" - -# autotools-brokensep is needed as nbdkit does not support build in external directory -inherit pkgconfig python3native perlnative bash-completion autotools-brokensep - -# Those are required to build standalone -EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl" - -# Disable some extended support (not desired for small embedded systems) -#EXTRA_OECONF += " --disable-python" -#EXTRA_OECONF += " --disable-ocaml" -#EXTRA_OECONF += " --disable-rust" -#EXTRA_OECONF += " --disable-ruby" -#EXTRA_OECONF += " --disable-tcl" -#EXTRA_OECONF += " --disable-lua" -#EXTRA_OECONF += " --disable-vddk" diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb new file mode 100644 index 0000000000..63194ad393 --- /dev/null +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb @@ -0,0 +1,33 @@ +SUMMARY = "nbdkit is a toolkit for creating NBD servers." +DESCRIPTION = "NBD — Network Block Device — is a protocol \ +for accessing Block Devices (hard disks and disk-like things) \ +over a Network. \ +\ +nbdkit is a toolkit for creating NBD servers." + +HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" + +SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ + file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ + " +SRCREV = "243c6911984abc82bb711d2e5ecb1a13c7ff93c4" + + +DEPENDS = "curl xz e2fsprogs zlib" + +# autotools-brokensep is needed as nbdkit does not support build in external directory +inherit pkgconfig python3native perlnative bash-completion autotools-brokensep + +# Those are required to build standalone +EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl" + +# Disable some extended support (not desired for small embedded systems) +#EXTRA_OECONF += " --disable-python" +#EXTRA_OECONF += " --disable-ocaml" +#EXTRA_OECONF += " --disable-rust" +#EXTRA_OECONF += " --disable-ruby" +#EXTRA_OECONF += " --disable-tcl" +#EXTRA_OECONF += " --disable-lua" +#EXTRA_OECONF += " --disable-vddk" -- cgit v1.2.3-54-g00ecf