| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-44-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27623/ |
| State | Accepted |
| Commit | 8621a4f738ad3801c67bd47257ff77f9868268cc |
| Headers | show |
Comments
Patch
diff --git a/recipes/libvisual/libvisual_0.4.0.bb b/recipes/libvisual/libvisual_0.4.0.bb index b8f6fd8..b7e898c 100644 --- a/recipes/libvisual/libvisual_0.4.0.bb +++ b/recipes/libvisual/libvisual_0.4.0.bb @@ -2,8 +2,8 @@ DESCRIPTION = "A cross platform audio visualization library" HOMEPAGE = "http://libvisual.sf.net" SECTION = "libs" PRIORITY = "optional" -LICENSE = "LGPL GPL" -PR = "r1" +LICENSE = "LGPLv2.1+ GPLv2" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz \ file://no-libdir.patch \
* Updated LICENSE field version from generic LGPL/GPL to LGPLv2.1+ and GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/libvisual/libvisual_0.4.0.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)