]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-cst: Correct SRC_URI to use static SRCREV instead of tag 881/head
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Oct 2021 05:06:24 +0000 (22:06 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 4 Oct 2021 19:02:22 +0000 (12:02 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb

index 004eea9634e780b9d6f7134af43fa3585b7faf11..81d9809860798dcc5666ea84ad9a1a4a9fd06a04 100644 (file)
@@ -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"