summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/cst/cst_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 37ee71ca..b3df252d 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -9,10 +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://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \
13 file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \ 13 file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \
14" 14"
15SRCREV = "5e0ce7047c0185007efec2757fe4c55d49f95aad" 15SRCREV = "20b9a6e3d454c37ed323bfcc4c87879760c90836"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18