[oe] [meta-multimedia][PATCH] dleyna: switch to git clones instead of generated tarballs

Koen Kooi koen at dominion.thruhere.net
Thu Sep 12 16:14:26 UTC 2013


-----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 at intel.com>

Acked-by: Koen Kooi <koen at 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-----




More information about the Openembedded-devel mailing list