From: Khem Raj Date: Fri, 1 Oct 2021 05:06:24 +0000 (-0700) Subject: imx-cst: Correct SRC_URI to use static SRCREV instead of tag X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F881%2Fhead;p=meta-freescale.git imx-cst: Correct SRC_URI to use static SRCREV instead of tag Signed-off-by: Khem Raj --- 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"