| Submitter | Joshua Lock |
|---|---|
| Date | Dec. 15, 2011, 11:30 p.m. |
| Message ID | <35d3dfdcbc7291c8556e90d67a0f349c8f7caa03.1323991540.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17059/ |
| State | New |
| Headers | show |
Comments
Op 16 dec. 2011, om 00:30 heeft Joshua Lock het volgende geschreven: > Signed-off-by: Joshua Lock <josh@linux.intel.com> > --- > meta/recipes-graphics/pango/pango.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc > index ff5a73a..922425c 100644 > --- a/meta/recipes-graphics/pango/pango.inc > +++ b/meta/recipes-graphics/pango/pango.inc > @@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x." > HOMEPAGE = "http://www.pango.org/" > BUGTRACKER = "http://bugzilla.gnome.org" > SECTION = "libs" > -LICENSE = "LGPL" > +LICENSE = "LGPL-2.0+" In the past we agreed to use LGLPv2+ for that, has that changed?
On 15/12/11 23:30, Koen Kooi wrote: > > Op 16 dec. 2011, om 00:30 heeft Joshua Lock het volgende geschreven: > >> Signed-off-by: Joshua Lock <josh@linux.intel.com> >> --- >> meta/recipes-graphics/pango/pango.inc | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc >> index ff5a73a..922425c 100644 >> --- a/meta/recipes-graphics/pango/pango.inc >> +++ b/meta/recipes-graphics/pango/pango.inc >> @@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x." >> HOMEPAGE = "http://www.pango.org/" >> BUGTRACKER = "http://bugzilla.gnome.org" >> SECTION = "libs" >> -LICENSE = "LGPL" >> +LICENSE = "LGPL-2.0+" > > In the past we agreed to use LGLPv2+ for that, has that changed? My bad, I saw the modified license handling code was mapping to SPDX values and opted to just do that. You're right though, current convention is the v notation. I've respun the patch series. Cheers, Joshua
Patch
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index ff5a73a..922425c 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x." HOMEPAGE = "http://www.pango.org/" BUGTRACKER = "http://bugzilla.gnome.org" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPL-2.0+" X11DEPENDS = "virtual/libx11 libxft" DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo "
Signed-off-by: Joshua Lock <josh@linux.intel.com> --- meta/recipes-graphics/pango/pango.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)