mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
80a2269b1c
commit
2d06171cf6
|
|
@ -5,11 +5,11 @@ SECTION = "libs"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
|
||||
|
||||
SRC_URI = "https://github.com/cisco/libsrtp/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e806a66bad35f4b215b7a825c24ef0ec4cc19569"
|
||||
SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https; \
|
||||
file://0001-Rename-conflicting-variable-mips.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "2309aa6027992810a4285b042c71e644"
|
||||
SRC_URI[sha256sum] = "86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user