summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
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
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')
-rw-r--r--meta-openstack/recipes-support/memcached/memcached_1.4.17.bb2
-rw-r--r--meta-openstack/recipes-support/mod-wsgi/mod-wsgi_3.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb b/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb
index 906896c..07d5183 100644
--- a/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb
+++ b/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff"
22inherit autotools 22inherit autotools
23 23
24DEPENDS += "libevent" 24DEPENDS += "libevent"
25RDEPENDS += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" 25RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash"
26 26
27SRC_URI = "http://www.memcached.org/files/${PN}-${PV}.tar.gz" 27SRC_URI = "http://www.memcached.org/files/${PN}-${PV}.tar.gz"
28 28
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 \