| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:30 p.m. |
| Message ID | <1337610609-1173-64-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28191/ |
| State | New, archived |
| 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(-)