[oe-commits] [openembedded-core] 05/19: toolchain-scripts: retab file

git at git.openembedded.org git at git.openembedded.org
Tue Jun 5 22:42:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e1eea7efd35d4f8770a335c1cdf6fcf60586fef6
Author: Martin Kelly <mkelly at xevo.com>
AuthorDate: Mon Jun 4 16:05:57 2018 -0700

    toolchain-scripts: retab file
    
    A function is uses a mix of spaces and tabs. The rest of the file
    uses tabs, so switch to tabs uniformly.
    
    Signed-off-by: Martin Kelly <mkelly at xevo.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/toolchain-scripts.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
index 71da5e5..278cbc0 100644
--- a/meta/classes/toolchain-scripts.bbclass
+++ b/meta/classes/toolchain-scripts.bbclass
@@ -122,7 +122,7 @@ toolchain_create_post_relocate_script() {
 	rm -f $script
 	touch $script
 
-    cat >> $script <<EOF
+	cat >> $script <<EOF
 if [ -d "${SDKPATHNATIVE}/post-relocate-setup.d/" ]; then
     for s in ${SDKPATHNATIVE}/post-relocate-setup.d/*.sh; do
         \$s "\$1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list