From 5bd0f88c775ea69db85e1589e833e50648932f22 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 9 Apr 2021 01:16:49 +0800 Subject: nbdkit: upgrade 1.25.4 -> 1.25.5 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-support/nbdkit/nbdkit_1.25.4.bb | 34 ---------------------- .../recipes-support/nbdkit/nbdkit_1.25.5.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb create mode 100644 meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb deleted file mode 100644 index 37f6a8b76b..0000000000 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb +++ /dev/null @@ -1,34 +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://github.com/libguestfs/nbdkit" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" - -SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ -" - -SRCREV = "7b04baeb1858fa04f5f4e0d6f2d23bef706e80da" - -S = "${WORKDIR}/git" - -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.25.5.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb new file mode 100644 index 0000000000..a6070ccf85 --- /dev/null +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb @@ -0,0 +1,34 @@ +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://github.com/libguestfs/nbdkit" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" + +SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ +" + +SRCREV = "c828c6d48ff6b69454cad98054a1920d03c4b4c7" + +S = "${WORKDIR}/git" + +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 1.2.3-korg