blob: 98f8e5b84d5c3cd98de9d955b32bfb126410f152 [file] [log] [blame]
Andrew Geissler78b72792022-06-14 06:47:25 -05001SUMMARY = "Implements Audio Video Transport Protocol (AVTP)"
2DESCRIPTION = "Open source implementation of Audio Video Transport Protocol (AVTP) \
3 specified in IEEE 1722-2016 spec."
4HOMEPAGE = "https://github.com/Avnu/libavtp"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb4331e23e45e171cd5693c1ff7d3e"
7
8SRC_URI = "git://github.com/Avnu/libavtp.git;branch=master;protocol=https"
9SRC_URI:append:libc-musl = " file://0001-provide-64bit-host-to-network-conversion-macros.patch"
10SRCREV = "3599a5bf2d18fc3ae89b64f208d8380e6ee3a866"
11
12S = "${WORKDIR}/git"
13
14inherit meson pkgconfig
15
16EXTRA_OEMESON = "-Dtests=disabled"