aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-common.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-04-28 15:55:09 +0200
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-28 15:57:48 +0200
commite264996efb684cfad7c196ea19be1b1dc060dccc (patch)
tree21c816fd551376cb0ec83a9359c2e93fb5909b27 /recipes/llvm/llvm-common.bb
parentc4cd2af6385c4937d1e6905bc6ebc49516267e15 (diff)
downloadopenembedded-e264996efb684cfad7c196ea19be1b1dc060dccc.tar.gz
Reverted all commits done by Robert Schuster.
Each change to stable/2009 branch needs to be reviewed and acked by stable branch maintainers. Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
Diffstat (limited to 'recipes/llvm/llvm-common.bb')
-rw-r--r--recipes/llvm/llvm-common.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/llvm/llvm-common.bb b/recipes/llvm/llvm-common.bb
deleted file mode 100644
index b7f2bfc011..0000000000
--- a/recipes/llvm/llvm-common.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Helper script for OE's llvm support"
-
-SRC_URI = "file://llvm-config"
-
-PACKAGES = ""
-
-do_install() {
- :
-}
-
-do_stage() {
- install -d ${STAGING_BINDIR_CROSS}
- install -m 0755 ${WORKDIR}/llvm-config ${STAGING_BINDIR_CROSS}
-}