| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-41-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27619/ |
| State | Accepted |
| Commit | f61c767b661e11a0fd2d36ac699a2fb315143a8d |
| Headers | show |
Comments
Patch
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"
* 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> --- recipes/libsndfile/libsndfile1_1.0.24.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)