mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm/trusted-services: use SHA, not tag name
It turns out that the base SRCREV for trusted-services is a tag name, which meant it was hitting the network on every build. Use the SHA instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -13,7 +13,8 @@ SRC_URI:append = "\
|
||||
file://0005-cpputest-fix-cmake-4.0-compatibility.patch \
|
||||
"
|
||||
|
||||
SRCREV_trusted-services = "v1.2.0"
|
||||
# v1.2.0
|
||||
SRCREV_trusted-services = "0d55b4c7a8e53958271feb7341e928853b7914cf"
|
||||
LIC_FILES_CHKSUM = "file://${S}/license.rst;md5=ea160bac7f690a069c608516b17997f4"
|
||||
|
||||
S = "${UNPACKDIR}/trusted-services"
|
||||
|
||||
Reference in New Issue
Block a user