aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:40 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:26:47 +0100
commitf61c767b661e11a0fd2d36ac699a2fb315143a8d (patch)
tree7d6c3c622c041167566ddecdddfbadd6d82d885d
parentda70fbd111d76543348d4dd82c79616b6d041ab2 (diff)
downloadopenembedded-f61c767b661e11a0fd2d36ac699a2fb315143a8d.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> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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"