From patchwork Mon May 21 14:29:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [14/70] audiofile: Update LICENSE field version to GPLv2 and LGPLv2 Date: Mon, 21 May 2012 14:29:13 -0000 From: chase maupin X-Patchwork-Id: 28091 Message-Id: <1337610609-1173-15-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * Updated LICENSE field version from generic LGPL/GPL to LGPLv2 and 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 --- recipes/audiofile/audiofile_0.2.6.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/audiofile/audiofile_0.2.6.bb b/recipes/audiofile/audiofile_0.2.6.bb index 6840506..f7e3b3b 100644 --- a/recipes/audiofile/audiofile_0.2.6.bb +++ b/recipes/audiofile/audiofile_0.2.6.bb @@ -3,9 +3,9 @@ API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \ WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \ Research, Amiga IFF/8SVX, and NIST SPHERE." SECTION = "libs" -LICENSE = "LGPL GPL" +LICENSE = "LGPLv2 GPLv2" RPROVIDES_${PN} += "audiofile" -PR = "r8" +PR = "r9" SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz \ file://audiofile-m4_quote_fix.diff;striplevel=0 \