From patchwork Wed Jan 11 23:11:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ca-certificates: Change URI to an actually fetchable one. Date: Wed, 11 Jan 2012 23:11:39 -0000 From: Florian Boor X-Patchwork-Id: 19115 Message-Id: <1326323499-17505-1-git-send-email-florian.boor@kernelconcepts.de> To: openembedded-devel@lists.openembedded.org Signed-off-by: Florian Boor --- .../ca-certificates/ca-certificates_20111025.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20111025.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20111025.bb index 10848b4..32afb45 100644 --- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20111025.bb +++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20111025.bb @@ -4,7 +4,7 @@ SECTION = "misc" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe" -SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/ca-certificates_${PV}.tar.gz \ +SRC_URI = "http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/c/ca-certificates/ca-certificates_${PV}.tar.gz \ file://remove-c-rehash.patch" SRC_URI[md5sum] = "dfd593c9f89e64351aae78b9be588696"