diff mbox series

[meta-ti,dunfell] optee-examples: Add dependency on python3-cryptography-native

Message ID 20220818195236.19319-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] optee-examples: Add dependency on python3-cryptography-native | expand

Commit Message

Andrew Davis Aug. 18, 2022, 7:52 p.m. UTC
This is needed for building the latest optee-examples.

While here switch to HTTPS for fetching from Github.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 recipes-security/optee/optee-examples_%.bbappend | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/recipes-security/optee/optee-examples_%.bbappend b/recipes-security/optee/optee-examples_%.bbappend
index 19e32d9d..9941b345 100644
--- a/recipes-security/optee/optee-examples_%.bbappend
+++ b/recipes-security/optee/optee-examples_%.bbappend
@@ -1,2 +1,5 @@ 
 PV_ti-soc = "3.17.0+git${SRCPV}"
 SRCREV_ti-soc = "65fc74309e12189ad5b6ce3ffec37c8011088a5a"
+SRC_URI_ti-soc = "git://github.com/linaro-swg/optee_examples.git;protocol=https"
+
+DEPENDS_append_ti-soc = " python3-cryptography-native"