ca-certificates: Rename which updates SRC_URI to fetchable tar.
authorKhem Raj <raj.khem@gmail.com>
Sat, 2 Oct 2010 07:08:55 +0000 (00:08 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 2 Oct 2010 07:10:14 +0000 (00:10 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ca-certificates/ca-certificates_20090814+nmu2.bb [moved from recipes/ca-certificates/ca-certificates_20090814.bb with 79% similarity]

@@ -4,11 +4,10 @@ SECTION = "misc"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/ca-certificates/ca-certificates_${PV}.tar.gz;name=archive \
+SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/ca-certificates_${PV}.tar.gz \
            file://remove-c-rehash.patch"
-SRC_URI[archive.md5sum] = "307052c985bec7f9a00eb84293eef779"
-SRC_URI[archive.sha256sum] = "6924fafc35dd020da99bc86842f95f2a97a3a5ff084b0635eea815fe2777fc7c"
-
+SRC_URI[md5sum] = "76a2b0381b0aa7a6892e2340cd2c159a"
+SRC_URI[sha256sum] = "b1b144a3732df638e25b84ec6414ca9d1da4898cfd06d86b09f671585ce9c747"
 inherit autotools
 
 do_install_prepend() {