aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-native_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm-native_1.9.bb')
-rw-r--r--recipes/llvm/llvm-native_1.9.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/llvm/llvm-native_1.9.bb b/recipes/llvm/llvm-native_1.9.bb
deleted file mode 100644
index 1493bab886..0000000000
--- a/recipes/llvm/llvm-native_1.9.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require llvm.inc
-
-inherit native
-
-S = "${WORKDIR}/llvm-${PV}"
-
-do_stage() {
- install -m 755 ${S}/Release/bin/* ${STAGING_BINDIR_NATIVE}/
-}