summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* mod-wsgi: inherit setuptools3-base not distutils3-basewangmy2022-01-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* mod-wsgi: move to 4.9.0Jeremy Puhlman2021-12-201-2/+2
| | | | | | | Older version of mod-wsgi no longer builds against python 3.10 Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: convert github SRC_URIs to use https protocolBruce Ashfield2021-11-021-1/+1
| | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* 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-091-0/+57
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>