diff options
| -rw-r--r-- | meta-fsl-arm/openembedded-layer/recipes-kernel/asf/asf_git.bb | 2 |
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 | ||
| 26 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 26 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" |
