In order to enable configuration option aaf (AVTP Audio Format) used for AVB the library libavtp is a dependency but no recipe for this library was present. aaf support for alsa-plugins was introduced in ddf5421331180bc45697511b44cdd4a4e6dda6ff.
Signed-off-by: Peter Bergin <pe...@berginkonsult.se> --- meta/recipes-multimedia/libavtp/libavtp_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-multimedia/libavtp/libavtp_git.bb diff --git a/meta/recipes-multimedia/libavtp/libavtp_git.bb b/meta/recipes-multimedia/libavtp/libavtp_git.bb new file mode 100644 index 0000000000..2ead7912e5 --- /dev/null +++ b/meta/recipes-multimedia/libavtp/libavtp_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Open source implementation of Audio Video Transport Protocol (AVTP) \ + specified in IEEE 1722-2016 spec." +HOMEPAGE = "https://github.com/Avnu/libavtp" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7fcb4331e23e45e171cd5693c1ff7d3e" + +PROVIDES = "avtp" + +SRC_URI = "git://github.com/Avnu/libavtp.git;branch=master" +SRCREV = "43a1f61565313166254ab92a39b53a005ac99ee2" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +EXTRA_OEMESON = "-Dtests=disabled" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#152635): https://lists.openembedded.org/g/openembedded-core/message/152635 Mute This Topic: https://lists.openembedded.org/mt/83304505/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-