diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb b/meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb new file mode 100644 index 0000000000..98f8e5b84d --- /dev/null +++ b/meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Implements Audio Video Transport Protocol (AVTP)" | ||
| 2 | DESCRIPTION = "Open source implementation of Audio Video Transport Protocol (AVTP) \ | ||
| 3 | specified in IEEE 1722-2016 spec." | ||
| 4 | HOMEPAGE = "https://github.com/Avnu/libavtp" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb4331e23e45e171cd5693c1ff7d3e" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/Avnu/libavtp.git;branch=master;protocol=https" | ||
| 9 | SRC_URI:append:libc-musl = " file://0001-provide-64bit-host-to-network-conversion-macros.patch" | ||
| 10 | SRCREV = "3599a5bf2d18fc3ae89b64f208d8380e6ee3a866" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit meson pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OEMESON = "-Dtests=disabled" | ||
