All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH] README: fix branches of openembedded layers we depend on
@ 2016-08-12  8:07 Richard Leitner
  2016-08-12 13:06 ` Maxin B. John
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Leitner @ 2016-08-12  8:07 UTC (permalink / raw)
  To: openembedded-devel

Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files)
rxtx requires the remove-libtool class. This class was introduced
in the krogoth branch of openembedded-core and not backported.

Therefore update the branch names in the README to "krogoth".

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 259fa75..f766869 100644
--- a/README
+++ b/README
@@ -7,11 +7,11 @@ Yocto Project build systems.
 This layer depends on:
 
 URI: git://git.openembedded.org/openembedded-core
-branch: daisy
+branch: krogoth
 revision: HEAD
 
 URI: git://git.openembedded.org/meta-openembedded
-branch: daisy
+branch: krogoth
 revision: HEAD
 
 Contributing
-- 
2.1.4



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

* Re: [meta-java][PATCH] README: fix branches of openembedded layers we depend on
  2016-08-12  8:07 [meta-java][PATCH] README: fix branches of openembedded layers we depend on Richard Leitner
@ 2016-08-12 13:06 ` Maxin B. John
  2016-08-13  3:04   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Maxin B. John @ 2016-08-12 13:06 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On Fri, Aug 12, 2016 at 10:07:46AM +0200, Richard Leitner wrote:
> Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files)
> rxtx requires the remove-libtool class. This class was introduced
> in the krogoth branch of openembedded-core and not backported.
> 
> Therefore update the branch names in the README to "krogoth".
> 
> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
> ---
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/README b/README
> index 259fa75..f766869 100644
> --- a/README
> +++ b/README
> @@ -7,11 +7,11 @@ Yocto Project build systems.
>  This layer depends on:
>  
>  URI: git://git.openembedded.org/openembedded-core
> -branch: daisy
> +branch: krogoth
>  revision: HEAD
>  
>  URI: git://git.openembedded.org/meta-openembedded
> -branch: daisy
> +branch: krogoth
>  revision: HEAD
>  
>  Contributing
> -- 
> 2.1.4

README was a bit outdated. Thanks for updating it.

Pushed to master.

Best Regards,
Maxin


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

* Re: [meta-java][PATCH] README: fix branches of openembedded layers we depend on
  2016-08-12 13:06 ` Maxin B. John
@ 2016-08-13  3:04   ` Khem Raj
  2016-08-15 10:23     ` Maxin B. John
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-08-13  3:04 UTC (permalink / raw)
  To: openembedded-devel

On 16-08-12 16:06:33, Maxin B. John wrote:
> Hi,
> 
> On Fri, Aug 12, 2016 at 10:07:46AM +0200, Richard Leitner wrote:
> > Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files)
> > rxtx requires the remove-libtool class. This class was introduced
> > in the krogoth branch of openembedded-core and not backported.
> > 
> > Therefore update the branch names in the README to "krogoth".
> > 
> > Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
> > ---
> >  README | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/README b/README
> > index 259fa75..f766869 100644
> > --- a/README
> > +++ b/README
> > @@ -7,11 +7,11 @@ Yocto Project build systems.
> >  This layer depends on:
> >  
> >  URI: git://git.openembedded.org/openembedded-core
> > -branch: daisy
> > +branch: krogoth
> >  revision: HEAD
> >  
> >  URI: git://git.openembedded.org/meta-openembedded
> > -branch: daisy
> > +branch: krogoth
> >  revision: HEAD
> >  
> >  Contributing
> > -- 
> > 2.1.4
> 
> README was a bit outdated. Thanks for updating it.
> 
> Pushed to master.

This should also reflect the fact that it also works
with master branches of respective layers

> 
> Best Regards,
> Maxin
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-java][PATCH] README: fix branches of openembedded layers we depend on
  2016-08-13  3:04   ` Khem Raj
@ 2016-08-15 10:23     ` Maxin B. John
  0 siblings, 0 replies; 4+ messages in thread
From: Maxin B. John @ 2016-08-15 10:23 UTC (permalink / raw)
  To: openembedded-devel

Hi Khem,

On Fri, Aug 12, 2016 at 08:04:38PM -0700, Khem Raj wrote:
> On 16-08-12 16:06:33, Maxin B. John wrote:
> > Hi,
> > 
> > On Fri, Aug 12, 2016 at 10:07:46AM +0200, Richard Leitner wrote:
> > > Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files)
> > > rxtx requires the remove-libtool class. This class was introduced
> > > in the krogoth branch of openembedded-core and not backported.
> > > 
> > > Therefore update the branch names in the README to "krogoth".
> > > 
> > > Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
> > > ---
> > >  README | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/README b/README
> > > index 259fa75..f766869 100644
> > > --- a/README
> > > +++ b/README
> > > @@ -7,11 +7,11 @@ Yocto Project build systems.
> > >  This layer depends on:
> > >  
> > >  URI: git://git.openembedded.org/openembedded-core
> > > -branch: daisy
> > > +branch: krogoth
> > >  revision: HEAD
> > >  
> > >  URI: git://git.openembedded.org/meta-openembedded
> > > -branch: daisy
> > > +branch: krogoth
> > >  revision: HEAD
> > >  
> > >  Contributing
> > > -- 
> > > 2.1.4
> > 
> > README was a bit outdated. Thanks for updating it.
> > 
> > Pushed to master.
> 
> This should also reflect the fact that it also works
> with master branches of respective layers

Thanks for the suggestion. Will update it soon.

> > 

Warm Regards,
Maxin


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

end of thread, other threads:[~2016-08-15 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-12  8:07 [meta-java][PATCH] README: fix branches of openembedded layers we depend on Richard Leitner
2016-08-12 13:06 ` Maxin B. John
2016-08-13  3:04   ` Khem Raj
2016-08-15 10:23     ` Maxin B. John

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.