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 <alex.gonzalez@digi.com>
This commit is contained in:
parent
6101d5925f
commit
2eeb39fb72
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue