From: Mei Lei Date: Fri, 26 Nov 2010 01:28:34 +0000 (+0800) Subject: libtheora:Add license checksum to bb file X-Git-Tag: 2011-1~3731 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a82702db5a95b3f8bf73aae5d780e8efa5c4edf6;p=openembedded-core.git libtheora:Add license checksum to bb file Add COPYING file checksum to bb file Signed-off-by: Mei Lei --- diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index e9646828a8..74d75720d3 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 @@ HOMEPAGE = "http://xiph.org/" BUGTRACKER = "https://trac.xiph.org/newticket" SECTION = "libs" LICENSE = "BSD" - +LIC_FILES_CHKSUM = "file://COPYING;md5=cf91718f59eb6a83d06dc7bcaf411132" DEPENDS = "libogg" PR = "r1"