diff options
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb index b96c1e95b..25a5e514b 100644 --- a/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/meta-fsl-arm/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | |||
| @@ -69,7 +69,7 @@ do_deploy () { | |||
| 69 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" | 69 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" |
| 70 | 70 | ||
| 71 | install -m 644 ${S}/$f ${DEPLOYDIR}/$full_name | 71 | install -m 644 ${S}/$f ${DEPLOYDIR}/$full_name |
| 72 | (cd ${DEPLOYDIR} ; rm -f $symlink_nake ; ln -sf $full_name $symlink_name) | 72 | (cd ${DEPLOYDIR} ; rm -f $symlink_name ; ln -sf $full_name $symlink_name) |
| 73 | done | 73 | done |
| 74 | } | 74 | } |
| 75 | 75 | ||
