summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-01-20 00:34:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-20 00:34:30 -0500
commit0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9 (patch)
treeb42ddf16ef98ac6fbf06439d2ccf440b4b4ffefa /meta-openstack/recipes-devtools/python/python-heat_git.bb
parentf98ae787b7235f42f1b869ea616f386f9cc41f7c (diff)
downloadmeta-cloud-services-0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9.tar.gz
meta-openstack: adding missing RDEPENDS for -setup packages
Installation from package feeds shows some missing REDPENDS for the -setup packages. Signed-off-by: Rob Wolley <Rob.Woolley@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 8dade1f..7fa798c 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -153,6 +153,7 @@ RDEPENDS_${PN} += " \
153RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt" 153RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt"
154RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine" 154RDEPENDS_${SRCNAME}-api = "${SRCNAME}-engine"
155RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine" 155RDEPENDS_${SRCNAME}-api-cfn = "${SRCNAME}-engine"
156RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-engine"
156 157
157INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine" 158INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-api-cfn ${SRCNAME}-engine"
158INITSCRIPT_NAME_${SRCNAME}-api = "${SRCNAME}-api" 159INITSCRIPT_NAME_${SRCNAME}-api = "${SRCNAME}-api"