diff options
-rw-r--r-- | recipes-kernel/asf/asf_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index 7f355ebd..8cfc018c 100644 --- a/recipes-kernel/asf/asf_git.bb +++ b/recipes-kernel/asf/asf_git.bb | |||
@@ -29,6 +29,7 @@ do_install(){ | |||
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 | } | 33 | } |
33 | 34 | ||
34 | FILES_${PN} += "${libexecdir}" | 35 | FILES_${PN} += "${libexecdir}" |