[meta-freescale] [meta-fsl-arm][PATCH] imx-bootlets: fix typo

Javier Viguera javier.viguera at digi.com
Wed Nov 13 09:59:14 PST 2013


Signed-off-by: Javier Viguera <javier.viguera at digi.com>
---

Notes:
    Backport to dora and dylan as well

 recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
index b96c1e95b2fe..25a5e514b165 100644
--- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
+++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb
@@ -69,7 +69,7 @@ do_deploy () {
         symlink_name="imx-bootlets-`basename $f`-${MACHINE}"
 
         install -m 644 ${S}/$f ${DEPLOYDIR}/$full_name
-        (cd ${DEPLOYDIR} ; rm -f $symlink_nake ; ln -sf $full_name $symlink_name)
+        (cd ${DEPLOYDIR} ; rm -f $symlink_name ; ln -sf $full_name $symlink_name)
     done
 }
 



More information about the meta-freescale mailing list