mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
cherokee: fix SRC_URI
The package is no longer available in the official cherokee site, so download it from a mirror. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
committed by
Paul Eggleton
parent
0837e61f77
commit
3000970fcd
@@ -9,7 +9,7 @@ PR = "r9"
|
||||
|
||||
DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
SRC_URI = "http://www.cherokee-project.com/download/1.2/${PV}/cherokee-${PV}.tar.gz \
|
||||
SRC_URI = "ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
|
||||
file://cherokee.init \
|
||||
file://cherokee.service \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user