summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cst/cst_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/cst/cst_git.bb')
-rw-r--r--recipes-extended/cst/cst_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
index 177f23c..9d2d297 100644
--- a/recipes-extended/cst/cst_git.bb
+++ b/recipes-extended/cst/cst_git.bb
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5
7 7
8DEPENDS += "openssl" 8DEPENDS += "openssl"
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git" 10SRCBRANCH = "sdk-v1.4.x"
11SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=${SRCBRANCH}"
11SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f" 12SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f"
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"