[oe-commits] chase maupin : libid3tag: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:28 UTC 2012


Module: openembedded.git
Branch: master
Commit: 376649f49f7109bcc830c7a8d1e49def47fef924
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=376649f49f7109bcc830c7a8d1e49def47fef924

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:26 2012 +0000

libid3tag: Update LICENSE field version to GPLv2

* Updated LICENSE field version from generic GPL to GPLv2+ to
  reflect the real license version.
* This change was back-ported from oe-core.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libid3tag/libid3tag_0.15.1b.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libid3tag/libid3tag_0.15.1b.bb b/recipes/libid3tag/libid3tag_0.15.1b.bb
index c7869da..23f60e0 100644
--- a/recipes/libid3tag/libid3tag_0.15.1b.bb
+++ b/recipes/libid3tag/libid3tag_0.15.1b.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Library for interacting with ID3 tags"
 SECTION = "libs/multimedia"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 DEPENDS = "zlib"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
            file://libid3tag-pkg-config.patch"





More information about the Openembedded-commits mailing list