aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-native_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm-native_2.4.bb')
-rw-r--r--recipes/llvm/llvm-native_2.4.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/llvm/llvm-native_2.4.bb b/recipes/llvm/llvm-native_2.4.bb
deleted file mode 100644
index 2e0a73fe86..0000000000
--- a/recipes/llvm/llvm-native_2.4.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require llvm.inc
-
-SRC_URI = "http://llvm.org/releases/2.4/llvm-${PV}.tar.gz"
-
-inherit native
-
-S = "${WORKDIR}/llvm-${PV}"
-
-do_stage() {
- install -m 755 ${S}/Release/bin/* ${STAGING_BINDIR_NATIVE}/
-}
-
-do_rm_work() {
- :
-}