dleyna: switch to git clones instead of generated tarballs
authorRoss Burton <ross.burton@intel.com>
Thu, 12 Sep 2013 15:31:53 +0000 (15:31 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:32:56 +0000 (08:32 -0800)
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.

(From meta-openembedded rev: ef3f283609c5b165f5dfa9d6458f3c9ffb53f209)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb
meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/renderer-service-upnp_0.3.0.bb

index 6d81ed2..fb0194b 100644 (file)
@@ -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
 
index d23babe..478b1c7 100644 (file)
@@ -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