aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:39:44 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:40 -0500
commit117de1e54a2a54088f3b2ccfbcd6697d435218b8 (patch)
treef6d6c26594f6ce268cadf064f01a0b925c082ed2
parent0a1d556650b396a5282fa9f3b9db2d6d57de9f50 (diff)
downloadopenembedded-117de1e54a2a54088f3b2ccfbcd6697d435218b8.tar.gz
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@ti.com>
-rw-r--r--recipes/libsndfile/libsndfile1_1.0.24.bb4
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 913c2837de..57dc02ae10 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"