aboutsummaryrefslogtreecommitdiffstats
path: root/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb')
-rw-r--r--meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb b/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
deleted file mode 100644
index 35c65c0..0000000
--- a/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.3.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Parsec Command Line Interface"
-HOMEPAGE = "https://github.com/parallaxsecond/parsec-tool"
-LICENSE = "Apache-2.0"
-
-inherit cargo
-
-SRC_URI += "crate://crates.io/parsec-tool/${PV} \
-"
-
-TOOLCHAIN = "clang"
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 755 "${B}/target/${TARGET_SYS}/release/parsec-tool" "${D}${bindir}/parsec-tool"
-}
-
-require parsec-tool_${PV}.inc