* [meta-multimedia][PATCH 1/2] libsrtp: switch away from github archive
@ 2018-05-09 21:22 Trevor Woerner
2018-05-09 21:22 ` [meta-multimedia][PATCH 2/2] libsrtp: bump 1.5.2 -> 1.6.0 Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2018-05-09 21:22 UTC (permalink / raw)
To: openembedded-devel
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>
---
meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb | 6 +++---
1 file 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 0104d0456b..ee8c68bc1a 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"
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
--
2.17.0.rc2.3.gc2a499e6c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [meta-multimedia][PATCH 2/2] libsrtp: bump 1.5.2 -> 1.6.0
2018-05-09 21:22 [meta-multimedia][PATCH 1/2] libsrtp: switch away from github archive Trevor Woerner
@ 2018-05-09 21:22 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2018-05-09 21:22 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
.../libsrtp/{libsrtp_1.5.2.bb => libsrtp_1.6.0.bb} | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
rename meta-multimedia/recipes-support/libsrtp/{libsrtp_1.5.2.bb => libsrtp_1.6.0.bb} (63%)
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb
similarity index 63%
rename from meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb
rename to meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb
index ee8c68bc1a..d3ab5b71c0 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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
S = "${WORKDIR}/git"
-SRCREV = "e806a66bad35f4b215b7a825c24ef0ec4cc19569"
-SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https; \
+SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7"
+SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_throttle; \
file://0001-Rename-conflicting-variable-mips.patch \
"
inherit autotools
-do_install[postfuncs] += " rm_unused_bindir "
-
-rm_unused_bindir() {
- rmdir ${D}/${bindir}
-}
-
ALLOW_EMPTY_${PN} = "1"
--
2.17.0.rc2.3.gc2a499e6c
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-09 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 21:22 [meta-multimedia][PATCH 1/2] libsrtp: switch away from github archive Trevor Woerner
2018-05-09 21:22 ` [meta-multimedia][PATCH 2/2] libsrtp: bump 1.5.2 -> 1.6.0 Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.