diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-30 22:06:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-04 12:02:22 -0700 |
commit | 2acbec4cc3030f5fc12657b8440d7beff3138433 (patch) | |
tree | 8fe993222e3b0096d02d9f7319380d0b9c3419e4 /dynamic-layers/openembedded-layer | |
parent | 904b0ca9ade0a6fad7563a3e4c2ab0b984a2cad6 (diff) | |
download | meta-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/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb | 4 |
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 | ||
8 | DEPENDS = "byacc-native flex-native openssl" | 8 | DEPENDS = "byacc-native flex-native openssl" |
9 | 9 | ||
10 | SRC_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 |
11 | SRCREV = "e2c687a856e6670e753147aacef42d0a3c07891a" | ||
12 | SRC_URI = "git://gitlab.apertis.org/pkg/imx-code-signing-tool.git;protocol=https;branch=apertis/v2022pre" | ||
11 | 13 | ||
12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
13 | 15 | ||