* [PATCH 1/2] qt4-embedded: Update version to 4.8.1
@ 2012-07-19 23:52 Franklin S Cooper Jr
2012-07-20 18:38 ` Maupin, Chase
0 siblings, 1 reply; 8+ messages in thread
From: Franklin S Cooper Jr @ 2012-07-19 23:52 UTC (permalink / raw)
To: meta-arago; +Cc: Franklin S Cooper Jr
* Updating qt4-embedded version from 4.8.0 to 4.8.1
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
.../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 -----
.../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
deleted file mode 100644
index 462a746..0000000
--- a/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
-# For our distribution purposes we only use LGPLv2.1
-LICENSE = "LGPLv2.1"
-
-PR_append = "-arago1"
diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
new file mode 100644
index 0000000..a2dc984
--- /dev/null
+++ b/meta-arago-distro/recipes-qt/qt4/qt4-embedded_4.8.1.bbappend
@@ -0,0 +1,5 @@
+# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
+# For our distribution purposes we only use LGPLv2.1
+LICENSE = "LGPLv2.1"
+
+PR_append = "-arago0"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-19 23:52 [PATCH 1/2] qt4-embedded: Update version to 4.8.1 Franklin S Cooper Jr
@ 2012-07-20 18:38 ` Maupin, Chase
2012-07-20 19:19 ` Cooper Jr., Franklin
0 siblings, 1 reply; 8+ messages in thread
From: Maupin, Chase @ 2012-07-20 18:38 UTC (permalink / raw)
To: Cooper Jr., Franklin, meta-arago@arago-project.org
This patch looks slightly mangled but maybe that is my mail client. The goal is correct but the line returns look wrong. Can you verify your patch has correct newlines? Aside from that
Acked-by: Chase Maupin <chase.maupin@ti.com>
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> Sent: Thursday, July 19, 2012 6:52 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version to
> 4.8.1
>
> * Updating qt4-embedded version from 4.8.0 to 4.8.1
>
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
> .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 -----
> .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5 +++++
> 2 files changed, 5 insertions(+), 5 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
>
> diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> deleted file mode 100644
> index 462a746..0000000
> --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> -# For our distribution purposes we only use LGPLv2.1
> -LICENSE = "LGPLv2.1"
> -
> -PR_append = "-arago1"
> diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
> new file mode 100644
> index 0000000..a2dc984
> --- /dev/null
> +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
> @@ -0,0 +1,5 @@
> +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> +# For our distribution purposes we only use LGPLv2.1
> +LICENSE = "LGPLv2.1"
> +
> +PR_append = "-arago0"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-20 18:38 ` Maupin, Chase
@ 2012-07-20 19:19 ` Cooper Jr., Franklin
2012-07-20 20:28 ` Maupin, Chase
0 siblings, 1 reply; 8+ messages in thread
From: Cooper Jr., Franklin @ 2012-07-20 19:19 UTC (permalink / raw)
To: Maupin, Chase, meta-arago@arago-project.org; +Cc: Cooper Jr., Franklin
Can you point out which section looks managed and clarify what you mean by having a correct newlines? I will double check but by looking at this email I didn't see any issue.
-----Original Message-----
From: Maupin, Chase
Sent: Friday, July 20, 2012 1:39 PM
To: Cooper Jr., Franklin; meta-arago@arago-project.org
Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update version to 4.8.1
This patch looks slightly mangled but maybe that is my mail client. The goal is correct but the line returns look wrong. Can you verify your patch has correct newlines? Aside from that
Acked-by: Chase Maupin <chase.maupin@ti.com>
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> Sent: Thursday, July 19, 2012 6:52 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version to
> 4.8.1
>
> * Updating qt4-embedded version from 4.8.0 to 4.8.1
>
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
> .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 -----
> .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5 +++++
> 2 files changed, 5 insertions(+), 5 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
>
> diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> deleted file mode 100644
> index 462a746..0000000
> --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.0.bbappend
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> -# For our distribution purposes we only use LGPLv2.1
> -LICENSE = "LGPLv2.1"
> -
> -PR_append = "-arago1"
> diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
> new file mode 100644
> index 0000000..a2dc984
> --- /dev/null
> +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> embedded_4.8.1.bbappend
> @@ -0,0 +1,5 @@
> +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> +# For our distribution purposes we only use LGPLv2.1
> +LICENSE = "LGPLv2.1"
> +
> +PR_append = "-arago0"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-20 19:19 ` Cooper Jr., Franklin
@ 2012-07-20 20:28 ` Maupin, Chase
2012-07-20 20:36 ` Denys Dmytriyenko
0 siblings, 1 reply; 8+ messages in thread
From: Maupin, Chase @ 2012-07-20 20:28 UTC (permalink / raw)
To: Cooper Jr., Franklin, meta-arago@arago-project.org
What I see is that the LICENSE line is lumped together with the comment line.
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Friday, July 20, 2012 2:20 PM
> To: Maupin, Chase; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> version to 4.8.1
>
> Can you point out which section looks managed and clarify what
> you mean by having a correct newlines? I will double check but by
> looking at this email I didn't see any issue.
>
> -----Original Message-----
> From: Maupin, Chase
> Sent: Friday, July 20, 2012 1:39 PM
> To: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> version to 4.8.1
>
> This patch looks slightly mangled but maybe that is my mail
> client. The goal is correct but the line returns look wrong.
> Can you verify your patch has correct newlines? Aside from that
>
> Acked-by: Chase Maupin <chase.maupin@ti.com>
>
> Sincerely,
> Chase Maupin
> Software Applications
> ARM MPU
> e-mail: chase.maupin@ti.com
> phone: (214) 567-2950
>
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/
>
>
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > Sent: Thursday, July 19, 2012 6:52 PM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version
> to
> > 4.8.1
> >
> > * Updating qt4-embedded version from 4.8.0 to 4.8.1
> >
> > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> > ---
> > .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 ----
> -
> > .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5
> +++++
> > 2 files changed, 5 insertions(+), 5 deletions(-)
> > delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.0.bbappend
> > create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.1.bbappend
> >
> > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.0.bbappend
> > deleted file mode 100644
> > index 462a746..0000000
> > --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.0.bbappend
> > +++ /dev/null
> > @@ -1,5 +0,0 @@
> > -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > -# For our distribution purposes we only use LGPLv2.1
> > -LICENSE = "LGPLv2.1"
> > -
> > -PR_append = "-arago1"
> > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.1.bbappend
> > new file mode 100644
> > index 0000000..a2dc984
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> > embedded_4.8.1.bbappend
> > @@ -0,0 +1,5 @@
> > +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > +# For our distribution purposes we only use LGPLv2.1
> > +LICENSE = "LGPLv2.1"
> > +
> > +PR_append = "-arago0"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-20 20:28 ` Maupin, Chase
@ 2012-07-20 20:36 ` Denys Dmytriyenko
2012-07-20 21:00 ` Maupin, Chase
2012-08-08 14:44 ` Cooper Jr., Franklin
0 siblings, 2 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-07-20 20:36 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-arago@arago-project.org, Cooper Jr., Franklin
That must your client - here it looks just fine.
Denys
On Fri, Jul 20, 2012 at 08:28:45PM +0000, Maupin, Chase wrote:
> What I see is that the LICENSE line is lumped together with the comment line.
>
> Sincerely,
> Chase Maupin
> Software Applications
> ARM MPU
> e-mail: chase.maupin@ti.com
> phone: (214) 567-2950
>
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/
>
>
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Friday, July 20, 2012 2:20 PM
> > To: Maupin, Chase; meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > version to 4.8.1
> >
> > Can you point out which section looks managed and clarify what
> > you mean by having a correct newlines? I will double check but by
> > looking at this email I didn't see any issue.
> >
> > -----Original Message-----
> > From: Maupin, Chase
> > Sent: Friday, July 20, 2012 1:39 PM
> > To: Cooper Jr., Franklin; meta-arago@arago-project.org
> > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > version to 4.8.1
> >
> > This patch looks slightly mangled but maybe that is my mail
> > client. The goal is correct but the line returns look wrong.
> > Can you verify your patch has correct newlines? Aside from that
> >
> > Acked-by: Chase Maupin <chase.maupin@ti.com>
> >
> > Sincerely,
> > Chase Maupin
> > Software Applications
> > ARM MPU
> > e-mail: chase.maupin@ti.com
> > phone: (214) 567-2950
> >
> > For support:
> > Forums - http://community.ti.com/forums/
> > Wiki - http://wiki.davincidsp.com/
> >
> >
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > Sent: Thursday, July 19, 2012 6:52 PM
> > > To: meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version
> > to
> > > 4.8.1
> > >
> > > * Updating qt4-embedded version from 4.8.0 to 4.8.1
> > >
> > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> > > ---
> > > .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 ----
> > -
> > > .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5
> > +++++
> > > 2 files changed, 5 insertions(+), 5 deletions(-)
> > > delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > >
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > deleted file mode 100644
> > > index 462a746..0000000
> > > --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > +++ /dev/null
> > > @@ -1,5 +0,0 @@
> > > -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > -# For our distribution purposes we only use LGPLv2.1
> > > -LICENSE = "LGPLv2.1"
> > > -
> > > -PR_append = "-arago1"
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > > new file mode 100644
> > > index 0000000..a2dc984
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > > @@ -0,0 +1,5 @@
> > > +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > +# For our distribution purposes we only use LGPLv2.1
> > > +LICENSE = "LGPLv2.1"
> > > +
> > > +PR_append = "-arago0"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-20 20:36 ` Denys Dmytriyenko
@ 2012-07-20 21:00 ` Maupin, Chase
2012-08-08 14:44 ` Cooper Jr., Franklin
1 sibling, 0 replies; 8+ messages in thread
From: Maupin, Chase @ 2012-07-20 21:00 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org, Cooper Jr., Franklin
OK. Good to know. His other patches looked fine so this is the only one I saw look funny.
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, July 20, 2012 3:36 PM
> To: Maupin, Chase
> Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> version to 4.8.1
>
> That must your client - here it looks just fine.
>
> Denys
>
>
> On Fri, Jul 20, 2012 at 08:28:45PM +0000, Maupin, Chase wrote:
> > What I see is that the LICENSE line is lumped together with the
> comment line.
> >
> > Sincerely,
> > Chase Maupin
> > Software Applications
> > ARM MPU
> > e-mail: chase.maupin@ti.com
> > phone: (214) 567-2950
> >
> > For support:
> > Forums - http://community.ti.com/forums/
> > Wiki - http://wiki.davincidsp.com/
> >
> >
> > > -----Original Message-----
> > > From: Cooper Jr., Franklin
> > > Sent: Friday, July 20, 2012 2:20 PM
> > > To: Maupin, Chase; meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > > version to 4.8.1
> > >
> > > Can you point out which section looks managed and clarify
> what
> > > you mean by having a correct newlines? I will double check
> but by
> > > looking at this email I didn't see any issue.
> > >
> > > -----Original Message-----
> > > From: Maupin, Chase
> > > Sent: Friday, July 20, 2012 1:39 PM
> > > To: Cooper Jr., Franklin; meta-arago@arago-project.org
> > > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > > version to 4.8.1
> > >
> > > This patch looks slightly mangled but maybe that is my mail
> > > client. The goal is correct but the line returns look wrong.
> > > Can you verify your patch has correct newlines? Aside from
> that
> > >
> > > Acked-by: Chase Maupin <chase.maupin@ti.com>
> > >
> > > Sincerely,
> > > Chase Maupin
> > > Software Applications
> > > ARM MPU
> > > e-mail: chase.maupin@ti.com
> > > phone: (214) 567-2950
> > >
> > > For support:
> > > Forums - http://community.ti.com/forums/
> > > Wiki - http://wiki.davincidsp.com/
> > >
> > >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-
> arago-
> > > > bounces@arago-project.org] On Behalf Of Cooper Jr.,
> Franklin
> > > > Sent: Thursday, July 19, 2012 6:52 PM
> > > > To: meta-arago@arago-project.org
> > > > Cc: Cooper Jr., Franklin
> > > > Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> version
> > > to
> > > > 4.8.1
> > > >
> > > > * Updating qt4-embedded version from 4.8.0 to 4.8.1
> > > >
> > > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> > > > ---
> > > > .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5
> ----
> > > -
> > > > .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5
> > > +++++
> > > > 2 files changed, 5 insertions(+), 5 deletions(-)
> > > > delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > >
> > > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend b/meta-arago-distro/recipes-
> qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > deleted file mode 100644
> > > > index 462a746..0000000
> > > > --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > +++ /dev/null
> > > > @@ -1,5 +0,0 @@
> > > > -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > > -# For our distribution purposes we only use LGPLv2.1
> > > > -LICENSE = "LGPLv2.1"
> > > > -
> > > > -PR_append = "-arago1"
> > > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend b/meta-arago-distro/recipes-
> qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > > new file mode 100644
> > > > index 0000000..a2dc984
> > > > --- /dev/null
> > > > +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > > @@ -0,0 +1,5 @@
> > > > +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > > +# For our distribution purposes we only use LGPLv2.1
> > > > +LICENSE = "LGPLv2.1"
> > > > +
> > > > +PR_append = "-arago0"
> > > > --
> > > > 1.7.0.4
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-
> arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-07-20 20:36 ` Denys Dmytriyenko
2012-07-20 21:00 ` Maupin, Chase
@ 2012-08-08 14:44 ` Cooper Jr., Franklin
2012-08-08 17:00 ` Denys Dmytriyenko
1 sibling, 1 reply; 8+ messages in thread
From: Cooper Jr., Franklin @ 2012-08-08 14:44 UTC (permalink / raw)
To: Dmytriyenko, Denys, Maupin, Chase
Cc: meta-arago@arago-project.org, Cooper Jr., Franklin
This patch must be undone since we decided to switch to denzil meta-oe.
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Friday, July 20, 2012 3:36 PM
To: Maupin, Chase
Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
Subject: Re: [meta-arago] [PATCH 1/2] qt4-embedded: Update version to 4.8.1
That must your client - here it looks just fine.
Denys
On Fri, Jul 20, 2012 at 08:28:45PM +0000, Maupin, Chase wrote:
> What I see is that the LICENSE line is lumped together with the comment line.
>
> Sincerely,
> Chase Maupin
> Software Applications
> ARM MPU
> e-mail: chase.maupin@ti.com
> phone: (214) 567-2950
>
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/
>
>
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Friday, July 20, 2012 2:20 PM
> > To: Maupin, Chase; meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > version to 4.8.1
> >
> > Can you point out which section looks managed and clarify what
> > you mean by having a correct newlines? I will double check but by
> > looking at this email I didn't see any issue.
> >
> > -----Original Message-----
> > From: Maupin, Chase
> > Sent: Friday, July 20, 2012 1:39 PM
> > To: Cooper Jr., Franklin; meta-arago@arago-project.org
> > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > version to 4.8.1
> >
> > This patch looks slightly mangled but maybe that is my mail
> > client. The goal is correct but the line returns look wrong.
> > Can you verify your patch has correct newlines? Aside from that
> >
> > Acked-by: Chase Maupin <chase.maupin@ti.com>
> >
> > Sincerely,
> > Chase Maupin
> > Software Applications
> > ARM MPU
> > e-mail: chase.maupin@ti.com
> > phone: (214) 567-2950
> >
> > For support:
> > Forums - http://community.ti.com/forums/
> > Wiki - http://wiki.davincidsp.com/
> >
> >
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > Sent: Thursday, July 19, 2012 6:52 PM
> > > To: meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version
> > to
> > > 4.8.1
> > >
> > > * Updating qt4-embedded version from 4.8.0 to 4.8.1
> > >
> > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> > > ---
> > > .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 ----
> > -
> > > .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5
> > +++++
> > > 2 files changed, 5 insertions(+), 5 deletions(-)
> > > delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > >
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > deleted file mode 100644
> > > index 462a746..0000000
> > > --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.0.bbappend
> > > +++ /dev/null
> > > @@ -1,5 +0,0 @@
> > > -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > -# For our distribution purposes we only use LGPLv2.1
> > > -LICENSE = "LGPLv2.1"
> > > -
> > > -PR_append = "-arago1"
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > > new file mode 100644
> > > index 0000000..a2dc984
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > embedded_4.8.1.bbappend
> > > @@ -0,0 +1,5 @@
> > > +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > +# For our distribution purposes we only use LGPLv2.1
> > > +LICENSE = "LGPLv2.1"
> > > +
> > > +PR_append = "-arago0"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] qt4-embedded: Update version to 4.8.1
2012-08-08 14:44 ` Cooper Jr., Franklin
@ 2012-08-08 17:00 ` Denys Dmytriyenko
0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2012-08-08 17:00 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org, Dmytriyenko, Denys
Oops, right, didn't check the version, reverted.
On Wed, Aug 08, 2012 at 02:44:33PM +0000, Cooper Jr., Franklin wrote:
> This patch must be undone since we decided to switch to denzil meta-oe.
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Friday, July 20, 2012 3:36 PM
> To: Maupin, Chase
> Cc: Cooper Jr., Franklin; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH 1/2] qt4-embedded: Update version to 4.8.1
>
> That must your client - here it looks just fine.
>
> Denys
>
>
> On Fri, Jul 20, 2012 at 08:28:45PM +0000, Maupin, Chase wrote:
> > What I see is that the LICENSE line is lumped together with the comment line.
> >
> > Sincerely,
> > Chase Maupin
> > Software Applications
> > ARM MPU
> > e-mail: chase.maupin@ti.com
> > phone: (214) 567-2950
> >
> > For support:
> > Forums - http://community.ti.com/forums/
> > Wiki - http://wiki.davincidsp.com/
> >
> >
> > > -----Original Message-----
> > > From: Cooper Jr., Franklin
> > > Sent: Friday, July 20, 2012 2:20 PM
> > > To: Maupin, Chase; meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > > version to 4.8.1
> > >
> > > Can you point out which section looks managed and clarify what
> > > you mean by having a correct newlines? I will double check but by
> > > looking at this email I didn't see any issue.
> > >
> > > -----Original Message-----
> > > From: Maupin, Chase
> > > Sent: Friday, July 20, 2012 1:39 PM
> > > To: Cooper Jr., Franklin; meta-arago@arago-project.org
> > > Subject: RE: [meta-arago] [PATCH 1/2] qt4-embedded: Update
> > > version to 4.8.1
> > >
> > > This patch looks slightly mangled but maybe that is my mail
> > > client. The goal is correct but the line returns look wrong.
> > > Can you verify your patch has correct newlines? Aside from that
> > >
> > > Acked-by: Chase Maupin <chase.maupin@ti.com>
> > >
> > > Sincerely,
> > > Chase Maupin
> > > Software Applications
> > > ARM MPU
> > > e-mail: chase.maupin@ti.com
> > > phone: (214) 567-2950
> > >
> > > For support:
> > > Forums - http://community.ti.com/forums/
> > > Wiki - http://wiki.davincidsp.com/
> > >
> > >
> > > > -----Original Message-----
> > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> > > > Sent: Thursday, July 19, 2012 6:52 PM
> > > > To: meta-arago@arago-project.org
> > > > Cc: Cooper Jr., Franklin
> > > > Subject: [meta-arago] [PATCH 1/2] qt4-embedded: Update version
> > > to
> > > > 4.8.1
> > > >
> > > > * Updating qt4-embedded version from 4.8.0 to 4.8.1
> > > >
> > > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> > > > ---
> > > > .../recipes-qt/qt4/qt4-embedded_4.8.0.bbappend | 5 ----
> > > -
> > > > .../recipes-qt/qt4/qt4-embedded_4.8.1.bbappend | 5
> > > +++++
> > > > 2 files changed, 5 insertions(+), 5 deletions(-)
> > > > delete mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > create mode 100644 meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > >
> > > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > deleted file mode 100644
> > > > index 462a746..0000000
> > > > --- a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.0.bbappend
> > > > +++ /dev/null
> > > > @@ -1,5 +0,0 @@
> > > > -# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > > -# For our distribution purposes we only use LGPLv2.1
> > > > -LICENSE = "LGPLv2.1"
> > > > -
> > > > -PR_append = "-arago1"
> > > > diff --git a/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > > new file mode 100644
> > > > index 0000000..a2dc984
> > > > --- /dev/null
> > > > +++ b/meta-arago-distro/recipes-qt/qt4/qt4-
> > > > embedded_4.8.1.bbappend
> > > > @@ -0,0 +1,5 @@
> > > > +# Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > > > +# For our distribution purposes we only use LGPLv2.1
> > > > +LICENSE = "LGPLv2.1"
> > > > +
> > > > +PR_append = "-arago0"
> > > > --
> > > > 1.7.0.4
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-08-08 17:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 23:52 [PATCH 1/2] qt4-embedded: Update version to 4.8.1 Franklin S Cooper Jr
2012-07-20 18:38 ` Maupin, Chase
2012-07-20 19:19 ` Cooper Jr., Franklin
2012-07-20 20:28 ` Maupin, Chase
2012-07-20 20:36 ` Denys Dmytriyenko
2012-07-20 21:00 ` Maupin, Chase
2012-08-08 14:44 ` Cooper Jr., Franklin
2012-08-08 17:00 ` Denys Dmytriyenko
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.