All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] java.bbclass: Use force (-f) for ln (suggested by Marcin).
@ 2009-04-22 19:09 Marcin Juszkiewicz
  2009-04-22 19:16 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-04-22 19:09 UTC (permalink / raw)
  To: openembedded-devel

From: Robert Schuster <rschus@entw2.(none)>

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 classes/java.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/java.bbclass b/classes/java.bbclass
index 38256d7..cacd2ce 100644
--- a/classes/java.bbclass
+++ b/classes/java.bbclass
@@ -72,7 +72,7 @@ oe_jarinstall() {
       oewarn "file was in the way. removing:" $dir/$1
       rm $dir/$1
     fi
-    ln -s $destname $dir/$1
+    ln -sf $destname $dir/$1
     shift
   done
 }
-- 
1.6.3.rc0






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

* Re: [PATCH 1/1] java.bbclass: Use force (-f) for ln (suggested by Marcin).
  2009-04-22 19:09 [PATCH 1/1] java.bbclass: Use force (-f) for ln (suggested by Marcin) Marcin Juszkiewicz
@ 2009-04-22 19:16 ` Otavio Salvador
  2009-04-23 10:02   ` Marcin Juszkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2009-04-22 19:16 UTC (permalink / raw)
  To: openembedded-devel

HACK! The email is (none) :P

On Wed, Apr 22, 2009 at 4:09 PM, Marcin Juszkiewicz
<marcin@juszkiewicz.com.pl> wrote:
> From: Robert Schuster <rschus@entw2.(none)>
>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
> ---
>  classes/java.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/classes/java.bbclass b/classes/java.bbclass
> index 38256d7..cacd2ce 100644
> --- a/classes/java.bbclass
> +++ b/classes/java.bbclass
> @@ -72,7 +72,7 @@ oe_jarinstall() {
>       oewarn "file was in the way. removing:" $dir/$1
>       rm $dir/$1
>     fi
> -    ln -s $destname $dir/$1
> +    ln -sf $destname $dir/$1
>     shift
>   done
>  }
> --
> 1.6.3.rc0
>
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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

* Re: [PATCH 1/1] java.bbclass: Use force (-f) for ln (suggested by Marcin).
  2009-04-22 19:16 ` Otavio Salvador
@ 2009-04-23 10:02   ` Marcin Juszkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2009-04-23 10:02 UTC (permalink / raw)
  To: openembedded-devel

Dnia środa, 22 kwietnia 2009 o 21:16:30 Otavio Salvador napisał(a):
> On Wed, Apr 22, 2009 at 4:09 PM, Marcin Juszkiewicz
>
> <marcin@juszkiewicz.com.pl> wrote:
> > From: Robert Schuster <rschus@entw2.(none)>

> HACK! The email is (none) :P

Blame Robert for that - I cherrypicked this change from .dev tree.

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





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

end of thread, other threads:[~2009-04-23 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-22 19:09 [PATCH 1/1] java.bbclass: Use force (-f) for ln (suggested by Marcin) Marcin Juszkiewicz
2009-04-22 19:16 ` Otavio Salvador
2009-04-23 10:02   ` Marcin Juszkiewicz

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.