summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/cst/cst_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
index f7b790b..548acd0 100644
--- a/recipes-extended/cst/cst_git.bb
+++ b/recipes-extended/cst/cst_git.bb
@@ -3,14 +3,14 @@ SECTION = "cst"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
5# TODO: fix license - this file is not a license 5# TODO: fix license - this file is not a license
6LIC_FILES_CHKSUM = "file://include/common.h;beginline=8;endline=30;md5=573e4049ebb103e1cb3f63bc8aaf00b2" 6LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
7 7
8DEPENDS += "openssl" 8DEPENDS += "openssl"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.9.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x"
13SRCREV = "65f79eb1443211826a58ff225e86b251af5f0e12" 13SRCREV = "d1c6c28ee78f8ed2aa92dbd6c0c00e6defe1242b"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16