All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] imx-bootlets: fix typo
@ 2013-11-13 17:59 Javier Viguera
  2013-11-13 18:21 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Viguera @ 2013-11-13 17:59 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Javier Viguera <javier.viguera@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
 }
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-fsl-arm][PATCH] imx-bootlets: fix typo
  2013-11-13 17:59 [meta-fsl-arm][PATCH] imx-bootlets: fix typo Javier Viguera
@ 2013-11-13 18:21 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2013-11-13 18:21 UTC (permalink / raw)
  To: Javier Viguera; +Cc: meta-freescale

On Wed, Nov 13, 2013 at 3:59 PM, Javier Viguera <javier.viguera@digi.com> wrote:
> Signed-off-by: Javier Viguera <javier.viguera@digi.com>
> ---

I reworked the commit log to be clear about what it does:

--
commit b4765b1ec7f6cf40846908d94846a51f664d7a55
Author: Javier Viguera <javier.viguera@digi.com>
Date:   Wed Nov 13 18:59:14 2013 +0100

    imx-bootlets: Fix removal of symbolic link in do_deploy

    Change-Id: I6c33382bf0df7ae71b76030ba3932ce426329913
    Signed-off-by: Javier Viguera <javier.viguera@digi.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
--

This has been applied to master, dora and dylan.

Thanks for sending this patch.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-13 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 17:59 [meta-fsl-arm][PATCH] imx-bootlets: fix typo Javier Viguera
2013-11-13 18:21 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.