From 2eeb39fb72c8ce326e6449bbe093962b6c8be8c3 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 19 Jun 2013 13:47:27 +0200 Subject: [PATCH] meta-digi-dey: Use a different download location for cherokee. The official cherokee project page has repacked the source and broken backwards compatibility. They also erase old images when new ones are released. This commit changes the download location to a mirror with the original tarball that also keeps the archives. https://jira.digi.com/browse/DEL-516 Signed-off-by: Alex Gonzalez --- .../recipes-connectivity/cherokee/cherokee_1.2.98.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend b/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend index 4b151b259..082bdf9e3 100644 --- a/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend +++ b/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend @@ -5,6 +5,11 @@ PR_append = "+${DISTRO}" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +SRC_URI = "ftp://ftp.yellowdoglinux.com/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \ + file://cherokee.init" +SRC_URI[md5sum] = "21b01e7d45c0e82ecc0c4257a9c27feb" +SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a078b7d" + SRC_URI += " \ file://cherokee.conf \ file://digi.gif \