aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Aillet <aymeric.aillet@iot.bzh>2019-12-13 10:45:20 +0100
committerAymeric Aillet <aymeric.aillet@iot.bzh>2019-12-16 16:14:02 +0100
commitd6bead32e1c3f9d7a2a181f8cc1620810faa2c20 (patch)
tree6e5634f0c48d036ecad84920b87bafa1b0e49bf8
parent42c95e5aee43e943ef581fb60263f3b77ad47c60 (diff)
Change the commit targeted by the recipe to a fix tag. BUG-AGL: SPEC-3030 Change-Id: Ib770f3a988d4f4ba47a0cf4c9d2d21f972c32968 Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
-rw-r--r--meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb
index 3b49a36..8d45a3c 100644
--- a/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb
+++ b/meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb
@@ -7,12 +7,12 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit pythonnative
-PV = "1.0+git${SRCPV}"
+PV = "0.1+git${SRCPV}"
-SRCREV = "fda2c22a00379ec7937a0445faf4e6f1578f19ee"
+SRCREV = "0.1"
SRC_URI = " \
- git://github.com/iotbzh/optee_user_app_template;branch=master;name=master \
+ git://github.com/iotbzh/optee_user_app_template;branch=master \
"
COMPATIBLE_MACHINE = "(salvator-x|h3ulcb|m3ulcb|m3nulcb|ebisu)"