diff options
author | Aymeric Aillet <aymeric.aillet@iot.bzh> | 2019-12-13 10:45:20 +0100 |
---|---|---|
committer | Aymeric Aillet <aymeric.aillet@iot.bzh> | 2019-12-16 16:14:02 +0100 |
commit | d6bead32e1c3f9d7a2a181f8cc1620810faa2c20 (patch) | |
tree | 6e5634f0c48d036ecad84920b87bafa1b0e49bf8 /meta-rcar-gen3/recipes-bsp/optee | |
parent | 42c95e5aee43e943ef581fb60263f3b77ad47c60 (diff) |
[Community] Fix the optee-user-app-template recipeicefish_8.99.5icefish_8.99.4icefish/8.99.5icefish/8.99.48.99.58.99.4sandbox/GrEzZaBzH/dev-optee
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>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb | 6 |
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)" |