summaryrefslogtreecommitdiffstats
path: root/openembedded-layer/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded-layer/recipes-kernel')
-rw-r--r--openembedded-layer/recipes-kernel/asf/asf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-kernel/asf/asf_git.bb b/openembedded-layer/recipes-kernel/asf/asf_git.bb
index 676c547..71eb46b 100644
--- a/openembedded-layer/recipes-kernel/asf/asf_git.bb
+++ b/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"