summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb
index 676c54799..71eb46b77 100644
--- a/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb
+++ b/meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb
@@ -20,7 +20,7 @@ do_install(){
20 mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf 20 mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/asf
21 cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf 21 cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf
22 cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf 22 cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf
23 cp -rf ${S}/scripts ${D}/${libexecdir}/ 23 cp -rf ${S}/../scripts ${D}/${libexecdir}/
24} 24}
25 25
26FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 26FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"