From patchwork Mon May 14 16:10:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [40/69] libsndfile1: Update LICENSE field version Date: Mon, 14 May 2012 16:10:05 -0000 From: chase maupin X-Patchwork-Id: 27619 Message-Id: <1337011834-24879-41-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- 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"