aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 08:34:42 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:11 -0500
commit40c68ffd83f06e15c93dea1d71c5dc9c52686419 (patch)
treec7f30f185fc9f776ac480d4af37921a5d234897a
parent87e71518d4e6697e9df96cf35dbc7fb00fc192d5 (diff)
downloadopenembedded-40c68ffd83f06e15c93dea1d71c5dc9c52686419.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>
-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"