From 12994b85e6018eb09ca9ccb238ac179ee23dc229 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 20 Oct 2013 14:45:36 +0200 Subject: bigbuckbunny: Don't use whole avi in LIC_FILES_CHKSUM and add version * it's causing huge deploy/licenses files: 211M deploy/licenses/bigbuckbunny-480p 317M deploy/licenses/bigbuckbunny-720p 886M deploy/licenses/bigbuckbunny-1080p and avi checksum is already verified by SRC_URI checksums Signed-off-by: Martin Jansa --- .../recipes-multimedia/sample-content/bigbuckbunny-720p.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb') diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb index 61cdfdcff0..810e05f920 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Big Buck Bunny movie - 720P" -LICENSE = "CC-BY" -LIC_FILES_CHKSUM = "file://${WORKDIR}/big_buck_bunny_720p_surround.avi;md5=0da8fe124595f5b206d64cb1400bbefc" +LICENSE = "CC-BY-3.0" +# http://www.bigbuckbunny.org/index.php/about/ +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7" SRC_URI = "http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi" SRC_URI[md5sum] = "0da8fe124595f5b206d64cb1400bbefc" -- cgit 1.2.3-korg