* [PATCH] qt4-embedded: append qt4-embedded LICENSE setting
@ 2012-01-31 20:14 Chase Maupin
2012-02-01 6:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Chase Maupin @ 2012-01-31 20:14 UTC (permalink / raw)
To: meta-arago
* Append the qt4-embedded LICENSE field to LGPLv2.1 to reflect
the license we are distributing this under.
* This is similar to the amend used in the old arago overlay
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
.../qt4/qt4-embedded_4.8.0.bbappend | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend
diff --git a/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend b/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644
index 0000000..462a746
--- /dev/null
+++ b/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.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 = "-arago1"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] qt4-embedded: append qt4-embedded LICENSE setting
2012-01-31 20:14 [PATCH] qt4-embedded: append qt4-embedded LICENSE setting Chase Maupin
@ 2012-02-01 6:18 ` Denys Dmytriyenko
2012-02-01 13:07 ` Maupin, Chase
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-02-01 6:18 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
On Tue, Jan 31, 2012 at 02:14:08PM -0600, Chase Maupin wrote:
> * Append the qt4-embedded LICENSE field to LGPLv2.1 to reflect
> the license we are distributing this under.
> * This is similar to the amend used in the old arago overlay
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../qt4/qt4-embedded_4.8.0.bbappend | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend
I'm still not convinced about recipes-bbappends. What do you see are the
benefits? Are you afraid of losing track of .bbappends among real recipes?
There are tools for that, such as bitbake-layers.
Qt recipes live in recipes-qt/qt4 in OE-Core and corresponding bbappends in
meta-oe are at the same location. Why do we need a different one for Arago?
bitbake-layers would allow you to examine the recipe overlaying and
modifications from .bbappends...
--
Denys
> diff --git a/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend b/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.bbappend
> new file mode 100644
> index 0000000..462a746
> --- /dev/null
> +++ b/meta-arago-distro/recipes-bbappends/qt4/qt4-embedded_4.8.0.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 = "-arago1"
> --
> 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] 3+ messages in thread
* Re: [PATCH] qt4-embedded: append qt4-embedded LICENSE setting
2012-02-01 6:18 ` Denys Dmytriyenko
@ 2012-02-01 13:07 ` Maupin, Chase
0 siblings, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2012-02-01 13:07 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org
I realize there are tools for handling bbappends and I've used some of them before. But what I saw with arago in the past was that amends were added to work around some issue temporarily while the fix was being pushed upstream, but then kind of lost in the mix or forgotten about. I guess what I was hoping for was that by placing the bbappends in a single directory that we could have an easy focal point for what we should be trying to reduce or keep minimal. Basically out of sight out of mind is what I'm trying to avoid.
But, I'm not married to this. At the end of the day I am willing to go with whatever makes sense to the most people and we could use one of the tools to check for appends that no longer apply, as well as a list of which recipes are being appended.
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: Denys Dmytriyenko [mailto:denis@denix.org]
> Sent: Wednesday, February 01, 2012 12:18 AM
> To: Maupin, Chase
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] qt4-embedded: append qt4-embedded
> LICENSE setting
>
> On Tue, Jan 31, 2012 at 02:14:08PM -0600, Chase Maupin wrote:
> > * Append the qt4-embedded LICENSE field to LGPLv2.1 to reflect
> > the license we are distributing this under.
> > * This is similar to the amend used in the old arago overlay
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > .../qt4/qt4-embedded_4.8.0.bbappend | 5 +++++
> > 1 files changed, 5 insertions(+), 0 deletions(-)
> > create mode 100644 meta-arago-distro/recipes-bbappends/qt4/qt4-
> embedded_4.8.0.bbappend
>
> I'm still not convinced about recipes-bbappends. What do you see
> are the
> benefits? Are you afraid of losing track of .bbappends among real
> recipes?
> There are tools for that, such as bitbake-layers.
>
> Qt recipes live in recipes-qt/qt4 in OE-Core and corresponding
> bbappends in
> meta-oe are at the same location. Why do we need a different one
> for Arago?
> bitbake-layers would allow you to examine the recipe overlaying and
> modifications from .bbappends...
>
> --
> Denys
>
>
> > diff --git a/meta-arago-distro/recipes-bbappends/qt4/qt4-
> embedded_4.8.0.bbappend b/meta-arago-distro/recipes-
> bbappends/qt4/qt4-embedded_4.8.0.bbappend
> > new file mode 100644
> > index 0000000..462a746
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-bbappends/qt4/qt4-
> embedded_4.8.0.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 = "-arago1"
> > --
> > 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] 3+ messages in thread
end of thread, other threads:[~2012-02-01 13:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 20:14 [PATCH] qt4-embedded: append qt4-embedded LICENSE setting Chase Maupin
2012-02-01 6:18 ` Denys Dmytriyenko
2012-02-01 13:07 ` Maupin, Chase
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.