diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:47 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | 6558df1b9562eb2ff6cd08bccfe7d7488ca62684 (patch) | |
tree | 22085200db0400e6cee4e812f08dd7c5eddf3b20 | |
parent | 2a8cd35d90210f630f984a396eaba4af265a0fe1 (diff) | |
download | meta-freescale-6558df1b9562eb2ff6cd08bccfe7d7488ca62684.tar.gz |
asf: remove unnecessary ending spaces
Signed-off-by: Ting Liu <ting.liu@nxp.com>>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/asf/asf_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index b91b60e9..34308e2d 100644 --- a/recipes-kernel/asf/asf_git.bb +++ b/recipes-kernel/asf/asf_git.bb | |||
@@ -24,9 +24,9 @@ do_configure_prepend () { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | do_install(){ | 26 | do_install(){ |
27 | install -d ${D}/${libexecdir} | 27 | install -d ${D}/${libexecdir} |
28 | install -d ${D}/lib/modules/${KERNEL_VERSION}/asf | 28 | install -d ${D}/lib/modules/${KERNEL_VERSION}/asf |
29 | cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf | 29 | cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf |
30 | cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf | 30 | cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf |
31 | cp -rf ${S}/../scripts ${D}/${libexecdir}/ | 31 | cp -rf ${S}/../scripts ${D}/${libexecdir}/ |
32 | find ${D}/lib -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \; | 32 | find ${D}/lib -depth -type d -exec rmdir --ignore-fail-on-non-empty {} \; |