From 256bfa652aafa001ff39cdf8316c26c35facce2d Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:11 +0000 Subject: liba52: Update LICENSE field version to GPLv2 * 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 Signed-off-by: Martin Jansa --- recipes/liba52/liba52_0.7.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/liba52') diff --git a/recipes/liba52/liba52_0.7.4.bb b/recipes/liba52/liba52_0.7.4.bb index 7cf630e076..1c2168c519 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 -- cgit 1.2.3-korg