]> code.ossystems Code Review - meta-freescale.git/commitdiff
cst: remove duplicated recipe
authorZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 6 Aug 2015 10:47:05 +0000 (18:47 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:15 +0000 (15:03 -0300)
cst recipe exists in recipes-devtools folder

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
recipes-extended/cst/cst_git.bb [deleted file]

diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
deleted file mode 100644 (file)
index 729ee5f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "utility for security boot"
-SECTION = "cst"
-LICENSE = "BSD"
-
-# TODO: fix license - this file is not a license
-LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3"
-
-DEPENDS += "openssl"
-
-inherit kernel-arch
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master"
-SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
-
-PARALLEL_MAKE = ""
-
-do_install () {
-    oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir}
-}
-
-FILES_${PN}-dbg += "${bindir}/cst/.debug"
-BBCLASSEXTEND = "native nativesdk"