From: Ting Liu Date: Sat, 9 Jan 2016 06:43:47 +0000 (+0800) Subject: asf: remove unnecessary ending spaces X-Git-Tag: 2.1~114 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6558df1b9562eb2ff6cd08bccfe7d7488ca62684;p=meta-freescale.git asf: remove unnecessary ending spaces Signed-off-by: Ting Liu > Signed-off-by: Otavio Salvador --- 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 () { } 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 {} \;