| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-28-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28123/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
* 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> --- recipes/libid3tag/libid3tag_0.15.1b.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)