| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-41-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28137/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/libsidplay/libsidplay_1.36.59.bb b/recipes/libsidplay/libsidplay_1.36.59.bb index 898a9c5..079bc62 100644 --- a/recipes/libsidplay/libsidplay_1.36.59.bb +++ b/recipes/libsidplay/libsidplay_1.36.59.bb @@ -1,8 +1,8 @@ DESCRIPTION = "A library for replaying C64 SID music" SECTION = "libs" PRIORITY = "optional" -LICENSE = "GPL" -PR = "r1" +LICENSE = "GPLv2" +PR = "r2" SRC_URI = "\ ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libsidplay/libsidplay_1.36.59.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)