On Tue, Dec 31, 2013 at 12:08:31AM -0200, Otavio Salvador wrote: > This adds the Tears of Steel movie in 1080P as a sample content for > easy addition in images.
ERROR: No checksum specified for /home/jenkins/oe/shr-core-branches/shr-core/downloads/ToS-4k-1920.mov, please add at least one to the recipe: SRC_URI[md5sum] = "e3fee55b1779c553e37b1d3988e6fad6" SRC_URI[sha256sum] = "bd2b5bc6c16d4085034f47ef7e4b3938afe86b4eec4ac3cf2685367d3b0b23b0" ERROR: Function failed: Fetcher failure for URL: 'http://ftp.nluug.nl/pub/graphics/blender/demo/movies/ToS/ToS-4k-1920.mov'. Missing SRC_URI checksum I'll fix, but please be more careful next time. > > Signed-off-by: Otavio Salvador <[email protected]> > --- > .../sample-content/tearsofsteel-1080p.bb | 14 > ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 > meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb > > diff --git > a/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb > b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb > new file mode 100644 > index 0000000..86e79f3 > --- /dev/null > +++ b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb > @@ -0,0 +1,14 @@ > +DESCRIPTION = "Tears of Steel movie - 1080P" > +LICENSE = "CC-BY-3.0" > +LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/files/common-licenses/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7" > + > +SRC_URI = > "http://ftp.nluug.nl/pub/graphics/blender/demo/movies/ToS/ToS-4k-1920.mov" > + > +inherit allarch > + > +do_install() { > + install -d ${D}${datadir}/movies > + install -m 0644 ${WORKDIR}/ToS-4k-1920.mov ${D}${datadir}/movies/ > +} > + > +FILES_${PN} += "${datadir}/movies" > -- > 1.8.5.2 > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
