[meta-freescale] [PATCH 54/60] asf: remove unnecessary ending spaces

ting.liu at nxp.com ting.liu at nxp.com
Fri Jan 8 22:43:47 PST 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>>
---
 recipes-kernel/asf/asf_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index b91b60e..34308e2 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -24,9 +24,9 @@ do_configure_prepend () {
 }
 
 do_install(){
-    install -d ${D}/${libexecdir} 
+    install -d ${D}/${libexecdir}
     install -d ${D}/lib/modules/${KERNEL_VERSION}/asf
-    cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf 
+    cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf
     cp -rf ${S}/bin/min  ${D}/lib/modules/${KERNEL_VERSION}/asf
     cp -rf ${S}/../scripts ${D}/${libexecdir}/
     find ${D}/lib -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \;
-- 
1.9.2



More information about the meta-freescale mailing list