All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-oe] tearofsteel-1080p: Add recipe
Date: Wed, 1 Jan 2014 13:37:57 +0100	[thread overview]
Message-ID: <20140101123757.GD11840@jama> (raw)
In-Reply-To: <1388455711-20416-1-git-send-email-otavio@ossystems.com.br>

[-- Attachment #1: Type: text/plain, Size: 2058 bytes --]

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 <otavio@ossystems.com.br>
> ---
>  .../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
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  parent reply	other threads:[~2014-01-01 12:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-31  2:08 [meta-oe] tearofsteel-1080p: Add recipe Otavio Salvador
2014-01-01 10:53 ` Koen Kooi
2014-01-01 12:37 ` Martin Jansa [this message]
2014-01-01 16:04   ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140101123757.GD11840@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.