diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-03-07 18:00:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-07 09:53:12 -0800 |
| commit | 90553ded8c6758a25f74013ae0c018333881c6ef (patch) | |
| tree | f2d2eeaccdf4b84230e4e311512ba924026cfed5 | |
| parent | b17210e410e68f2844b55583e1c6175cb942aa9e (diff) | |
| download | meta-openembedded-90553ded8c6758a25f74013ae0c018333881c6ef.tar.gz | |
nbdkit: update to 1.25.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_git.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_git.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb index a63e49ec55..cc41e0ee53 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_git.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb | |||
| @@ -7,14 +7,12 @@ nbdkit is a toolkit for creating NBD servers." | |||
| 7 | 7 | ||
| 8 | HOMEPAGE = "https://github.com/libguestfs/nbdkit" | 8 | HOMEPAGE = "https://github.com/libguestfs/nbdkit" |
| 9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4332a97808994cf2133a65b6c6f33eaf" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ | 12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ |
| 13 | file://0001-server-Fix-build-when-printf-is-a-macro.patch \ | ||
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | PV = "1.19.6+git${SRCPV}" | 15 | SRCREV = "1476b82f7e10deedf88364f26186f5945c3d4702" |
| 17 | SRCREV = "257561bc9f2f01eb9f21686bcec4b863d17a26c4" | ||
| 18 | 16 | ||
| 19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 20 | 18 | ||
