diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-09 17:22:46 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:23:24 -0700 |
commit | 676b1771438d1b71e95165102a625b40fb4d17fb (patch) | |
tree | 1378caa45d945818443637b8d8734572e175d75d /meta-multimedia | |
parent | 2d06171cf641a599827c52a1a43ddf2e1aa85551 (diff) | |
download | meta-openembedded-676b1771438d1b71e95165102a625b40fb4d17fb.tar.gz |
libsrtp: bump 1.5.2 -> 1.6.0
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb (renamed from meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb index ee8c68bc1..d3ab5b71c 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | |||
@@ -6,17 +6,11 @@ LICENSE = "BSD-3-Clause" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | SRCREV = "e806a66bad35f4b215b7a825c24ef0ec4cc19569" | 9 | SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7" |
10 | SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https; \ | 10 | SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_throttle; \ |
11 | file://0001-Rename-conflicting-variable-mips.patch \ | 11 | file://0001-Rename-conflicting-variable-mips.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | do_install[postfuncs] += " rm_unused_bindir " | ||
17 | |||
18 | rm_unused_bindir() { | ||
19 | rmdir ${D}/${bindir} | ||
20 | } | ||
21 | |||
22 | ALLOW_EMPTY_${PN} = "1" | 16 | ALLOW_EMPTY_${PN} = "1" |