All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs
Date: Thu, 19 Sep 2013 14:11:31 +0200	[thread overview]
Message-ID: <20130919121131.GE18414@jama> (raw)
In-Reply-To: <1378999913-22567-1-git-send-email-ross.burton@intel.com>

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

On Thu, Sep 12, 2013 at 04:31:53PM +0100, Ross Burton wrote:
> 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.

Merged, thanks!

> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  .../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
>  
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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:[~2013-09-19 12:09 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
2013-09-19 12:11 ` Martin Jansa [this message]
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=20130919121131.GE18414@jama \
    --to=martin.jansa@gmail.com \
    --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.