[oe-commits] Chase Maupin : libsndfile1: Update LICENSE field version to LGPLv2.1

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


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

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 09:39:44 2012 -0500

libsndfile1: Update LICENSE field version to LGPLv2.1

* Updated LICENSE field version from generic LGPL to LGPLv2.1 to
  reflect the real license version.
* This change was based on setting in oe-core as well as code
  inspection.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>

---

 recipes/libsndfile/libsndfile1_1.0.24.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libsndfile/libsndfile1_1.0.24.bb b/recipes/libsndfile/libsndfile1_1.0.24.bb
index 913c283..57dc02a 100644
--- a/recipes/libsndfile/libsndfile1_1.0.24.bb
+++ b/recipes/libsndfile/libsndfile1_1.0.24.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "An audio format Conversion library"
 HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
 AUTHOR = "Erik de Castro Lopo"
 SECTION = "libs/multimedia"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1"
 DEPENDS = "sqlite3"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list