From d6bead32e1c3f9d7a2a181f8cc1620810faa2c20 Mon Sep 17 00:00:00 2001 From: Aymeric Aillet Date: Fri, 13 Dec 2019 10:45:20 +0100 Subject: [Community] Fix the optee-user-app-template recipe Change the commit targeted by the recipe to a fix tag. BUG-AGL: SPEC-3030 Change-Id: Ib770f3a988d4f4ba47a0cf4c9d2d21f972c32968 Signed-off-by: Aymeric Aillet --- meta-rcar-gen3/recipes-bsp/optee/optee-user-app-template_git.bb | 6 +++--- 1 file 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)" -- cgit 1.2.3-korg