summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"