diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-10-11 14:33:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 14:33:46 -0300 |
commit | 62d888821db5bb4ebb83e10c43b245cfe091dec3 (patch) | |
tree | 8fe993222e3b0096d02d9f7319380d0b9c3419e4 /dynamic-layers/openembedded-layer | |
parent | 904b0ca9ade0a6fad7563a3e4c2ab0b984a2cad6 (diff) | |
parent | 2acbec4cc3030f5fc12657b8440d7beff3138433 (diff) | |
download | meta-freescale-62d888821db5bb4ebb83e10c43b245cfe091dec3.tar.gz |
Merge pull request #881 from YoeDistro/yoe/mut
imx-cst: Correct SRC_URI to use static SRCREV instead of tag
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 | ||