trustfence-cst: avoid warnings about cst tarball

When parsing the recipe, a warning is shown because the tarball is only found
in the downloads folder. However this is expected as it cannot be distributed.

As a workaround, add the tarball to the SRC_URI variable only when Trustfence
is active. That way the warning is not shown in all other cases.

This was incorrectly removed in commit 14fc51147f.

Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
Jose Diaz de Grenu 2017-11-24 15:11:02 +01:00
parent a2d16e749e
commit 0b7da46eb0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LICENSE = "CLOSED"
DEPENDS = "openssl-native"
SRC_URI = " \
file://cst-${PV}.tar.gz \
${@base_conditional('TRUSTFENCE_SIGN', '1', 'file://cst-${PV}.tar.gz', '', d)} \
file://0001-gen_auth_encrypted_data-reuse-existing-DEK-file.patch \
file://0002-hab4_pki_tree.sh-automate-script.patch \
file://0003-openssl_helper-use-dev-urandom-as-seed-source.patch \