| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-20-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27697/ |
| State | Accepted |
| Commit | 7614bb06f8e1611f324a2b74f995c4a325c692d1 |
| Headers | show |
Comments
Patch
diff --git a/recipes/faac/faac_1.24.bb b/recipes/faac/faac_1.24.bb index b635b32..a7e548b 100644 --- a/recipes/faac/faac_1.24.bb +++ b/recipes/faac/faac_1.24.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Library for reading some sort of media format." SECTION = "libs" PRIORITY = "optional" DEPENDS = "" -LICENSE = "LGPL" +LICENSE = "LGPLv2 LGPLv2.1" -PR = "r1" +PR = "r2" inherit autotools
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/faac/faac_1.24.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)