summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb')
-rw-r--r--meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb
new file mode 100644
index 0000000000..e71bfdac35
--- /dev/null
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.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://gitlab.com/nbdkit/nbdkit"
9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049"
11
12SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \
13 file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \
14 "
15SRCREV = "f443cbd3cff1d66db038e2afb9301d51224c7f09"
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"