mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
parsec-service: fix SRC_URI hash
Fixes: ERROR: Missing SRC_URI checksum, please add those to the recipe: SRC_URI[parsec-service-1.2.0.sha256sum] = "f58e7ba859c22cc1904dc8298b1a7d94ee1ba3b4d4808f28e4cc0c96ddb149c9" Needed to S dir too. Signed-off-by: Armin Kuster <akuster808@gmail.com> v2] Fix patch applying
This commit is contained in:
@@ -12,7 +12,9 @@ SRC_URI += "crate://crates.io/parsec-service/${PV} \
|
||||
file://systemd.patch \
|
||||
file://parsec-tmpfiles.conf \
|
||||
"
|
||||
SRC_URI[parsec-service.sha256sum] = "f58e7ba859c22cc1904dc8298b1a7d94ee1ba3b4d4808f28e4cc0c96ddb149c9"
|
||||
SRC_URI[parsec-service-1.2.0.sha256sum] = "f58e7ba859c22cc1904dc8298b1a7d94ee1ba3b4d4808f28e4cc0c96ddb149c9"
|
||||
|
||||
S = "${CARGO_VENDORING_DIRECTORY}/${BP}"
|
||||
|
||||
PACKAGECONFIG ??= "PKCS11 MBED-CRYPTO"
|
||||
have_TPM = "${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'TPM', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user