summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/llvm/llvm-common.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/llvm/llvm-common.bb')
-rw-r--r--meta-oe/recipes-core/llvm/llvm-common.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm-common.bb b/meta-oe/recipes-core/llvm/llvm-common.bb
index 192919ee9..395ab0151 100644
--- a/meta-oe/recipes-core/llvm/llvm-common.bb
+++ b/meta-oe/recipes-core/llvm/llvm-common.bb
@@ -14,7 +14,7 @@ llvm_common_sysroot_preprocess() {
14 install -m 0755 ${WORKDIR}/llvm-config ${SYSROOT_DESTDIR}${bindir_crossscripts}/ 14 install -m 0755 ${WORKDIR}/llvm-config ${SYSROOT_DESTDIR}${bindir_crossscripts}/
15} 15}
16 16
17do_install_virtclass-native() { 17do_install_class-native() {
18 install -d ${D}${bindir} 18 install -d ${D}${bindir}
19 install -m 0755 ${WORKDIR}/llvm-config ${D}${bindir} 19 install -m 0755 ${WORKDIR}/llvm-config ${D}${bindir}
20} 20}