From 9912fabffa43d8797562f20f6e2bd5dc738b800d Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:42 +0000 Subject: libtheora: Clarify BSD license variant The license of libtheora is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index 664d8480a2..178e1a9240 100644 --- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb +++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "The libtheora reference implementation provides the standard enco HOMEPAGE = "http://xiph.org/" BUGTRACKER = "https://trac.xiph.org/newticket" SECTION = "libs" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" DEPENDS = "libogg" -- cgit 1.2.3-korg