| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-12-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27585/ |
| State | Accepted |
| Commit | 256bfa652aafa001ff39cdf8316c26c35facce2d |
| Headers | show |
Comments
Patch
diff --git a/recipes/liba52/liba52_0.7.4.bb b/recipes/liba52/liba52_0.7.4.bb index 7cf630e..1c2168c 100644 --- a/recipes/liba52/liba52_0.7.4.bb +++ b/recipes/liba52/liba52_0.7.4.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Library for reading some sort of media format." -LICENSE = "GPL" +LICENSE = "GPLv2+" SECTION = "libs" PRIORITY = "optional" -PR = "r3" +PR = "r4" inherit autotools
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/liba52/liba52_0.7.4.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)