summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/cherokee
Commit message (Collapse)AuthorAgeFilesLines
* cherokee: add PACKAGECONFIG for geoipRobert Yang2015-02-121-0/+1
| | | | | | | | Fixed: cherokee/rule_geoip.h:34:19: fatal error: GeoIP.h: No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: only install configured.py onceRobert Yang2014-04-062-0/+41
| | | | | | | | | | | | | | | | | Both the two rules install-adminpyDATA and install-generatedDATA will install the configured.py to the same location, they can run parallel, and they use "install -m", which would might build failures: /usr/bin/install: setting permissions for `/path/to/configured.py': No such file or directory This is because the first install is setting the permission while the second install is removing the file an re-install. Only install the configured.py once will fix the problem, I think that there is no side effect since it installed the same file to the same location twice in the past. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* cherokee: use cherokee-project.de mirrorEric Bénard2013-11-111-1/+1
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* cherokee: fix the installed but not shipped issueRobert Yang2013-10-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | We will get the following ERROR/WARN if we enable the installed-vs-shipped check in QA: ERROR: QA Issue: cherokee: Files/directories were installed but not shipped /srv /srv/www /srv/www/htdocs /srv/www/htdocs/index.html /srv/www/htdocs/images /srv/www/htdocs/images/cherokee-logo.png /srv/www/htdocs/images/default-bg.png /srv/www/htdocs/images/favicon.ico /srv/www/htdocs/images/powered_by_cherokee.png I think that we can pack these files into cherokee just like what apache2 does. Fedora 17 also packs them Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* cherokee: fix SRC_URIJavier Viguera2013-09-191-1/+1
| | | | | | | 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>
* cherokee: Add PACKAGECONFIG for ffmpeg and ldapMartin Jansa2013-09-171-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: remove empty /var/run directoryJonathan Liu2013-07-081-0/+2
| | | | | | | The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: move systemd service file to meta-webserver tooMartin Jansa2013-04-191-0/+10
|
* cherokee: move to meta-webserver and tweakPaul Eggleton2013-04-192-0/+88
* Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>