summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi
Commit message (Collapse)AuthorAgeFilesLines
* global: add explicit branch to all SRC_URIsmaster-nextBruce Ashfield2021-10-291-1/+1
| | | | | | | | | | | | | | As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-4/+4
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* Fix mod-wsgi recipeRebecca Cran2020-01-291-4/+4
| | | | | | | | | | | | | mod-wsgi version 4.5.13 doesn't build against python 3.8: update it to 4.6.8 which does build. Update the homepage URL: the Google Code project has been archived. Fix the LoadModule line: mod_wsgi.so is installed in ${libexecdir}, not ${libdir}. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* openstack: packages: update for python3Bruce Ashfield2020-01-221-3/+3
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* mod-wsgi: uprev to use git and latest releaseMark Asselstine2017-01-092-11/+135
| | | | | | | | | Apache2 was just uprev'd to the latest release in meta-oe so we should really matching this. Additionally the version we are replacing had build issue with the latest gcc, so the uprev solves these as well. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mod-wsgi: allow builds with separated src/build dirsMark Asselstine2014-05-132-0/+71
| | | | | | | | | | Unfortunately the use of apxs, which isn't that friendly with separated src/build dirs, makes things tricky to acheive src/build separation. With the use of a symlink and a few other minor tweaks we are able to get this working. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* memcached:mod-wsgi: use RDPENDS_${PN}Bruce Ashfield2014-04-111-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Package mod_wsgiAmy Fong2014-04-102-0/+157
openstack-dashboard uses mod_wsgi to interface with apache Signed-off-by: Amy Fong <amy.fong@windriver.com>