From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs
Date: Thu, 12 Sep 2013 18:14:26 +0200 [thread overview]
Message-ID: <l0sp8p$8o0$1@ger.gmane.org> (raw)
In-Reply-To: <1378999913-22567-1-git-send-email-ross.burton@intel.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 12-09-13 17:31, Ross Burton schreef:
> The tarballs used were the dynamically-generated tarballs from github,
> which recently have changed checksum. Avoid this problem entirely by
> fetching from git, locked to the relevant tag.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
> --- .../recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb |
> 6 +++--- .../recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb
> | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git
> a/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb
> b/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb
> index 6d81ed2..fb0194b 100644 ---
> a/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb
> +++
> b/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb
> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>
> DEPENDS = "dbus glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4"
>
> -SRC_URI = "https://github.com/01org/${BPN}/archive/v${PV}.zip"
> -SRC_URI[md5sum] = "9fc4db84b3459bc77232b24bde48b000" -SRC_URI[sha256sum]
> = "9cdee47bbbfa3de5aaa5cf3fc9e208ccd97e5079f6d8fa84a6d1f24a1b760237"
> +SRC_URI = "git://github.com/01org/${BPN}.git" +SRCREV =
> "1996ecbe4a06c95d22f7d958e32e3d28f7a4a2e9" +S = "${WORKDIR}/git"
>
> inherit autotools
>
> diff --git
> a/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb
> b/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb
>
>
index d23babe..478b1c7 100644
> ---
> a/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb
>
>
+++ b/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb
> @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>
> DEPENDS = "dbus glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4"
>
> -SRC_URI = "https://github.com/01org/${BPN}/archive/v${PV}.zip"
> -SRC_URI[md5sum] = "1e19349712a34dd56a14fc280b5d8b74" -SRC_URI[sha256sum]
> = "d6623d98dd35ee32bc08349b4a22d12101dda38a2ece1e468ff0160e519a854d"
> +SRC_URI = "git://github.com/01org/${BPN}.git" +SRCREV =
> "4a0b1d7cd8e22d3cb0e09c77c344ceccbcbbd34f" +S = "${WORKDIR}/git"
>
> inherit autotools
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFSMehiMkyGM64RGpERAsTeAJ0R8qOVSYvcJ9iztlKzIa92UkongQCeNwjh
u3SRenLrGTVa/GjCncFhWjU=
=vWrd
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2013-09-12 16:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 15:31 [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs Ross Burton
2013-09-12 16:14 ` Koen Kooi [this message]
2013-09-19 12:11 ` Martin Jansa
2013-09-24 13:51 ` Burton, Ross
2013-09-24 14:18 ` Martin Jansa
2013-09-24 14:41 ` Burton, Ross
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='l0sp8p$8o0$1@ger.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/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.