summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-18 14:52:36 -0500
committerRyan Eatmon <reatmon@ti.com>2022-08-26 14:33:15 -0500
commit9e5ec11a1ade654fc2cf35e4c260b298832113ff (patch)
treec55aede846cb9d613a2acacb671034a057f1b1be
parentdbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a (diff)
downloadmeta-ti-9e5ec11a1ade654fc2cf35e4c260b298832113ff.tar.gz
optee-examples: Add dependency on python3-cryptography-native
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-security/optee/optee-examples_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1PV_ti-soc = "3.17.0+git${SRCPV}" 1PV_ti-soc = "3.17.0+git${SRCPV}"
2SRCREV_ti-soc = "65fc74309e12189ad5b6ce3ffec37c8011088a5a" 2SRCREV_ti-soc = "65fc74309e12189ad5b6ce3ffec37c8011088a5a"
3SRC_URI_ti-soc = "git://github.com/linaro-swg/optee_examples.git;protocol=https"
4
5DEPENDS_append_ti-soc = " python3-cryptography-native"