From 2acbec4cc3030f5fc12657b8440d7beff3138433 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Sep 2021 22:06:24 -0700 Subject: imx-cst: Correct SRC_URI to use static SRCREV instead of tag Signed-off-by: Khem Raj --- .../openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dynamic-layers/openembedded-layer') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb index 004eea96..81d98098 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb @@ -7,7 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.bsd3;md5=1fbcd66ae51447aa94da10cbf6271530" DEPENDS = "byacc-native flex-native openssl" -SRC_URI = "git://gitlab.apertis.org/pkg/imx-code-signing-tool.git;protocol=https;tag=debian/3.3.1+dfsg-2;nobranch=1" +# tag=debian/3.3.1+dfsg-2 +SRCREV = "e2c687a856e6670e753147aacef42d0a3c07891a" +SRC_URI = "git://gitlab.apertis.org/pkg/imx-code-signing-tool.git;protocol=https;branch=apertis/v2022pre" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf