aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cst/cst_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cst/cst_git.bb')
-rw-r--r--recipes-devtools/cst/cst_git.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
deleted file mode 100644
index dcac949c..00000000
--- a/recipes-devtools/cst/cst_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "utility for security boot"
-SECTION = "cst"
-LICENSE = "BSD"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
-
-DEPENDS += "openssl"
-RDEPENDS_${PN} = "bash"
-
-inherit kernel-arch
-
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \
-"
-SRCREV = "e04690ba2ca60f56eb126e01496ed0cacbd838d4"
-
-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"