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 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | do_configure:prepend() { |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} |
| 18 | } |
| 19 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 20 | ALLOW_EMPTY:${PN} = "1" |