mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:47:05 +00:00
gst-instruments: switch away from github archive
Since we know that github archives that are automatically generated have a tendency to change their checksums[1], switch to using git clones. [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 a7502875a551268ac0efd6a0a33356f27e16a6cc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
57b9f3eb4d
commit
67a7bdc9c9
@ -5,12 +5,9 @@ SECTION = "multimedia"
|
|||||||
LICENSE = "LGPL-3.0"
|
LICENSE = "LGPL-3.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||||
|
|
||||||
SRC_URI = "https://github.com/kirushyk/gst-instruments/archive/${PV}.tar.gz"
|
S = "${WORKDIR}/git"
|
||||||
|
SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d"
|
||||||
SRC_URI[md5sum] = "14a394dec25642848b17f9999f1b4999"
|
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
|
||||||
SRC_URI[sha256sum] = "5565658a33ff9596946541304fbdd3b3683dbb82171a0e6ce56f42b64a01e58d"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/gst-instruments-${PV}"
|
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/*"
|
FILES_${PN} += "${libdir}/*"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user