All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] tearofsteel-1080p: Add recipe
@ 2013-12-31  2:08 Otavio Salvador
  2014-01-01 10:53 ` Koen Kooi
  2014-01-01 12:37 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-12-31  2:08 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

This adds the Tears of Steel movie in 1080P as a sample content for
easy addition in images.

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-oe] tearofsteel-1080p: Add recipe
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2014-01-01 10:53 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Otavio Salvador schreef op 31-12-13 03:08:
> This adds the Tears of Steel movie in 1080P as a sample content for easy
> addition in images.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

> --- .../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"
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFSw/O6MkyGM64RGpERAvjqAJ9MoQTYPB8+ByPpjR9ZJQL6VGmNiwCfUUzo
8ElWYkklCTC8ZLlrykxkKcc=
=JL0h
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-oe] tearofsteel-1080p: Add recipe
  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
  2014-01-01 16:04   ` Otavio Salvador
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-01-01 12:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-oe] tearofsteel-1080p: Add recipe
  2014-01-01 12:37 ` Martin Jansa
@ 2014-01-01 16:04   ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-01-01 16:04 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OpenEmbedded Devel List

Em 01/01/2014 07:37, "Martin Jansa" <martin.jansa@gmail.com> escreveu:
>
> 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.

Sorry for missing it, I noticed this patch in a branch I had in my laptop
and preferred to send it instead of losing it.

You know I usually send good patches so I'm sorry for this one.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-01 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-01-01 16:04   ` Otavio Salvador

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.