summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/cst/cst_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 25f89afe..135d27c4 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -2,16 +2,15 @@ SUMMARY = "utility for security boot"
2SECTION = "cst" 2SECTION = "cst"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
5# TODO: fix license - this file is not a license 5LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
6LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
7 6
8DEPENDS += "openssl" 7DEPENDS += "openssl"
9RDEPENDS_${PN} = "bash" 8RDEPENDS_${PN} = "bash"
10 9
11inherit kernel-arch 10inherit kernel-arch
12 11
13SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;nobranch=1"
14SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94" 13SRCREV = "a292f9d52c9e5837a4836436f7540f1b0c01db92"
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
17 16