[oe-commits] Khem Raj : ca-certificates: Rename which updates SRC_URI to fetchable tar.

git version control git at git.openembedded.org
Sat Oct 2 07:11:21 UTC 2010


Module: openembedded.git
Branch: master
Commit: 872d9f9545938cd3b3e28094a23468cb08b61798
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=872d9f9545938cd3b3e28094a23468cb08b61798

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Oct  2 00:08:55 2010 -0700

ca-certificates: Rename which updates SRC_URI to fetchable tar.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 ...0090814.bb => ca-certificates_20090814+nmu2.bb} |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes/ca-certificates/ca-certificates_20090814.bb b/recipes/ca-certificates/ca-certificates_20090814+nmu2.bb
similarity index 79%
rename from recipes/ca-certificates/ca-certificates_20090814.bb
rename to recipes/ca-certificates/ca-certificates_20090814+nmu2.bb
index b8e2f2c..c8e4dbd 100644
--- a/recipes/ca-certificates/ca-certificates_20090814.bb
+++ b/recipes/ca-certificates/ca-certificates_20090814+nmu2.bb
@@ -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() {





More information about the Openembedded-commits mailing list