diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-20 00:34:30 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-20 00:34:30 -0500 |
commit | 0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9 (patch) | |
tree | b42ddf16ef98ac6fbf06439d2ccf440b4b4ffefa /meta-openstack/recipes-devtools/python/python-neutron_git.bb | |
parent | f98ae787b7235f42f1b869ea616f386f9cc41f7c (diff) | |
download | meta-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-neutron_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index da19a54..6ad2289 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
@@ -188,9 +188,11 @@ RDEPENDS_${SRCNAME} = "${PN} \ | |||
188 | 188 | ||
189 | RDEPENDS_${SRCNAME}-server = "${SRCNAME}" | 189 | RDEPENDS_${SRCNAME}-server = "${SRCNAME}" |
190 | RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " | 190 | RDEPENDS_${SRCNAME}-plugin-openvswitch = "${SRCNAME} ${SRCNAME}-plugin-openvswitch-setup openvswitch-switch " |
191 | RDEPENDS_${SRCNAME}-plugin-openvswitch-setup = "openvswitch-switch " | ||
191 | RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" | 192 | RDEPENDS_${SRCNAME}-plugin-linuxbridge = "${SRCNAME} bridge-utils" |
192 | RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config" | 193 | RDEPENDS_${SRCNAME}-dhcp-agent = "${SRCNAME} dnsmasq dhcp-server dhcp-server-config" |
193 | RDEPENDS_${SRCNAME}-l3-agent = "${SRCNAME} ${SRCNAME}-metadata-agent iputils" | 194 | RDEPENDS_${SRCNAME}-l3-agent = "${SRCNAME} ${SRCNAME}-metadata-agent iputils" |
195 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo" | ||
194 | 196 | ||
195 | RRECOMMENDS_${SRCNAME}-server = "${SRCNAME}-plugin-openvswitch" | 197 | RRECOMMENDS_${SRCNAME}-server = "${SRCNAME}-plugin-openvswitch" |
196 | 198 | ||