aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:36 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:26:46 +0100
commitf7d3ffeb6ae320498726dfce96faef0137185390 (patch)
treec62138cecde379b0c7e5448e964f3ead6ad8912f
parent520b04b0d3a4c4c9e4672749153154a74fe31c50 (diff)
downloadopenembedded-f7d3ffeb6ae320498726dfce96faef0137185390.tar.gz
libsamplerate0: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2+ 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/libsamplerate/libsamplerate0_0.1.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb
index 2a81e4bc00..d64cfd5f77 100644
--- a/recipes/libsamplerate/libsamplerate0_0.1.7.bb
+++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
-LICENSE = "GPL libsamplerate"
+LICENSE = "GPLv2+"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \