summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-06 18:47:05 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commita5a1bf8d72d1e7d3d0260e4cca2d89157aa224eb (patch)
tree8083405e5edd67f045649801c47d36c392f95664 /recipes-extended
parent7525c946c2b1475449f0b7821590d5db66ea8b5f (diff)
downloadmeta-freescale-a5a1bf8d72d1e7d3d0260e4cca2d89157aa224eb.tar.gz
cst: remove duplicated recipe
cst recipe exists in recipes-devtools folder Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cst/cst_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
deleted file mode 100644
index 729ee5f8..00000000
--- a/recipes-extended/cst/cst_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "utility for security boot"
2SECTION = "cst"
3LICENSE = "BSD"
4
5# TODO: fix license - this file is not a license
6LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3"
7
8DEPENDS += "openssl"
9
10inherit kernel-arch
11
12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master"
13SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301"
14
15S = "${WORKDIR}/git"
16
17EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
18
19PARALLEL_MAKE = ""
20
21do_install () {
22 oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir}
23}
24
25FILES_${PN}-dbg += "${bindir}/cst/.debug"
26BBCLASSEXTEND = "native nativesdk"