aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-09 22:11:38 -0400
committerArmin Kuster <akuster808@gmail.com>2018-06-14 20:09:20 -0700
commit1e0c5cc98004e23956905951237abba1082ddad0 (patch)
treed54d8a29df08e7899af2409f953485fdcc70599f
parenta3f1a338186213164f82a7a8ebeef8d5c238ae1d (diff)
downloadmeta-openembedded-contrib-1e0c5cc98004e23956905951237abba1082ddad0.tar.gz
tinyalsa: 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> (cherry picked from commit c460d66b1f5242b2d24d0d601104f7e2f7a94af3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb
index fa5449ff6b..66b95db00f 100644
--- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb
+++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_1.1.1.bb
@@ -6,9 +6,9 @@ SECTION = "libs/multimedia"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b"
-SRC_URI = "https://github.com/tinyalsa/tinyalsa/archive/${PV}.tar.gz"
-SRC_URI[md5sum] = "ec5c1cc175fcb8c9d3d0adcececf10a9"
-SRC_URI[sha256sum] = "d92b438cea348ae316c4b2cbf367b4f01ed821a947e6a34d813624e9e3c936c1"
+S = "${WORKDIR}/git"
+SRCREV = "df11091086b56e5fb71887f2fa320e1d2ffeff58"
+SRC_URI = "git://github.com/tinyalsa/tinyalsa.git;protocol=https;"
do_configure() {
: