summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cst/cst_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cst/cst_git.bb')
-rw-r--r--recipes-devtools/cst/cst_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index fcae0c79..dc0ae5e8 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -9,8 +9,10 @@ RDEPENDS_${PN} = "bash"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://github.com/qoriq-open-source/cst.git;nobranch=1" 12SRC_URI = "git://github.com/qoriq-open-source/cst.git;nobranch=1 \
13SRCREV = "6424157985568df3f42a46e24222e38671455ddb" 13 file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \
14"
15SRCREV = "1afb40c13097fc9e8a641aa5d0420498fea01c65"
14 16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18