summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/mod-wsgi
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 00:25:05 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 00:25:05 -0400
commit9395fc249df9d6d25295c19a042eb43c9ebe0ca9 (patch)
tree69c3f0f2e7f343dea409684a02bba6d6f851270a /meta-openstack/recipes-support/mod-wsgi
parent99a1f18608d7f1eda155d4169bafe3033034b373 (diff)
downloadmeta-cloud-services-9395fc249df9d6d25295c19a042eb43c9ebe0ca9.tar.gz
memcached:mod-wsgi: use RDPENDS_${PN}
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/mod-wsgi')
-rw-r--r--meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb
index af0dd3d..650a3d5 100644
--- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb
+++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5
23inherit autotools distutils-base 23inherit autotools distutils-base
24 24
25DEPENDS += "apache2-native apache2 python-native" 25DEPENDS += "apache2-native apache2 python-native"
26RDEPENDS = "python" 26RDEPENDS_${PN} = "python"
27 27
28EXTRA_OECONF = "\ 28EXTRA_OECONF = "\
29 --with-apxs=${STAGING_BINDIR_CROSS}/apxs \ 29 --with-apxs=${STAGING_BINDIR_CROSS}/apxs \