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, 12 insertions, 0 deletions
diff --git a/recipes/llvm/llvm-common-native.bb b/recipes/llvm/llvm-common-native.bb
new file mode 100644
index 0000000000..c2b79bd6a5
--- /dev/null
+++ b/recipes/llvm/llvm-common-native.bb
@@ -0,0 +1,12 @@
+require llvm-common.bb
+
+inherit native
+
+do_install() {
+ :
+}
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install -m 0755 ${WORKDIR}/llvm-config ${STAGING_BINDIR}
+}