aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:26 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:26:43 +0100
commit376649f49f7109bcc830c7a8d1e49def47fef924 (patch)
treec2b3defee5f22104e279f8f3f342745691b6d0f8
parenta0b7daad6faf6ff0a19aaf38c2271982a66606de (diff)
downloadopenembedded-376649f49f7109bcc830c7a8d1e49def47fef924.tar.gz
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@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/libid3tag/libid3tag_0.15.1b.bb4
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 c7869daf1b..23f60e0ec9 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"