diff options
Diffstat (limited to 'recipes-bsp/change-file-endianess/change-file-endianess.bb')
-rw-r--r-- | recipes-bsp/change-file-endianess/change-file-endianess.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/change-file-endianess/change-file-endianess.bb b/recipes-bsp/change-file-endianess/change-file-endianess.bb index ff1828bc..9cf2212e 100644 --- a/recipes-bsp/change-file-endianess/change-file-endianess.bb +++ b/recipes-bsp/change-file-endianess/change-file-endianess.bb | |||
@@ -25,7 +25,7 @@ do_deploy () { | |||
25 | 25 | ||
26 | do_deploy_class-native () { | 26 | do_deploy_class-native () { |
27 | install -d ${DEPLOYDIR} | 27 | install -d ${DEPLOYDIR} |
28 | cp -f ${STAGING_BINDIR_NATIVE}/byte_swap.tcl ${DEPLOYDIR}/ | 28 | cp -f ${S}/byte_swap.tcl ${DEPLOYDIR}/ |
29 | } | 29 | } |
30 | addtask deploy before do_build after do_populate_sysroot | 30 | addtask deploy before do_build after do_populate_sysroot |
31 | 31 | ||