[oe-commits] Chase Maupin : faac: Update LICENSE field version to LGPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:48 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 2bef7a88b0dbe0a37bdcac85d90476c2f06697df
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2bef7a88b0dbe0a37bdcac85d90476c2f06697df

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 08:12:06 2012 -0500

faac: Update LICENSE field version to LGPLv2

* 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 at ti.com>

---

 recipes/faac/faac_1.24.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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
 





More information about the Openembedded-commits mailing list