summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libclc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/libclc_git.bb')
-rw-r--r--recipes-devtools/clang/libclc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/libclc_git.bb b/recipes-devtools/clang/libclc_git.bb
index 9525b25..3cc52b5 100644
--- a/recipes-devtools/clang/libclc_git.bb
+++ b/recipes-devtools/clang/libclc_git.bb
@@ -21,7 +21,7 @@ EXTRA_OECMAKE += " \
21 -Dll_comp_in:FILEPATH=${OECMAKE_SOURCEPATH}/cmake/CMakeLLAsmCompiler.cmake.in \ 21 -Dll_comp_in:FILEPATH=${OECMAKE_SOURCEPATH}/cmake/CMakeLLAsmCompiler.cmake.in \
22 " 22 "
23 23
24do_configure_prepend () { 24do_configure:prepend () {
25 # Write out a qemu wrapper that will be used by cmake 25 # Write out a qemu wrapper that will be used by cmake
26 # so that it can run target helper binaries through that. 26 # so that it can run target helper binaries through that.
27 qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" 27 qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}"
@@ -32,6 +32,6 @@ EOF
32 chmod +x ${WORKDIR}/qemuwrapper 32 chmod +x ${WORKDIR}/qemuwrapper
33} 33}
34 34
35FILES_${PN} += "${datadir}/clc" 35FILES:${PN} += "${datadir}/clc"
36 36
37BBCLASSEXTEND = "native nativesdk" 37BBCLASSEXTEND = "native nativesdk"