summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/nativesdk-clang-glue.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/nativesdk-clang-glue.bb')
-rw-r--r--recipes-devtools/clang/nativesdk-clang-glue.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/clang/nativesdk-clang-glue.bb b/recipes-devtools/clang/nativesdk-clang-glue.bb
index 0483109..0959928 100644
--- a/recipes-devtools/clang/nativesdk-clang-glue.bb
+++ b/recipes-devtools/clang/nativesdk-clang-glue.bb
@@ -14,10 +14,10 @@ DEPENDS += "nativesdk-clang"
14S = "${WORKDIR}" 14S = "${WORKDIR}"
15 15
16do_install() { 16do_install() {
17 install -d ${D}${prefix_nativesdk} 17 install -d ${D}${prefix_nativesdk}
18 cd ${D}${prefix_nativesdk} 18 cd ${D}${prefix_nativesdk}
19 ln -s ..${libdir} . 19 ln -s ..${libdir} .
20 ln -s ..${includedir} . 20 ln -s ..${includedir} .
21} 21}
22 22
23sysroot_stage_all () { 23sysroot_stage_all () {