summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-30 22:06:24 -0700
committerKhem Raj <raj.khem@gmail.com>2021-10-04 12:02:22 -0700
commit2acbec4cc3030f5fc12657b8440d7beff3138433 (patch)
tree8fe993222e3b0096d02d9f7319380d0b9c3419e4 /dynamic-layers
parent904b0ca9ade0a6fad7563a3e4c2ab0b984a2cad6 (diff)
downloadmeta-freescale-2acbec4cc3030f5fc12657b8440d7beff3138433.tar.gz
imx-cst: Correct SRC_URI to use static SRCREV instead of tag
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb4
1 files changed, 3 insertions, 1 deletions
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"
7 7
8DEPENDS = "byacc-native flex-native openssl" 8DEPENDS = "byacc-native flex-native openssl"
9 9
10SRC_URI = "git://gitlab.apertis.org/pkg/imx-code-signing-tool.git;protocol=https;tag=debian/3.3.1+dfsg-2;nobranch=1" 10# tag=debian/3.3.1+dfsg-2
11SRCREV = "e2c687a856e6670e753147aacef42d0a3c07891a"
12SRC_URI = "git://gitlab.apertis.org/pkg/imx-code-signing-tool.git;protocol=https;branch=apertis/v2022pre"
11 13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
13 15