summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-03-22 12:15:27 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:48:37 -0400
commit64a5e0f27da75d27309eb097c6da6bad40ba7c12 (patch)
tree46256b6535b41521a94b87db6e30acf46fd5968f /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent7c9a856228d33783f28d3461115a64eaaefb043f (diff)
downloadmeta-cloud-services-64a5e0f27da75d27309eb097c6da6bad40ba7c12.tar.gz
python-neutron: remove greedy FILES_
We need to use specific filenames instead of a glob to prevent the linuxbridge and openvswitch ini files from being bundled as part of the main package as opposed to their respective packages. Without this change the FILES_ rules for the sub-packages are not effective and the resulting packages are not being populated as expected. Signed-off-by: Mark Asselstine <mark.asselstine@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.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index b44726e..cc7e593 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -119,7 +119,9 @@ FILES_${SRCNAME} = " \
119 ${bindir}/neutron-debug \ 119 ${bindir}/neutron-debug \
120 ${bindir}/neutron-netns-cleanup \ 120 ${bindir}/neutron-netns-cleanup \
121 ${bindir}/neutron-ovs-cleanup \ 121 ${bindir}/neutron-ovs-cleanup \
122 ${sysconfdir}/${SRCNAME}/* \ 122 ${sysconfdir}/${SRCNAME}/policy.json \
123 ${sysconfdir}/${SRCNAME}/neutron.conf \
124 ${sysconfdir}/${SRCNAME}/api-paste.ini \
123 ${localstatedir}/* \ 125 ${localstatedir}/* \
124 " 126 "
125 127