diff options
Diffstat (limited to 'meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb')
-rw-r--r-- | meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb index c6e225c..255439a 100644 --- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0;protocol=https \ | |||
10 | file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ | 10 | file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRCREV="af44211739136e22471a2897383f34586284bf86" | 13 | SRCREV = "af44211739136e22471a2897383f34586284bf86" |
14 | PV="2.0.14+git${SRCPV}" | 14 | PV = "2.0.14+git${SRCPV}" |
15 | 15 | ||
16 | inherit setuptools3 pkgconfig | 16 | inherit setuptools3 pkgconfig |
17 | 17 | ||