| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-63-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27677/ |
| State | Accepted |
| Commit | 67f7850612254fa879948247a5a63e7eb725047a |
| Headers | show |
Comments
Patch
diff --git a/recipes/libmikmod/libmikmod_3.1.12.bb b/recipes/libmikmod/libmikmod_3.1.12.bb index cf7b0f0..ad09219 100644 --- a/recipes/libmikmod/libmikmod_3.1.12.bb +++ b/recipes/libmikmod/libmikmod_3.1.12.bb @@ -1,8 +1,8 @@ DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." SECTION = "libs" PRIORITY = "optional" -LICENSE = "LGPL" -PR = "r4" +LICENSE = "LGPLv2.1" +PR = "r5" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libmikmod/libmikmod_3.1.12.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)