| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-30-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27625/ |
| State | Accepted |
| Commit | 38e0545ffeda3cb8d5770769f601418cac45c305 |
| Headers | show |
Comments
Patch
diff --git a/recipes/libmodplug/libmodplug_0.8.7.bb b/recipes/libmodplug/libmodplug_0.8.7.bb index 7d198a9..3df4d4c 100644 --- a/recipes/libmodplug/libmodplug_0.8.7.bb +++ b/recipes/libmodplug/libmodplug_0.8.7.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Library for reading mod-like audio files." HOMEPAGE = "http://modplug-xmms.sf.net" SECTION = "libs" -LICENSE = "GPL" +LICENSE = "PD" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
* Updated LICENSE field version from generic GPL to PD to reflect the change from GPL to the Public Domain license. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libmodplug/libmodplug_0.8.7.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)