From fc099d8c2bcba56c84766567da1168b8a54e4231 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 25 Aug 2017 02:09:50 -0300 Subject: nativesdk-clang-glue: Fix indenting of code We were mixing tabs and spaces. Now we moved to use spaces only. Signed-off-by: Otavio Salvador --- recipes-devtools/clang/nativesdk-clang-glue.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-devtools/clang') 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" S = "${WORKDIR}" do_install() { - install -d ${D}${prefix_nativesdk} - cd ${D}${prefix_nativesdk} - ln -s ..${libdir} . - ln -s ..${includedir} . + install -d ${D}${prefix_nativesdk} + cd ${D}${prefix_nativesdk} + ln -s ..${libdir} . + ln -s ..${includedir} . } sysroot_stage_all () { -- cgit v1.2.3-54-g00ecf