diff options
author | Trevor Woerner <twoerner@gmail.com> | 2018-05-09 17:22:45 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:23:23 -0700 |
commit | 2d06171cf641a599827c52a1a43ddf2e1aa85551 (patch) | |
tree | edfeec381108ec3f6b01f5244b8eb328c985d569 /meta-multimedia/recipes-support | |
parent | 80a2269b1c9642cd3d31fa1bc3e621485aa6c3ac (diff) | |
download | meta-openembedded-2d06171cf641a599827c52a1a43ddf2e1aa85551.tar.gz |
libsrtp: switch away from github archive
Since we know that github archives which are automatically generated have a
tendency to change their checksums[1], switch to using a git clone.
[1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-support')
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb index 0104d0456..ee8c68bc1 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb | |||
@@ -5,11 +5,11 @@ SECTION = "libs" | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/cisco/libsrtp/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ | 8 | S = "${WORKDIR}/git" |
9 | SRCREV = "e806a66bad35f4b215b7a825c24ef0ec4cc19569" | ||
10 | SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https; \ | ||
9 | file://0001-Rename-conflicting-variable-mips.patch \ | 11 | file://0001-Rename-conflicting-variable-mips.patch \ |
10 | " | 12 | " |
11 | SRC_URI[md5sum] = "2309aa6027992810a4285b042c71e644" | ||
12 | SRC_URI[sha256sum] = "86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda" | ||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||