From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:42 +0000 (+0000) Subject: libvorbis: Clarify BSD license variant X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13025 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27a73929ee51bc7d78cc29ff800a7537f8718c54;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libvorbis: Clarify BSD license variant The license of libvorbis is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb index cbda6dc2fc0..1a3cdc22696 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.6.bb @@ -5,7 +5,7 @@ is the main vorbis codec library." HOMEPAGE = "http://www.vorbis.com/" BUGTRACKER = "https://trac.xiph.org" SECTION = "libs" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=70c7063491d2d9f76a098d62ed5134f1 \ file://include/vorbis/vorbisenc.h;beginline=1;endline=11;md5=d1c1d138863d6315131193d4046d81cb" DEPENDS = "libogg"