diff options
| -rw-r--r-- | recipes-extended/cst/cst_git.bb | 26 |
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 729ee5f8c..000000000 --- a/recipes-extended/cst/cst_git.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "utility for security boot" | ||
| 2 | SECTION = "cst" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | |||
| 5 | # TODO: fix license - this file is not a license | ||
| 6 | LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3" | ||
| 7 | |||
| 8 | DEPENDS += "openssl" | ||
| 9 | |||
| 10 | inherit kernel-arch | ||
| 11 | |||
| 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master" | ||
| 13 | SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"' | ||
| 18 | |||
| 19 | PARALLEL_MAKE = "" | ||
| 20 | |||
| 21 | do_install () { | ||
| 22 | oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir} | ||
| 23 | } | ||
| 24 | |||
| 25 | FILES_${PN}-dbg += "${bindir}/cst/.debug" | ||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
