Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 1 | DESCRIPTION = "library implementing Secure RTP (RFC 3711)" |
| 2 | HOMEPAGE = "https://github.com/cisco/libsrtp" |
| 3 | SECTION = "libs" |
| 4 | |
| 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" |
| 7 | |
| 8 | S = "${WORKDIR}/git" |
| 9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" |
| 10 | SRC_URI = "git://github.com/cisco/libsrtp.git" |
| 11 | |
| 12 | inherit autotools pkgconfig |
| 13 | |
| 14 | EXTRA_OEMAKE += "shared_library" |
| 15 | |
| 16 | do_configure_prepend() { |
| 17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} |
| 18 | } |
| 19 | |
| 20 | ALLOW_EMPTY_${PN} = "1" |