summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-09 21:59:34 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-12 09:28:25 -0700
commit43dbadb6a2881325b0eecaef27c532d98f14ba93 (patch)
treeb473102071682d04366e43a19e3199fda3c636ff /meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb
parent602eddeefc94be93610ba36dceff5a41a9524d80 (diff)
downloadmeta-openembedded-43dbadb6a2881325b0eecaef27c532d98f14ba93.tar.gz
nbdkit: upgrade 1.25.7 -> 1.30.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb')
-rw-r--r--meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb
new file mode 100644
index 0000000000..da24b1efd6
--- /dev/null
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.30.2.bb
@@ -0,0 +1,34 @@
1SUMMARY = "nbdkit is a toolkit for creating NBD servers."
2DESCRIPTION = "NBD — Network Block Device — is a protocol \
3for accessing Block Devices (hard disks and disk-like things) \
4over a Network. \
5\
6nbdkit is a toolkit for creating NBD servers."
7
8HOMEPAGE = "https://github.com/libguestfs/nbdkit"
9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0"
11
12SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \
13"
14
15SRCREV = "b59380e061fdf0f114c13c226ea2a508f2c067d0"
16
17S = "${WORKDIR}/git"
18
19DEPENDS = "curl xz e2fsprogs zlib"
20
21# autotools-brokensep is needed as nbdkit does not support build in external directory
22inherit pkgconfig python3native perlnative bash-completion autotools-brokensep
23
24# Those are required to build standalone
25EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl"
26
27# Disable some extended support (not desired for small embedded systems)
28#EXTRA_OECONF += " --disable-python"
29#EXTRA_OECONF += " --disable-ocaml"
30#EXTRA_OECONF += " --disable-rust"
31#EXTRA_OECONF += " --disable-ruby"
32#EXTRA_OECONF += " --disable-tcl"
33#EXTRA_OECONF += " --disable-lua"
34#EXTRA_OECONF += " --disable-vddk"