diff options
Diffstat (limited to 'meta-networking/recipes-support/nbdkit/nbdkit_1.47.1.bb')
| -rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit_1.47.1.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.47.1.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.1.bb new file mode 100644 index 0000000000..61390ebde6 --- /dev/null +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.47.1.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "nbdkit is a toolkit for creating NBD servers." | ||
| 2 | DESCRIPTION = "NBD — Network Block Device — is a protocol \ | ||
| 3 | for accessing Block Devices (hard disks and disk-like things) \ | ||
| 4 | over a Network. \ | ||
| 5 | \ | ||
| 6 | nbdkit is a toolkit for creating NBD servers." | ||
| 7 | |||
| 8 | HOMEPAGE = "https://gitlab.com/nbdkit/nbdkit" | ||
| 9 | LICENSE = "BSD-3-Clause" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" | ||
| 11 | |||
| 12 | SRC_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 | " | ||
| 15 | SRCREV = "1f9447313193723a626ba39e7b54d1c7c1a1ffd8" | ||
| 16 | |||
| 17 | |||
| 18 | DEPENDS = "curl xz e2fsprogs zlib" | ||
| 19 | |||
| 20 | # autotools-brokensep is needed as nbdkit does not support build in external directory | ||
| 21 | inherit pkgconfig python3native perlnative bash-completion autotools-brokensep | ||
| 22 | |||
| 23 | # Those are required to build standalone | ||
| 24 | EXTRA_OECONF = " --without-libvirt --without-libguestfs --disable-perl" | ||
| 25 | |||
| 26 | # Disable some extended support (not desired for small embedded systems) | ||
| 27 | #EXTRA_OECONF += " --disable-python" | ||
| 28 | #EXTRA_OECONF += " --disable-ocaml" | ||
| 29 | #EXTRA_OECONF += " --disable-rust" | ||
| 30 | #EXTRA_OECONF += " --disable-ruby" | ||
| 31 | #EXTRA_OECONF += " --disable-tcl" | ||
| 32 | #EXTRA_OECONF += " --disable-lua" | ||
| 33 | #EXTRA_OECONF += " --disable-vddk" | ||
| 34 | |||
| 35 | CVE_STATUS[CVE-2025-47711] = "fixed-version: the used revision contains the vulnerability fix" | ||
| 36 | CVE_STATUS[CVE-2025-47712] = "fixed-version: the used revision contains the vulnerability fix" | ||
