diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:34 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:50 -0800 |
commit | a82702db5a95b3f8bf73aae5d780e8efa5c4edf6 (patch) | |
tree | 0b670421c8ab9e28a70a2fa493b3b6fdfec96a66 /meta/recipes-multimedia/libtheora | |
parent | dcf68c33d94bd0ef84c090ad6e259ec9261d983d (diff) | |
download | openembedded-core-contrib-a82702db5a95b3f8bf73aae5d780e8efa5c4edf6.tar.gz |
libtheora:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libtheora')
-rw-r--r-- | meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index e9646828a8c..74d75720d34 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" |