aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm-common-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm-common-native.bb')
-rw-r--r--recipes/llvm/llvm-common-native.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/llvm/llvm-common-native.bb b/recipes/llvm/llvm-common-native.bb
deleted file mode 100644
index c2b79bd6a5..0000000000
--- a/recipes/llvm/llvm-common-native.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require llvm-common.bb
-
-inherit native
-
-do_install() {
- :
-}
-
-do_stage() {
- install -d ${STAGING_BINDIR}
- install -m 0755 ${WORKDIR}/llvm-config ${STAGING_BINDIR}
-}