| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-14-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27719/ |
| State | Accepted |
| Commit | 143b48f3356db369e80c711ec03168640ee14080 |
| Headers | show |
Comments
Patch
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 \
* 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 <Chase.Maupin@ti.com> --- recipes/audiofile/audiofile_0.2.6.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)