aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/bigbuckbunny-480p.bb
blob: be9ad776a8598ae98550f481211b914bf7de272c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Big Buck Bunny movie"
LICENSE = "CC-BY"

SRC_URI = "http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi"

do_install() {
	install -d ${D}${datadir}/movies
	install -m 0644 ${WORKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ 
}

FILES_${PN} += "${datadir}/movies"
PACKAGE_ARCH = "all"