From 24caed8ff6f6088033d00d4567f7a7cad7fd5dd3 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 13 Nov 2013 18:59:14 +0100 Subject: imx-bootlets: Fix removal of symbolic link in do_deploy Change-Id: I6c33382bf0df7ae71b76030ba3932ce426329913 Signed-off-by: Javier Viguera Signed-off-by: Otavio Salvador --- 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 6cea049..5161a7c 100644 --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb @@ -61,7 +61,7 @@ do_deploy () { symlink_name="imx-bootlets-`basename $f`-${MACHINE}" install -m 644 ${S}/$f ${DEPLOY_DIR_IMAGE}/$full_name - (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_nake ; ln -sf $full_name $symlink_name) + (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_name ; ln -sf $full_name $symlink_name) done } -- cgit v1.2.3-54-g00ecf